CVSROOT: /web/www Module name: www Changes by: Waclaw Jacek <wwj> 10/11/23 01:13:21
Modified files: . : layout.css Log message: One more change to prevent a horizontal scrollbar from appearing CVSWeb URLs: http://web.cvs.savannah.gnu.org/viewcvs/www/layout.css?cvsroot=www&r1=1.106&r2=1.107 Patches: Index: layout.css =================================================================== RCS file: /web/www/www/layout.css,v retrieving revision 1.106 retrieving revision 1.107 diff -u -b -r1.106 -r1.107 --- layout.css 23 Nov 2010 01:11:35 -0000 1.106 +++ layout.css 23 Nov 2010 01:13:19 -0000 1.107 @@ -322,7 +322,7 @@ .listing { width: 100%; } -#fsf-links { margin: 1em auto; border: 1px solid #ccc; padding: 5px; width: 100%;} +#fsf-links { margin: 1em auto; border: 1px solid #ccc; padding: 5px; } #fsf-links li a{ color: #555; text-decoration: none; }