Merge pull request #1880 from awesomerobot/master

fixing some gutter link spacing that was bothering me
This commit is contained in:
Jeff Atwood 2014-01-28 22:23:24 -08:00
commit ecbcbf0a44
2 changed files with 8 additions and 3 deletions

View File

@ -669,25 +669,27 @@ blockquote { /* solo quotes */
float: left;
max-width: 250px;
width: 15%;
margin-top: 6px;
ul {margin: 0;}
padding-left: 10px;
i {font-size: 12px;}
.post-links {
margin-top: 3px;
list-style-type: none;
padding-left: 19px;
position: relative;
margin-left: 5px;
line-height: 18px;
a i {
position: absolute;
left: 0;
margin-right: 15px;
margin-bottom: 20px;
margin-top: 2px;
}
a {color: #aaa;}
li {margin-bottom: 7px;}
li {margin-bottom: 10px;}
}
}

View File

@ -94,7 +94,10 @@
}
}
a.reply-new {color: #aaa;}
a.reply-new {
position: absolute;
color: #aaa;
margin-top: -2px;}
a:hover.reply-new {
color: #56aed3;
i {background: #e4f2f8;