Commit 7f074f84361663b92713878046580e0b746367df
1 parent
325c348a
cross browser bug fix
Showing
1 changed file
with
2 additions
and
2 deletions
controllets/items-slider-controllet/items-slider-controllet.html
... | ... | @@ -23,7 +23,7 @@ |
23 | 23 | width: 7em; |
24 | 24 | min-width: 80px; |
25 | 25 | max-width: 115px;*/ |
26 | - width: 16%; | |
26 | + width: 15.5%; | |
27 | 27 | height: 70%; |
28 | 28 | background: #fff; |
29 | 29 | -moz-border-radius: 0.125rem;; /* Firefox */ |
... | ... | @@ -45,7 +45,7 @@ |
45 | 45 | width: 7em; |
46 | 46 | min-width: 80px; |
47 | 47 | max-width: 115px;*/ |
48 | - width: 16.5%; | |
48 | + width: 15.5%; | |
49 | 49 | height: 70%; |
50 | 50 | |
51 | 51 | background: #fff; | ... | ... |