From 97f3bfea823f6566e98e30e1480d4906769ca0c5 Mon Sep 17 00:00:00 2001 From: John O'Nolan Date: Tue, 22 Jul 2014 13:35:00 +0200 Subject: [PATCH] Cleanup old styles + minor display bugfix --- assets/css/screen.css | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/assets/css/screen.css b/assets/css/screen.css index f220217..7d60d08 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -156,6 +156,7 @@ table { border-collapse: collapse; border-spacing: 0; } } .icon-location:before { content: "\e007"; + margin-left: -3px; /* Tracking fix */ } .icon-link:before { content: "\e008"; @@ -911,23 +912,6 @@ body:not(.post-template) .post-title { color: #9EABB3; } -.author-meta li { - float: left; - margin-left: 10px; /* space to the left of the bullet */ -} - -/* bullet divider */ -.author-meta li:before { - content: "•"; - display: inline-block; - margin-right: 10px; /* space to the right of the bullet */ - color: #BBC7CC; -} - -/* disable the bullet divider for the first item in the list */ -.author-meta li:first-child { margin-left: 0; } -.author-meta li:first-child:before { display: none; } - .author-meta a { color: #9EABB3; }