margin: 5px;
border: 1px solid #CCCC88;
font-weight: bold;
- border-radius: 10px;
+ /*border-radius: 10px;*/
-moz-border-radius: 10px;
}
.vote-badge span, .vote-badge a {
text-decoration: none;
}
.vote-for {
- border-top-right-radius: 10px;
- border-top-left-radius: 10px;
+ /*border-top-right-radius: 10px;*/
+ /*border-top-left-radius: 10px;*/
-moz-border-radius-topright: 10px;
-moz-border-radius-topleft: 10px;
}
.vote-against {
- border-bottom-right-radius: 10px;
- border-bottom-left-radius: 10px;
+ /*border-bottom-right-radius: 10px;*/
+ /*border-bottom-left-radius: 10px;*/
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
}