fixing some gutter link spacing that was bothering me
This commit is contained in:
parent
a00af3cfbd
commit
8cc2167b9b
|
@ -669,25 +669,27 @@ blockquote { /* solo quotes */
|
||||||
float: left;
|
float: left;
|
||||||
max-width: 250px;
|
max-width: 250px;
|
||||||
width: 15%;
|
width: 15%;
|
||||||
|
margin-top: 6px;
|
||||||
ul {margin: 0;}
|
ul {margin: 0;}
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
|
|
||||||
i {font-size: 12px;}
|
i {font-size: 12px;}
|
||||||
|
|
||||||
.post-links {
|
.post-links {
|
||||||
margin-top: 3px;
|
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
padding-left: 19px;
|
padding-left: 19px;
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
|
line-height: 18px;
|
||||||
a i {
|
a i {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
margin-right: 15px;
|
margin-right: 15px;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
|
margin-top: 2px;
|
||||||
}
|
}
|
||||||
a {color: #aaa;}
|
a {color: #aaa;}
|
||||||
li {margin-bottom: 7px;}
|
li {margin-bottom: 10px;}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -94,7 +94,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
a.reply-new {color: #aaa;}
|
a.reply-new {
|
||||||
|
position: absolute;
|
||||||
|
color: #aaa;
|
||||||
|
margin-top: -2px;}
|
||||||
a:hover.reply-new {
|
a:hover.reply-new {
|
||||||
color: #56aed3;
|
color: #56aed3;
|
||||||
i {background: #e4f2f8;
|
i {background: #e4f2f8;
|
||||||
|
|
Loading…
Reference in New Issue