voting styles

This commit is contained in:
Brittany Cheng
2012-08-03 14:48:50 -04:00
parent cbb39406b6
commit 356c44c5bf

View File

@@ -155,6 +155,10 @@ $discussion_input_width: 100%;
color: black;
font-weight: bold;
font-size: 15px;
&:hover {
text-decoration: none;
color: #1C71DD;
}
&.discussion-vote-up {
margin-bottom: 3px;
}
@@ -162,7 +166,7 @@ $discussion_input_width: 100%;
margin-top: 5px;
}
&.voted {
color: #1d9dd9;
color: #1C71DD;
}
}
}