mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 11:44:58 +08:00
19 lines
198 B
CSS
19 lines
198 B
CSS
ul.pagination
|
|
{
|
|
list-style-type:none;
|
|
}
|
|
|
|
ul.pagination li a
|
|
{
|
|
font-size:13px;
|
|
}
|
|
|
|
ul.pagination li.newer
|
|
{
|
|
float:left;
|
|
}
|
|
|
|
ul.pagination li.older
|
|
{
|
|
float:right;
|
|
} |