# HG changeset patch # User Horst Gutmann # Date 1238752866 -7200 # Node ID b837e92599ce0161e6114a1c06e2b908934a0d5a # Parent 4565a6288da4081aa98923e3f1bfc20e6e8144af Updated the fontsize in #nav and the work in progress notice diff -r 4565a6288da4 -r b837e92599ce hgscm/media/css/styles.css --- a/hgscm/media/css/styles.css Thu Apr 02 14:07:45 2009 +0200 +++ b/hgscm/media/css/styles.css Fri Apr 03 12:01:06 2009 +0200 @@ -33,7 +33,7 @@ /* * WIP warning, can be removed once the site is 'finished' */ -.wip-warning { font-size: 1em; font-family: Optimer, Helvetica, Arial, sans-serif; border: 1px solid #330; background-color: #fafa33; padding: 2px; text-align: center} +.wip-warning { font-size: 1.1em; font-family: Optimer, Helvetica, Arial, sans-serif; border: 1px solid #330; background-color: #fafa33; padding: 2px; text-align: center} /* * Lists @@ -96,7 +96,7 @@ /* * Nav */ -#nav { position: absolute; top: 41px; right: 0; background: #999; height: 42px; margin: 0; width: 665px; font-size: 1.1428em; *font-size: 16px; line-height: 42px; font-family: Optimer, Helvetica, Arial, sans-serif; overflow: hidden; } +#nav { position: absolute; top: 41px; right: 0; background: #999; height: 42px; margin: 0; width: 665px; font-size: 1.2428em; *font-size: 16px; line-height: 42px; font-family: Optimer, Helvetica, Arial, sans-serif; overflow: hidden; } #nav li { float: left; margin: 0; padding: 0; list-style: none; } #nav a { float: left; color: #fff; text-decoration: none; padding: 0 16px; *padding: 0 14px; } #nav a:hover, #nav a:focus, #nav .active a { background: #00b5f1; }