Merge branch 'master' of github.com:fnp/prawokultury
[prawokultury.git] / prawokultury / static / css / promobox.scss
index 803a250..cf209c5 100755 (executable)
@@ -10,13 +10,15 @@ ul.promobox {
     margin: 0;
     height: 32.3em;
     overflow: hidden;
-
+    position: relative;
 }
 .promobox-item {
     border-radius: 0 0 2em 0;
     list-style:none;
     padding:0;
     margin: 0;
+    position:absolute;
+    width: 100%;
 }
 .promobox-link {
     background-image: url('/static/img/rog.png');
@@ -44,7 +46,7 @@ ul.promobox {
         border-radius: 0 1em 1em 0;
         color: white;
     }
-    a.active {
+    .active a {
         background: #02529b;
     }
 }