mirror of
https://github.com/benjaminion/upgrading-ethereum-book.git
synced 2026-01-09 14:38:08 -05:00
Rearrange some CSS
This commit is contained in:
@@ -31,30 +31,3 @@
|
||||
border-radius: 20px;
|
||||
border: transparent;
|
||||
}
|
||||
|
||||
sup,
|
||||
sub {
|
||||
font-size: 0.75em;
|
||||
line-height: 0;
|
||||
vertical-align: baseline;
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
sup {
|
||||
top: -0.6em;
|
||||
left: 0.1em;
|
||||
}
|
||||
|
||||
sub {
|
||||
bottom: -0.25em;
|
||||
}
|
||||
|
||||
sup a,
|
||||
sub a,
|
||||
sup span,
|
||||
sub span {
|
||||
line-height: normal;
|
||||
font-size: inherit;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
@@ -81,6 +81,33 @@ code {
|
||||
font-size: 95%;
|
||||
}
|
||||
|
||||
/*** Constant line heights ***/
|
||||
|
||||
sup, sub {
|
||||
font-size: 0.75em;
|
||||
line-height: 0;
|
||||
vertical-align: baseline;
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
sup {
|
||||
top: -0.6em;
|
||||
left: 0.1em;
|
||||
}
|
||||
|
||||
sub {
|
||||
bottom: -0.25em;
|
||||
}
|
||||
|
||||
sup a, sub a, sup span, sub span {
|
||||
line-height: normal;
|
||||
font-size: inherit;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
/*** Headings ***/
|
||||
|
||||
h3 {
|
||||
padding-bottom: 6px;
|
||||
margin-bottom: 1ex;
|
||||
|
||||
Reference in New Issue
Block a user