Cleanup old styles + minor display bugfix

This commit is contained in:
John O'Nolan 2014-07-22 13:35:00 +02:00
parent e9eca20883
commit 97f3bfea82

View File

@ -156,6 +156,7 @@ table { border-collapse: collapse; border-spacing: 0; }
} }
.icon-location:before { .icon-location:before {
content: "\e007"; content: "\e007";
margin-left: -3px; /* Tracking fix */
} }
.icon-link:before { .icon-link:before {
content: "\e008"; content: "\e008";
@ -911,23 +912,6 @@ body:not(.post-template) .post-title {
color: #9EABB3; 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 { .author-meta a {
color: #9EABB3; color: #9EABB3;
} }