Add compiled css related to the previous changes.

This commit is contained in:
Arpad Csanyi
2016-03-15 22:47:17 +01:00
parent cc2771934f
commit a060d221bf

View File

@@ -103,6 +103,22 @@ ul {
.uhk {
max-width: 100%; }
.grip {
position: relative; }
.grip:before {
content: '';
display: none;
width: 5px;
height: 20px;
background-image: url(../images/grips/vertical_dark.png);
background-repeat: no-repeat;
position: absolute;
top: 50%;
left: 7px;
margin-top: -10px; }
.grip:hover:before {
display: block; }
.owl-carousel {
max-width: 991px;
margin: auto; }