mirror of
https://github.com/torproject/webwml.git
synced 2025-02-04 00:47:17 +00:00
Undo a bit more of the damage done by css/reset.css, this time to sup/sub
This won't fix the font size, but I can't test a change to two properties at once with Firebug.
This commit is contained in:
parent
81105126d1
commit
bcc258858e
@ -95,6 +95,13 @@ pre, code, tt {
|
||||
font-family: Inconsolata, "Lucida Console", "Droid Sans Mono", Cousine, monospace;
|
||||
}
|
||||
|
||||
sup {
|
||||
vertical-align: top;
|
||||
}
|
||||
sub {
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
/* NAVIGATION ------------*/
|
||||
|
||||
#nav ul { font-size: 1.167em; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user