Update of /cvsroot/popfile/engine/skins
In directory sc8-pr-cvs1:/tmp/cvs-serv6493
Modified Files:
glassblue.css
Log Message:
patch 686908 historyLabel styles
Index: glassblue.css
===================================================================
RCS file: /cvsroot/popfile/engine/skins/glassblue.css,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** glassblue.css 17 Feb 2003 18:57:18 -0000 1.6
--- glassblue.css 19 Feb 2003 19:26:13 -0000 1.7
***************
*** 246,247 ****
--- 246,256 ----
font-weight: bold;
}
+
+ .historyLabel {
+ font-weight: normal;
+ }
+
+ .historyLabel em {
+ font-weight: bold;
+ font-style: normal;
+ }
|