Removed unecessary css stuff.
This commit is contained in:
parent
c1fb7a1561
commit
b3571e7f74
@ -36,12 +36,6 @@ img { max-width: 100%; }
|
|||||||
.sidenote:before { content: counter(sidenote-counter) " ";
|
.sidenote:before { content: counter(sidenote-counter) " ";
|
||||||
top: -0.5rem; }
|
top: -0.5rem; }
|
||||||
|
|
||||||
p, footer, table, div.table-wrapper-small, div.supertable-wrapper > p, div.booktabs-wrapper { width: 55%; }
|
|
||||||
|
|
||||||
div.fullwidth, table.fullwidth { width: 100%; }
|
|
||||||
|
|
||||||
div.table-wrapper { overflow-x: scroll; }
|
|
||||||
|
|
||||||
@media screen and (max-width: 760px) { p, footer { width: 90%; }
|
@media screen and (max-width: 760px) { p, footer { width: 90%; }
|
||||||
pre.code { width: 87.5%; }
|
pre.code { width: 87.5%; }
|
||||||
ul { width: 85%; }
|
ul { width: 85%; }
|
||||||
@ -57,8 +51,6 @@ div.table-wrapper { overflow-x: scroll; }
|
|||||||
font-size: 1.125rem;
|
font-size: 1.125rem;
|
||||||
line-height: 1.6; }
|
line-height: 1.6; }
|
||||||
|
|
||||||
h1 .code, h2 .code, h3 .code { font-size: 0.80em; }
|
|
||||||
|
|
||||||
.marginnote .code, .sidenote .code { font-size: 1rem; }
|
.marginnote .code, .sidenote .code { font-size: 1rem; }
|
||||||
|
|
||||||
pre.code { width: 52.5%;
|
pre.code { width: 52.5%;
|
||||||
@ -68,11 +60,6 @@ pre.code { width: 52.5%;
|
|||||||
.fullwidth { max-width: 90%;
|
.fullwidth { max-width: 90%;
|
||||||
clear:both; }
|
clear:both; }
|
||||||
|
|
||||||
span.newthought { font-variant: small-caps;
|
|
||||||
font-size: 1.2em; }
|
|
||||||
|
|
||||||
input.margin-toggle { display: none; }
|
|
||||||
|
|
||||||
label.sidenote-number { display: inline; }
|
label.sidenote-number { display: inline; }
|
||||||
|
|
||||||
label.margin-toggle:not(.sidenote-number) { display: none; }
|
label.margin-toggle:not(.sidenote-number) { display: none; }
|
||||||
|
Loading…
Reference in New Issue
Block a user