[Checkins] SVN: gzo.plonesmashtheme/trunk/gzo/plonesmashtheme/skins/smash_styles/gzo.plonesmashtheme.css.dtml remove underline from anchors inside headers otherwise elements are double underlined

Kevin Teague kevin at bud.ca
Sun Jan 20 22:03:47 EST 2008


Log message for revision 82995:
  remove underline from anchors inside headers otherwise elements are double underlined

Changed:
  U   gzo.plonesmashtheme/trunk/gzo/plonesmashtheme/skins/smash_styles/gzo.plonesmashtheme.css.dtml

-=-
Modified: gzo.plonesmashtheme/trunk/gzo/plonesmashtheme/skins/smash_styles/gzo.plonesmashtheme.css.dtml
===================================================================
--- gzo.plonesmashtheme/trunk/gzo/plonesmashtheme/skins/smash_styles/gzo.plonesmashtheme.css.dtml	2008-01-21 02:11:10 UTC (rev 82994)
+++ gzo.plonesmashtheme/trunk/gzo/plonesmashtheme/skins/smash_styles/gzo.plonesmashtheme.css.dtml	2008-01-21 03:03:47 UTC (rev 82995)
@@ -112,6 +112,14 @@
 	color: #555555;
 }
 
+/* links inside headers should not be underlined */
+.documentContent h1 a,
+.documentContent h2 a,
+.documentContent h3 a,
+.documentContent h4 a {
+    border-bottom-width: 0 !important;
+}
+
 .documentContent .documentDescription {
 
 }
@@ -645,7 +653,7 @@
   margin-left: 2em;
   padding: 1em 1em 1em 2em;
   border-left: 1px solid #f1f1f1;
-  font-size: 80%;
+  font-size: 90%;
   background-color: #ffffff;
   width: 40%;
   float: right;



More information about the Checkins mailing list