Browse Source

Added @fahmi182 CSS for Issue #95

pull/96/head
Kanti 11 years ago
parent
commit
66069694a3
1 changed files with 10 additions and 2 deletions
  1. +10
    -2
      themes/logs/css/style.css

+ 10
- 2
themes/logs/css/style.css View File

@ -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…
Cancel
Save