[Checkins] SVN: zope-story-website/branches/static_zope_story/stylesheets.css Adjusted Who/What/Why title so that currently selected page title has a larger font size. Also restored the text-decoration to ensure the top titles are obviously links.

Brad Allen brad at allendev.com
Sun May 17 21:18:33 EDT 2009


Log message for revision 100053:
  Adjusted Who/What/Why title so that currently selected page title has a larger font size. Also restored the text-decoration to ensure the top titles are obviously links.

Changed:
  U   zope-story-website/branches/static_zope_story/stylesheets.css

-=-
Modified: zope-story-website/branches/static_zope_story/stylesheets.css
===================================================================
--- zope-story-website/branches/static_zope_story/stylesheets.css	2009-05-18 01:12:00 UTC (rev 100052)
+++ zope-story-website/branches/static_zope_story/stylesheets.css	2009-05-18 01:18:33 UTC (rev 100053)
@@ -302,9 +302,9 @@
 #menu a {
 	display: block;
 	float: left;
-	margin: 0px 0px 0px 0px;
+	margin: 0px 20px 0px 0px;
 	padding: 0px;
-	text-decoration: none;
+	#text-decoration: none;
 	font-size: 13px;
 	font-weight: bold;
 	color: #666666;
@@ -327,6 +327,7 @@
 #menu .current-page-item a {
 	background: url(images/button_highlight.gif);
 	background-repeat: no-repeat;
+	font-size: 18px;
 	height: 33px;
 	width: 149px;
 	color: #FFFFFF;



More information about the Checkins mailing list