X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/56cde931d184d61118503fe2e158c39c90c4fd69..5a476eced8da266f275e1b051a601526af89e848:/wolnelektury/media/css/master.css?ds=sidebyside diff --git a/wolnelektury/media/css/master.css b/wolnelektury/media/css/master.css index 4470b6cb3..2eb465b26 100644 --- a/wolnelektury/media/css/master.css +++ b/wolnelektury/media/css/master.css @@ -163,7 +163,7 @@ em { } .ac_input { - width: 20em; + width: 28em; } @@ -228,6 +228,22 @@ em { float: left; } +/* ============== */ +/* = Propaganda = */ +/* ============== */ +#propaganda { + float: right; + width: 28.5em; + margin: 0; + height: 21em; + background-image: url(/media/img/shelf.jpg); + background-repeat: no-repeat; + -moz-border-radius: 4px; + -webkit-border-radius: 4px; + border-radius: 4px; + background-color: #FFF; +} + /* ===================== */ /* = Latest blog posts = */ /* ===================== */