From: Radek Czajka Date: Tue, 15 Jun 2010 08:42:00 +0000 (+0200) Subject: Merge branch 'master' of git+ssh://github.com/fnp/wolnelektury X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/032889045439986dc8506267cbb68643473970ff?hp=-c Merge branch 'master' of git+ssh://github.com/fnp/wolnelektury --- 032889045439986dc8506267cbb68643473970ff diff --combined wolnelektury/static/css/master.css index 3b4107150,0c9128d70..893fb534d --- a/wolnelektury/static/css/master.css +++ b/wolnelektury/static/css/master.css @@@ -133,11 -133,12 +133,12 @@@ em } #search-form li { - margin: 0; + margin: 2px 0 0 5px; padding: 0; list-style: none; display: block; float: left; + /*margin-left: 5px;*/ } #search-form li.category, #search-form li.book-title { @@@ -353,9 -354,6 +354,9 @@@ div.shown-tags p, div.all-tags p text-align: justify; overflow: hidden; } +#description-short { + display:none; +} #description .meta { margin: 0.5em; @@@ -876,4 -874,4 +877,4 @@@ font-size: 12px; color: #FFF; text-decoration: none; - } + }