From 318127754e690d0967350d3d73390d580bca0121 Mon Sep 17 00:00:00 2001 From: Danang Probo Sayekti Date: Sun, 21 Sep 2014 13:20:22 +0700 Subject: [PATCH] Update style.css --- themes/logs/css/style.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/themes/logs/css/style.css b/themes/logs/css/style.css index d350e0f..e1fc5f4 100644 --- a/themes/logs/css/style.css +++ b/themes/logs/css/style.css @@ -585,13 +585,13 @@ ul li, ol li{ .about, .social, .archive, .comments, .tagcloud, .recent { margin-bottom: 2em; } + +#sidebar .recent ul { + margin: 0.25em 0 0.25em 1.3em; +} -.recent li:before { - content: "►"; - font-size: 12px; - -webkit-font-smoothing: antialiased; - margin-right: 5px; - color: #21759B; +#sidebar .recent li { + list-style-type: circle; } /*------------------------- @@ -888,4 +888,4 @@ ul.archivegroup{ } .archivegroup li.expanded,.archivegroup li.collapsed{ list-style:none; -} \ No newline at end of file +}