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