From: <sta...@us...> - 2003-02-19 18:58:17
|
Update of /cvsroot/popfile/engine/skins In directory sc8-pr-cvs1:/tmp/cvs-serv20028 Modified Files: SimplyBlue.css Log Message: patch 686908 historyLabel styles Index: SimplyBlue.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/SimplyBlue.css,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** SimplyBlue.css 17 Feb 2003 18:53:50 -0000 1.2 --- SimplyBlue.css 19 Feb 2003 18:58:03 -0000 1.3 *************** *** 156,160 **** } ! span.historyLabel { font-weight: bold; } --- 156,160 ---- } ! .historyLabel { font-weight: bold; } *************** *** 227,229 **** span.securityWidgetState { font-weight: bold; ! } \ No newline at end of file --- 227,235 ---- span.securityWidgetState { font-weight: bold; ! } ! ! .historyLabel em { ! ! font-style: normal; ! } ! |