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