From: Mutwin K. <mu...@us...> - 2004-10-16 15:55:42
|
Update of /cvsroot/fuwiki/fuwiki_1_0/layout/wikipedia In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5020/layout/wikipedia Modified Files: default.css Log Message: many bugfixes on the long road to fuwiki 1.0 Index: default.css =================================================================== RCS file: /cvsroot/fuwiki/fuwiki_1_0/layout/wikipedia/default.css,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** default.css 13 Oct 2004 20:28:31 -0000 1.1.1.1 --- default.css 16 Oct 2004 15:55:33 -0000 1.2 *************** *** 112,116 **** font-size: 11px; font-weight: bold; ! border: 1px solid #CECECE; } --- 112,117 ---- font-size: 11px; font-weight: bold; ! border: 1px solid #CECECE; ! border-right: 0px none #000000; } *************** *** 120,127 **** font-family: tahoma,helvetica,sans-serif; font-size: 11px; - font-weight: bold; border: 1px solid #CECECE; text-align:right; ! width: 100px; } --- 121,127 ---- font-family: tahoma,helvetica,sans-serif; font-size: 11px; border: 1px solid #CECECE; text-align:right; ! border-left: 0px none #000000; } |