X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/8e82784fa2fe21d9c3828adbf43178a39c7cdea6..2771fe804080eff6ba2c40684bdf290e646b9cf9:/prawokultury/static/css/promobox.scss

diff --git a/prawokultury/static/css/promobox.scss b/prawokultury/static/css/promobox.scss
index 803a250..cf209c5 100755
--- a/prawokultury/static/css/promobox.scss
+++ b/prawokultury/static/css/promobox.scss
@@ -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;
     }
 }