mirror of
https://github.com/danpros/htmly.git
synced 2026-04-19 20:16:22 +05:30
Added @fahmi182 CSS for Issue #95
This commit is contained in:
parent
c399c02e38
commit
66069694a3
1 changed files with 10 additions and 2 deletions
|
|
@ -582,8 +582,16 @@ ul li, ol li{
|
|||
margin:0;
|
||||
}
|
||||
|
||||
.about, .social, .archive, .comments, .tagcloud {
|
||||
margin-bottom:2em;
|
||||
.about, .social, .archive, .comments, .tagcloud, .recent {
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
|
||||
.recent li:before {
|
||||
content: "►";
|
||||
font-size: 12px;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
margin-right: 5px;
|
||||
color: #21759B;
|
||||
}
|
||||
|
||||
/*-------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue