X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/cd2c9815d8b09227d7f180260b560666af3d8186..fac024263e4791a32923d7ac393318c653bc2eeb:/prawokultury/static/css/promobox.css diff --git a/prawokultury/static/css/promobox.css b/prawokultury/static/css/promobox.css index 22c0623..f45a6fe 100644 --- a/prawokultury/static/css/promobox.css +++ b/prawokultury/static/css/promobox.css @@ -23,11 +23,14 @@ ul.promobox { .promobox-link { background-image: url("/static/img/rog.png"); + background-position: 100% 100%; + background-repeat: no-repeat; + border-radius: 0 0 2em 0; + -moz-border-radius: 0 0 2em 0; + -webkit-border-radius: 0 0 2em 0; display: block; position: relative; - height: 32.3em; - background-position: 100% 100%; - background-repeat: no-repeat; } + height: 32.3em; } #promobox-switcher { position: absolute; @@ -64,7 +67,8 @@ ul.promobox { overflow: hidden; } .promobox-info h2 { margin-top: 0; - font-size: 1.5em; } + font-size: 1.5em; + color: white; } .promobox-info .lead { font-size: 1.2em; line-height: 1.1em; }