Re: Horizontal Aligned List. Centered.
On 4 Mar, 14:39, shapper <mdmo...@gmail.com> wrote:
> ul.Pager li {
> display: table-cell;
> It looks fine. Not sure if it is the best way but it is working.
Not something I'd recommend. Support for the CSS display:table-*
property values on non-<table> HTML elements isn't that good.
|