CVSROOT: /web/www Module name: www Changes by: Pavel Kharitonov <ineiev> 11/10/09 12:13:57
Modified files: . : layout.css Log message: improve spacings of translation lists CVSWeb URLs: http://web.cvs.savannah.gnu.org/viewcvs/www/layout.css?cvsroot=www&r1=1.141&r2=1.142 Patches: Index: layout.css =================================================================== RCS file: /web/www/www/layout.css,v retrieving revision 1.141 retrieving revision 1.142 diff -u -b -r1.141 -r1.142 --- layout.css 26 Sep 2011 19:24:11 -0000 1.141 +++ layout.css 9 Oct 2011 12:13:52 -0000 1.142 @@ -134,11 +134,12 @@ } #translations{ background-color: #fff; - padding: 1em; padding-top: 0; color: #000; } + padding: 0; line-height: 1.6em; color: #000; } #translations h3, #translations h4{ font-size: 1em; font-weight: bold; margin-bottom: 0.5em; padding: 0; } -#translations li{direction: ltr; display: inline-block; line-height: 1.7em; } +#translations li { direction: ltr; display: inline-block; + padding-left: 0.25em; padding-right: 0.25em; } #translations a{ color: blue !important; }