X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/a3f9f31887691d8a32d2601b573ddb27ed4a62f0..cb795674866d23b21f2cda87653cf5b4b5f32a4c:/wolnelektury/media/css/master.css?ds=sidebyside diff --git a/wolnelektury/media/css/master.css b/wolnelektury/media/css/master.css index 995ba45f9..ab8293345 100644 --- a/wolnelektury/media/css/master.css +++ b/wolnelektury/media/css/master.css @@ -157,16 +157,11 @@ em { color: #444; } -/* TODO: Shouldn't be needed */ -#book-detail #search-form { - padding: 0.75em 0.5em; -} - .ac_input { width: 18em; } -#main-page .ac_input { +p .ac_input { width: 28em; } @@ -174,6 +169,10 @@ em { /* ============= */ /* = Tags list = */ /* ============= */ +#intro { + margin: 0 0 2.5em 0; +} + #main-page #tags-list { margin-right: 29em; } @@ -249,11 +248,12 @@ em { } /* ===================== */ -/* = Latest blog posts = */ +/* = Other info = */ /* ===================== */ #latest-blog-posts { padding: 0.5em; - margin-top: 0.5em; + float: left; + width: 30%; } #latest-blog-posts ol { @@ -263,6 +263,18 @@ em { color: #D13628; } +#you-can-help { + float: right; + padding: 0.5em; + width: 30%; +} + +#about-us { + padding: 0.5em; + margin-left: 35%; + margin-right: 35%; +} + /* =============== */ /* = Description = */ /* =============== */