mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
Improved <sup> <sub> alignment
This commit is contained in:
parent
10009af09e
commit
341f0af212
7
normalize.css
vendored
7
normalize.css
vendored
@ -211,16 +211,15 @@ sup {
|
||||
font-size: 75%;
|
||||
line-height: 0;
|
||||
position: relative;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
sup {
|
||||
top: 0.75em;
|
||||
vertical-align: top;
|
||||
top: -0.5em;
|
||||
}
|
||||
|
||||
sub {
|
||||
bottom: 0.75em;
|
||||
vertical-align: bottom;
|
||||
bottom: -0.5em;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user