[Checkins] SVN: gzo.plonesmashtheme/trunk/gzo/plonesmashtheme/skins/smash_styles/gzo.plonesmashtheme.css.dtml Lists in the content area need bullets! Adjust headings to use relative sizes.

Kevin Teague kevin at bud.ca
Mon Dec 31 23:22:58 EST 2007


Log message for revision 82623:
  Lists in the content area need bullets! Adjust headings to use relative sizes.

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	2007-12-31 18:34:00 UTC (rev 82622)
+++ gzo.plonesmashtheme/trunk/gzo/plonesmashtheme/skins/smash_styles/gzo.plonesmashtheme.css.dtml	2008-01-01 04:22:56 UTC (rev 82623)
@@ -71,7 +71,7 @@
 
 .documentContent h1 {
 	font-family: verdana;
-	font-size: 15px;
+	font-size: 150%;
 	color: #CC9900;
 	width: 100%;
 	margin: 23px auto 8px auto;
@@ -80,8 +80,7 @@
 
 .documentContent h2 {
 	font-family: verdana;
-	font-size: 13px;
-	line-height: 20px;
+	font-size: 125%;
 	color: #CC9900;
 	width: 100%;
 	margin: 16px auto 8px auto;
@@ -90,13 +89,12 @@
 
 .documentContent h3 {
 	font-family: verdana;
-	font-size: 12px;
-	line-height: 12px;
+	font-size: 110%;
 	color: #555555;
 }
 
 .documentContent .documentDescription {
-	font-size: 12px;
+	font-weight: bold;
 }
 
 .documentContent p {
@@ -136,6 +134,7 @@
 .documentContent li {
 	margin: 0 50px 1em 0;
 	padding: 0;
+	list-style: disc;
 }
 
 .documentContent a:link {



More information about the Checkins mailing list