From: Mutwin K. <mu...@us...> - 2004-11-07 12:00:47
|
Update of /cvsroot/fuwiki/fuwiki_1_0/layout/FUCKUP In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30690/layout/FUCKUP Modified Files: default.css Log Message: nearing rc2 Index: default.css =================================================================== RCS file: /cvsroot/fuwiki/fuwiki_1_0/layout/FUCKUP/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:29 -0000 1.1.1.1 --- default.css 7 Nov 2004 12:00:36 -0000 1.2 *************** *** 326,330 **** .WikiQuoteHeader{ color: #000000; - /*background-color: #6480AF;*/ background-image: url('pics/default/inv_bevel.gif'); background-repeat: repeat-x; --- 326,329 ---- *************** *** 332,336 **** font-family: tahoma,helvetica,sans-serif; font-size: 11px; ! font-weight: bold; border-bottom: 1px solid #000000; } --- 331,350 ---- font-family: tahoma,helvetica,sans-serif; font-size: 11px; ! font-weight: bold; ! border: 0px none; ! border-bottom: 1px solid #000000; ! border-right: 1px solid #000000; ! } ! ! .WikiQuoteHeader_r{ ! color: #000000; ! background-image: url('pics/default/inv_bevel.gif'); ! background-repeat: repeat-x; ! padding: 3px; ! font-family: tahoma,helvetica,sans-serif; ! font-size: 11px; ! text-align: right; ! font-weight: bold; ! border: 0px none; border-bottom: 1px solid #000000; } |