From: <sta...@us...> - 2003-02-19 19:05:33
|
Update of /cvsroot/popfile/engine/skins In directory sc8-pr-cvs1:/tmp/cvs-serv23148 Modified Files: blue.css Log Message: patch 686908 historyLabel styles Index: blue.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/blue.css,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** blue.css 17 Feb 2003 18:57:18 -0000 1.5 --- blue.css 19 Feb 2003 19:05:28 -0000 1.6 *************** *** 244,246 **** --- 244,255 ---- span.securityWidgetState { font-weight: bold; + } + + .historyLabel { + font-weight: normal; + } + + .historyLabel em { + font-weight: bold; + font-style: normal; } |