comparison static/css/styles.css @ 310:eeb8b75e28fc

Sponsor page
author David Soria Parra <dsp@php.net>
date Sun, 09 May 2010 21:18:24 +0200
parents 841b5e0ab726
children 871e9821b5b9
comparison
equal deleted inserted replaced
309:52ae579c3db4 310:eeb8b75e28fc
89 #logo a { display: block; width: 184px; height: 61px; background: url(../images/mercurial-logo.png) no-repeat 0 0; text-indent: -9999px; } 89 #logo a { display: block; width: 184px; height: 61px; background: url(../images/mercurial-logo.png) no-repeat 0 0; text-indent: -9999px; }
90 90
91 /* 91 /*
92 * Nav 92 * Nav
93 */ 93 */
94 #nav { position: absolute; top: 17px; right: 0; background: #999; height: 42px; margin: 0; width: 665px; font-size: 1em; *font-size: 16px; line-height: 42px; font-family: Optimer, Helvetica, Arial, sans-serif; overflow: hidden; } 94 #nav { position: absolute; top: 17px; right: 0; background: #999; height: 42px; margin: 0; width: 725px; font-size: 1em; *font-size: 16px; line-height: 42px; font-family: Optimer, Helvetica, Arial, sans-serif; overflow: hidden; }
95 #nav li { float: left; margin: 0; padding: 0; list-style: none; } 95 #nav li { float: left; margin: 0; padding: 0; list-style: none; }
96 #nav a { float: left; color: #fff; text-decoration: none; padding: 0 16px; *padding: 0 14px; } 96 #nav a { float: left; color: #fff; text-decoration: none; padding: 0 16px; *padding: 0 14px; }
97 #nav a:hover, #nav a:focus, #nav .active a { background: #00b5f1; } 97 #nav a:hover, #nav a:focus, #nav .active a { background: #00b5f1; }
98 98
99 /* 99 /*