diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 077c1cb..80f9fb7 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -898,4 +898,22 @@ a.active{font-weight:bold;text-decoration: underline;} font-family: Roboto !important; } .seo_text p:first-child {margin-top: 0} -.product-special {position: absolute} \ No newline at end of file +.product-special {position: absolute} +.jcarousel-skin-tango .jcarousel-item { + width: 38px; + height: 38px; + border: 1px solid #d2d2d2; + text-align: center; +} +.jcarousel-skin-tango .jcarousel-item a { + display: table-cell; + width: 38px; + height: 38px; + vertical-align: middle; +} +.mycarousel img { + max-width: 38px; + max-height: 38px; + border: 0; + vertical-align: middle; +} \ No newline at end of file -- libgit2 0.21.4