From: <sta...@us...> - 2003-02-19 19:27:51
|
Update of /cvsroot/popfile/engine/skins In directory sc8-pr-cvs1:/tmp/cvs-serv7183 Modified Files: green.css Log Message: patch 686908 historyLabel styles Index: green.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/green.css,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** green.css 17 Feb 2003 18:53:50 -0000 1.4 --- green.css 19 Feb 2003 19:27:47 -0000 1.5 *************** *** 240,241 **** --- 240,250 ---- font-weight: bold; } + + .historyLabel { + font-weight: normal; + } + + .historyLabel em { + font-weight: bold; + font-style: normal; + } |