aboutsummaryrefslogtreecommitdiffstats
path: root/g/style/screen.css
diff options
context:
space:
mode:
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; }