From: <sta...@us...> - 2003-02-19 19:01:29
|
Update of /cvsroot/popfile/engine/skins In directory sc8-pr-cvs1:/tmp/cvs-serv21582 Modified Files: white.css Log Message: patch 686908 historyLabel styles Index: white.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/white.css,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** white.css 17 Feb 2003 19:06:53 -0000 1.5 --- white.css 19 Feb 2003 19:01:19 -0000 1.6 *************** *** 194,201 **** font-weight: bold; } - - - - --- 194,204 ---- font-weight: bold; } + .historyLabel { + font-weight: normal; + } + .historyLabel em { + font-weight: bold; + font-style: normal; + } \ No newline at end of file |