Commit 036fed446440578bae1d65b360049330ed477e15
1 parent
464b8e1f
Exists in
master
and in
5 other branches
updating theme
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
style.css
| ... | ... | @@ -2350,8 +2350,12 @@ input.button.with-text { |
| 2350 | 2350 | } |
| 2351 | 2351 | |
| 2352 | 2352 | #pairwise_main .separator { |
| 2353 | + background-color: #CCCCCC; | |
| 2353 | 2354 | display: inline-block; |
| 2354 | 2355 | float: none; |
| 2356 | + height: 170px; | |
| 2357 | + margin-top: 8px; | |
| 2358 | + width: 1px; | |
| 2355 | 2359 | } |
| 2356 | 2360 | |
| 2357 | 2361 | ... | ... |