CVSROOT: /web/www Module name: www Changes by: Waclaw Jacek <wwj> 10/11/23 05:39:14
Modified files: . : layout.css Log message: Removing a fixed width from fssbox so that now it should fit different window widths better CVSWeb URLs: http://web.cvs.savannah.gnu.org/viewcvs/www/layout.css?cvsroot=www&r1=1.107&r2=1.108 Patches: Index: layout.css =================================================================== RCS file: /web/www/www/layout.css,v retrieving revision 1.107 retrieving revision 1.108 diff -u -b -r1.107 -r1.108 --- layout.css 23 Nov 2010 01:13:19 -0000 1.107 +++ layout.css 23 Nov 2010 05:39:11 -0000 1.108 @@ -241,7 +241,7 @@ #takeactionhomepage li{line-height: 1.3em; list-style: none !important;} -#fssbox {text-align: center; float: right; width: 310px; font-size: 80%;} +#fssbox {text-align: center; float: right; font-size: 80%;} #fssbox h1, #fssbox p{ line-height: 30px;}