mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Adding Blog pagination
- Yeah !!!! --HG-- branch : dev
This commit is contained in:
19
src/Orchard.Web/Modules/Orchard.Blogs/Styles/pagination.css
Normal file
19
src/Orchard.Web/Modules/Orchard.Blogs/Styles/pagination.css
Normal file
@@ -0,0 +1,19 @@
|
||||
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;
|
||||
}
|
Reference in New Issue
Block a user