Commit 23ec539619fc5215d26dc3e2086000b3922ae0dd
1 parent
9b9d83f2
Exists in
master
and in
5 other branches
fix track card margin
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
style.css
| ... | ... | @@ -1001,8 +1001,8 @@ input.button.with-text { |
| 1001 | 1001 | border: 0px solid #DDDDDD; |
| 1002 | 1002 | display: inline-block; |
| 1003 | 1003 | float: left; |
| 1004 | - clear: right; | |
| 1005 | - margin: 0 9px 9px; | |
| 1004 | + clear: right; | |
| 1005 | + margin: 12px 9px 9px; | |
| 1006 | 1006 | max-width: 214px; |
| 1007 | 1007 | height: 426px; |
| 1008 | 1008 | padding: 0; | ... | ... |