Commit 235305b501e8f5d25cc671d6507346c276ca2eb0
1 parent
16bb8f4d
Exists in
master
and in
5 other branches
updating theme
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
style.css
... | ... | @@ -2306,6 +2306,12 @@ input.button.with-text { |
2306 | 2306 | background: url("images/prompt_bg.png") no-repeat top center #548A1C; |
2307 | 2307 | } |
2308 | 2308 | |
2309 | +#pairwise_main .separator { | |
2310 | + display: inline-block; | |
2311 | + float: none; | |
2312 | +} | |
2313 | + | |
2314 | + | |
2309 | 2315 | #pairwise_main .skip_vote { |
2310 | 2316 | width: 100% !important; |
2311 | 2317 | background-color: #7D8874 !important; | ... | ... |