Update of /cvsroot/popfile/engine/skins
In directory sc8-pr-cvs1:/tmp/cvs-serv10992
Modified Files:
orange.css
Log Message:
patch 686908 historyLabel styles
Index: orange.css
===================================================================
RCS file: /cvsroot/popfile/engine/skins/orange.css,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** orange.css 17 Feb 2003 18:55:08 -0000 1.5
--- orange.css 19 Feb 2003 19:36:50 -0000 1.6
***************
*** 198,199 ****
--- 198,208 ----
font-weight: bold;
}
+
+ .historyLabel {
+ font-weight: normal;
+ }
+
+ .historyLabel em {
+ font-weight: bold;
+ font-style: normal;
+ }
|