CVSROOT: /web/www Module name: www Changes by: Pavel Kharitonov <ineiev> 11/10/20 13:29:50
Modified files: . : layout.css Log message: (#fsf-links): rm unused clauses, allow lists run to next lines CVSWeb URLs: http://web.cvs.savannah.gnu.org/viewcvs/www/layout.css?cvsroot=www&r1=1.142&r2=1.143 Patches: Index: layout.css =================================================================== RCS file: /web/www/www/layout.css,v retrieving revision 1.142 retrieving revision 1.143 diff -u -b -r1.142 -r1.143 --- layout.css 9 Oct 2011 12:13:52 -0000 1.142 +++ layout.css 20 Oct 2011 13:28:04 -0000 1.143 @@ -357,20 +357,18 @@ #fsf-links li a{ color: #555; text-decoration: none; } -#fsf-links ul li { list-style: none !important; padding: 0.3em 0; font-weight: bold; display: table-cell; } - -#fsf-links ul li ul li { font-weight: normal; } +#fsf-links ul li { + list-style: none; + padding: 0.3em 0.7em; + font-weight: bold; + display: inline-block; +} #fsf-links li{ font-size: 13px } -#fsf-links ul li ul li a { color: #606060; } - #fsf-links li a:hover{ color: #0063DC; } -#fsf-links div ul { padding: 0 20px } -#fsf-links ul li ul { padding: 0; } - -#fsf-links ul { padding: 0; margin: 0; margin-top: 0.5em; display: table; table-layout: fixed; width: 100%; text-align: center; } +#fsf-links ul { padding: 0; margin: 0; margin-top: 0.5em; text-align: center; } .button { border: 3px solid #999; border-left-color: #ccc;