aboutsummaryrefslogtreecommitdiffstats
path: root/g/style/screen.css
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2011-06-23 10:33:08 +0000
committerRomain d'Alverny <rda@mageia.org>2011-06-23 10:33:08 +0000
commit5549f1b83f1eb3e0c4c71467c766328a8a2a3efd (patch)
treee89900eb0084ecddbf56d471c85cefef12156bbc /g/style/screen.css
parent01923367cdda5fa5e9e1df95d5be6346dd60b7d2 (diff)
downloadwww-5549f1b83f1eb3e0c4c71467c766328a8a2a3efd.tar
www-5549f1b83f1eb3e0c4c71467c766328a8a2a3efd.tar.gz
www-5549f1b83f1eb3e0c4c71467c766328a8a2a3efd.tar.bz2
www-5549f1b83f1eb3e0c4c71467c766328a8a2a3efd.tar.xz
www-5549f1b83f1eb3e0c4c71467c766328a8a2a3efd.zip
style update (nav)
Diffstat (limited to 'g/style/screen.css')
-rw-r--r--g/style/screen.css6
1 files changed, 3 insertions, 3 deletions
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; }