summaryrefslogtreecommitdiffstats
path: root/main.css
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-05-27 21:37:25 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-05-27 21:37:25 (EDT)
commitb4e715ef5a20e282697bceb026092a16e4dbbc43 (patch)
treed40fc560ed2f75931b39d70fd561ca12682aca51 /main.css
parent380c3e896bc4d9bf979e68fcf069aa02392672fe (diff)
Move "span.super" styles to footer.
Diffstat (limited to 'main.css')
-rw-r--r--main.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/main.css b/main.css
index d1e74e7..0d73b49 100644
--- a/main.css
+++ b/main.css
@@ -64,10 +64,6 @@ dl dd {
font-size: 10pt;
font-family: sans-serif;
}
-span.super {
- vertical-align: 33%;
- font-size: 9pt;
-}
a.skip {
display: none;
@@ -185,3 +181,7 @@ footer p a:link, footer p a:visited, footer p a:hover, footer p a:active {
font-family: sans-serif;
text-decoration: underline;
}
+footer p span.super {
+ vertical-align: 33%;
+ font-size: 6pt;
+}