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 +}