move story voter arrow down and tighten up list since downvote is gone

This commit is contained in:
joshua stein 2014-03-03 22:03:21 -06:00
parent 9535b05490
commit d729d0ad99
2 changed files with 3 additions and 5 deletions

View file

@ -368,7 +368,6 @@ ol.search_results li.story {
div.voters {
float: left;
margin-top: -4px;
width: 40px;
}
@ -424,8 +423,8 @@ li.story {
clear: both;
}
li.story div.story_liner {
padding-top: 0.4em;
padding-bottom: 0.4em;
padding-top: 0.3em;
padding-bottom: 0.3em;
}
.comment {
clear: both;

View file

@ -59,7 +59,6 @@
div.voters {
width: 31px;
margin-top: 0px;
margin-left: 0.25em;
}
div.voters a.upvoter {
@ -134,7 +133,7 @@
color: #333;
display: block;
font-size: 9pt;
margin: 0 0.5em;
margin: -0.5em 0.5em 0 0.5em;
padding: 2px;
position: relative;
text-align: center;