CVSROOT:        /web/www
Module name:    www
Changes by:     Karl Berry <karl>       10/11/23 18:55:11

Modified files:
        .              : layout.css 

Log message:
        missed semicolon

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/layout.css?cvsroot=www&r1=1.114&r2=1.115

Patches:
Index: layout.css
===================================================================
RCS file: /web/www/www/layout.css,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -b -r1.114 -r1.115
--- layout.css  23 Nov 2010 18:54:42 -0000      1.114
+++ layout.css  23 Nov 2010 18:55:07 -0000      1.115
@@ -229,7 +229,7 @@
            font-weight: bold;
            background-color: maroon;
            margin-right: 0.8em;
-           margin-top: 0.8em
+           margin-top: 0.8em;
            padding-left: 0.8em;
            padding-right: 0.8em; }
 

Reply via email to