mirror of
https://github.com/danpros/htmly.git
synced 2026-04-21 13:06:22 +05:30
Popular Posts Widget
Adding popular posts widget.
This commit is contained in:
parent
9f8c46207b
commit
7c28567d1c
7 changed files with 236 additions and 29 deletions
|
|
@ -608,15 +608,15 @@ ul li, ol li {
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
.about, .social, .archive, .comments, .tagcloud, .recent {
|
||||
.about, .social, .archive, .comments, .tagcloud, .recent, .popular {
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
|
||||
#sidebar .recent ul {
|
||||
#sidebar .recent ul, #sidebar .popular ul {
|
||||
margin: 0.25em 0 0.25em 1.3em;
|
||||
}
|
||||
|
||||
#sidebar .recent li {
|
||||
#sidebar .recent li, #sidebar .popular li {
|
||||
list-style-type: circle;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue