Added styles to support printTitleNav.
authorjollytoad <jollytoad>
Tue, 31 Aug 2004 08:46:59 +0000 (08:46 +0000)
committerjollytoad <jollytoad>
Tue, 31 Aug 2004 08:46:59 +0000 (08:46 +0000)
themes/default/global.css

index 4a78a2e886584d6c07a3b335f0a2753d06178386..4ddc4b881e9ed6e0acc19505a463d7cdf2c992af 100644 (file)
@@ -1,7 +1,7 @@
 /**
  * Default style sheet
  *
- * $Id: global.css,v 1.27 2004/08/25 08:18:14 jollytoad Exp $
+ * $Id: global.css,v 1.28 2004/08/31 08:46:59 jollytoad Exp $
  */
 
 /** ELEMENTS */
@@ -211,6 +211,11 @@ td.opbutton2
        background-color: #E6E6CC;
 }
 
+.title
+{
+       font-weight: bold;
+}
+
 a,a:active 
 {
        color: #989973;
@@ -279,6 +284,14 @@ a.navlink:active, a.toplink:active
        font-weight: bold;
 }
 
+a.help
+{
+       color: #E68800;
+       font-size: smaller;
+       vertical-align: super;
+       text-decoration: none;
+}
+
 pre
 {
        font-size: 110%;