CVSROOT: /web/www Module name: www Changes by: Karl Berry <karl> 10/11/23 18:49:07
Modified files: . : layout.css Log message: slightly reduce h sizes, avoid line-height smaller than font-size CVSWeb URLs: http://web.cvs.savannah.gnu.org/viewcvs/www/layout.css?cvsroot=www&r1=1.110&r2=1.111 Patches: Index: layout.css =================================================================== RCS file: /web/www/www/layout.css,v retrieving revision 1.110 retrieving revision 1.111 diff -u -b -r1.110 -r1.111 --- layout.css 23 Nov 2010 18:46:55 -0000 1.110 +++ layout.css 23 Nov 2010 18:49:04 -0000 1.111 @@ -91,18 +91,18 @@ #joinfsftab a{color: yellow !important} #content h2 { - background-color: #3465a4; color: white; font-size: 2em; - margin-bottom: 0.3em; font-weight:bold; text-align: center; margin: 0; margin-bottom: 12px; } + background-color: #3465a4; color: white; font-size: 1.9em; + margin-bottom: 0.3em; font-weight:bold; text-align: center; margin: 0; } #content h3, #content h4, #content h5, #content h6 {line-height: 1.5em;} -#content h3{ font-size: 1.6em; } +#content h3 { font-size: 1.5em; } -#content h4{ font-size: 1.3em; } +#content h4 { font-size: 1.3em; } -#content h5{ font-size: 1.1em; } +#content h5 { font-size: 1.1em; } -#content h6{ font-size: 1em; } +#content h6 { font-size: 1em; } .caption{ color: #3465a4; font-size: 1.5em !important; margin:0; }