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,7 +23,7 @@ | ||
23 | width: 7em; | 23 | width: 7em; |
24 | min-width: 80px; | 24 | min-width: 80px; |
25 | max-width: 115px;*/ | 25 | max-width: 115px;*/ |
26 | - width: 16%; | 26 | + width: 15.5%; |
27 | height: 70%; | 27 | height: 70%; |
28 | background: #fff; | 28 | background: #fff; |
29 | -moz-border-radius: 0.125rem;; /* Firefox */ | 29 | -moz-border-radius: 0.125rem;; /* Firefox */ |
@@ -45,7 +45,7 @@ | @@ -45,7 +45,7 @@ | ||
45 | width: 7em; | 45 | width: 7em; |
46 | min-width: 80px; | 46 | min-width: 80px; |
47 | max-width: 115px;*/ | 47 | max-width: 115px;*/ |
48 | - width: 16.5%; | 48 | + width: 15.5%; |
49 | height: 70%; | 49 | height: 70%; |
50 | 50 | ||
51 | background: #fff; | 51 | background: #fff; |