X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/5a476eced8da266f275e1b051a601526af89e848..cb795674866d23b21f2cda87653cf5b4b5f32a4c:/wolnelektury/media/css/master.css?ds=sidebyside diff --git a/wolnelektury/media/css/master.css b/wolnelektury/media/css/master.css index 2eb465b26..ab8293345 100644 --- a/wolnelektury/media/css/master.css +++ b/wolnelektury/media/css/master.css @@ -157,12 +157,11 @@ em { color: #444; } -/* TODO: Shouldn't be needed */ -#book-detail #search-form { - padding: 0.75em 0.5em; +.ac_input { + width: 18em; } -.ac_input { +p .ac_input { width: 28em; } @@ -170,6 +169,10 @@ em { /* ============= */ /* = Tags list = */ /* ============= */ +#intro { + margin: 0 0 2.5em 0; +} + #main-page #tags-list { margin-right: 29em; } @@ -245,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 { @@ -259,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 = */ /* =============== */