From: <sta...@us...> - 2003-02-19 18:43:09
|
Update of /cvsroot/popfile/engine/skins In directory sc8-pr-cvs1:/tmp/cvs-serv13714 Modified Files: outlook.css Log Message: patch 686908 historyLabel styles Index: outlook.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/outlook.css,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** outlook.css 17 Feb 2003 18:58:36 -0000 1.4 --- outlook.css 19 Feb 2003 18:43:02 -0000 1.5 *************** *** 272,274 **** --- 272,283 ---- span.securityWidgetState { font-weight: bold; + } + + .historyLabel { + font-weight: normal; + } + + .historyLabel em { + font-weight: bold; + font-style: normal; } |