Commit fae3d75d by Scott

Style separate upvote/downvote counters

Fixed #206.
parent 3bb6b644
...@@ -801,17 +801,15 @@ div.header-banner { ...@@ -801,17 +801,15 @@ div.header-banner {
.qa-upvote-count-data, .qa-upvote-count-data,
.qa-downvote-count-data { .qa-downvote-count-data {
display: block;
margin-top: 2px;
font-size: 18px; font-size: 18px;
font-weight: 700; font-weight: 700;
display: block;
line-height: 18px;
} }
.qa-upvote-count-pad, .qa-upvote-count-pad,
.qa-downvote-count-pad { .qa-downvote-count-pad {
font-size: 11px; display: none;
line-height: 11px;
color: #9DA8AD;
} }
/* Answers and views count */ /* Answers and views count */
......
...@@ -1115,6 +1115,32 @@ h1 a:hover, h1 a:focus, h1 a:visited { ...@@ -1115,6 +1115,32 @@ h1 a:hover, h1 a:focus, h1 a:visited {
text-align: center; text-align: center;
} }
/* separate vote buttons counter */
.qa-vote-count-updown {
line-height: 1.5;
}
.qa-upvote-count,
.qa-downvote-count {
text-align: center;
display: block;
}
.qa-upvote-count-data,
.qa-downvote-count-data {
display: block;
margin-top: 2px;
font-size: 18px;
font-weight: 700;
}
.qa-upvote-count-pad,
.qa-downvote-count-pad {
display: none;
}
.qa-vote-buttons { .qa-vote-buttons {
float: left; float: left;
height: 60px; height: 60px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment