From 5549f1b83f1eb3e0c4c71467c766328a8a2a3efd Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Thu, 23 Jun 2011 10:33:08 +0000 Subject: style update (nav) --- g/style/screen.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'g/style/screen.css') diff --git a/g/style/screen.css b/g/style/screen.css index 617c80dd2..20c506025 100644 --- a/g/style/screen.css +++ b/g/style/screen.css @@ -153,11 +153,11 @@ ul#people li { list-style: disc; margin-bottom: 0.2em; } } .qsidesummary.testday { float: none; background: #FFF380; border-color: orange; padding: 0.8em; margin: 0 0 1em 0; font-size: 85%; } -.nav2 { width: 695px; margin: 0 auto; margin: 0 0 0 0.5em; position: relative; } -p.loc { font-size: 0.9em; padding: 0.5em 0; color: #ccc; width: 695px; margin: 0 auto; text-align: left; } +.nav2 { width: 695px; width: auto; margin: 0 auto; margin: 0 0.5em; position: relative; } +p.loc { font-size: 0.9em; padding: 0.5em 0; color: #ccc; width: 695px; width: 100%; margin: 0 auto; text-align: left; } p.loc a { color: #2383c2; text-decoration: none; } p.loc a.sel { font-weight: bold; color: #000; } -p.loc a [accesskey]:after {content:' [' attr(accesskey) ']'} +p.loc a[accesskey]:after { content:' [' attr(accesskey) ']'; font-weight: normal; color: #666; font-size: 90%; } .values ul { margin-bottom: 2em; } .values ul li { margin-bottom: 0.4em; } -- cgit v1.2.1