From 7f074f84361663b92713878046580e0b746367df Mon Sep 17 00:00:00 2001 From: luigser Date: Fri, 2 Oct 2015 15:06:02 +0200 Subject: [PATCH] cross browser bug fix --- controllets/items-slider-controllet/items-slider-controllet.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/controllets/items-slider-controllet/items-slider-controllet.html b/controllets/items-slider-controllet/items-slider-controllet.html index 9dbb110..0b4b93a 100644 --- a/controllets/items-slider-controllet/items-slider-controllet.html +++ b/controllets/items-slider-controllet/items-slider-controllet.html @@ -23,7 +23,7 @@ width: 7em; min-width: 80px; max-width: 115px;*/ - width: 16%; + width: 15.5%; height: 70%; background: #fff; -moz-border-radius: 0.125rem;; /* Firefox */ @@ -45,7 +45,7 @@ width: 7em; min-width: 80px; max-width: 115px;*/ - width: 16.5%; + width: 15.5%; height: 70%; background: #fff; -- libgit2 0.21.4