Update of /cvsroot/popfile/engine/skins
In directory sc8-pr-cvs1:/tmp/cvs-serv22701
Modified Files:
tinygrey.css
Log Message:
patch 686908 historyLabel styles
Index: tinygrey.css
===================================================================
RCS file: /cvsroot/popfile/engine/skins/tinygrey.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** tinygrey.css 17 Feb 2003 18:59:50 -0000 1.2
--- tinygrey.css 19 Feb 2003 19:04:26 -0000 1.3
***************
*** 250,252 ****
--- 250,261 ----
span.securityWidgetState {
font-weight: bold;
+ }
+
+ .historyLabel {
+ font-weight: normal;
+ }
+
+ .historyLabel em {
+ font-weight: bold;
+ font-style: normal;
}
|