From: Mutwin K. <mu...@us...> - 2004-10-16 15:55:57
|
Update of /cvsroot/fuwiki/fuwiki_1_0/layout/FUCKUP lite In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5020/layout/FUCKUP lite 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/FUCKUP lite/default.css,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** default.css 15 Oct 2004 11:49:05 -0000 1.2 --- default.css 16 Oct 2004 15:55:33 -0000 1.3 *************** *** 7,11 **** height: 100%; width: 100%; ! font-size: 11px; font-family: Verdana,sans-serif; } --- 7,11 ---- height: 100%; width: 100%; ! font-size: x-small; font-family: Verdana,sans-serif; } *************** *** 193,197 **** font-size: 11px; font-weight: bold; ! border: 1px solid #CECED0; } --- 193,208 ---- font-size: 11px; font-weight: bold; ! border: 1px solid #CECED0; ! border-right: 0px none #000000; ! } ! ! .WikiQuoteHeader_r{ ! background-color: #F1F1EF; ! padding: 3px; ! font-family: tahoma,helvetica,sans-serif; ! font-size: 11px; ! border: 1px solid #CECED0; ! border-left: 0px none #000000; ! text-align:right; } |