CVSROOT: /web/www Module name: www Changes by: Karl Berry <karl> 10/11/23 18:47:59
Modified files: . : layout.css server : body-include-2.html Log message: do not allow breaking "Join the FSF!", reduce margins around items CVSWeb URLs: http://web.cvs.savannah.gnu.org/viewcvs/www/layout.css?cvsroot=www&r1=1.109&r2=1.110 http://web.cvs.savannah.gnu.org/viewcvs/www/server/body-include-2.html?cvsroot=www&r1=1.14&r2=1.15 Patches: Index: layout.css =================================================================== RCS file: /web/www/www/layout.css,v retrieving revision 1.109 retrieving revision 1.110 diff -u -b -r1.109 -r1.110 --- layout.css 23 Nov 2010 06:16:47 -0000 1.109 +++ layout.css 23 Nov 2010 18:46:55 -0000 1.110 @@ -80,11 +80,11 @@ #navigation:after{ clear: both; content: ""; display: block; height: 0px; visibility: hidden; width: 0px; } -#navigation ul{font-size: 0.8em; margin: 1.1em auto; padding-top: 1.1em } +#navigation ul{font-size: 0.8em; margin: 0.9em auto; padding-top: 0.9em } #navigation li{display: inline; } -#navigation li a {color: white; text-decoration: none; font-weight: bold; padding: 1.1em;} +#navigation li a {color: white; text-decoration: none; font-weight: bold; padding: 0.9em;} #navigation li a:hover{ background-color: maroon; color: yellow; } Index: server/body-include-2.html =================================================================== RCS file: /web/www/www/server/body-include-2.html,v retrieving revision 1.14 retrieving revision 1.15 diff -u -b -r1.14 -r1.15 --- server/body-include-2.html 23 Nov 2010 06:16:50 -0000 1.14 +++ server/body-include-2.html 23 Nov 2010 18:47:57 -0000 1.15 @@ -35,7 +35,7 @@ <li id="tabSoftware"><a href="/software/software.html">Downloads</a></li> <li id="tabDoc"><a href="/doc/doc.html">Documentation</a></li> <li><a href="/help/help.html">Help GNU</a></li> - <li id="joinfsftab"><a href="https://www.fsf.org/associate/support_freedom?referrer=4052">Join the FSF!</a></li> + <li id="joinfsftab"><a href="https://www.fsf.org/associate/support_freedom?referrer=4052">Join the FSF!</a></li> </ul> </div>