reset
This commit is contained in:
parent
60e20fa973
commit
a54c4a7642
1 changed files with 2 additions and 25 deletions
|
@ -39,34 +39,12 @@ video {
|
||||||
svg:not(:root) {
|
svg:not(:root) {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
:rtl * {
|
|
||||||
direction: rtl;
|
|
||||||
text-align: right;
|
|
||||||
}
|
|
||||||
[hidden],
|
|
||||||
audio:not([controls]),
|
|
||||||
area,
|
|
||||||
base,
|
|
||||||
command,
|
|
||||||
datalist,
|
|
||||||
head,
|
|
||||||
input[type=hidden],
|
|
||||||
link,
|
|
||||||
menu[type=context],
|
|
||||||
meta,
|
|
||||||
param,
|
|
||||||
rp,
|
|
||||||
script,
|
|
||||||
source,
|
|
||||||
style,
|
|
||||||
title {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
/* ----------------------------- */
|
/* ----------------------------- */
|
||||||
/* == typography */
|
/* == typography */
|
||||||
/* ----------------------------- */
|
/* ----------------------------- */
|
||||||
|
|
||||||
/* base font-size corresponds to 10px and is adapted to rem unit */
|
/* base font-size corresponds to "10px" and is adapted to rem unit */
|
||||||
html {
|
html {
|
||||||
font-size: 62.5%;
|
font-size: 62.5%;
|
||||||
-webkit-text-size-adjust: 100%;
|
-webkit-text-size-adjust: 100%;
|
||||||
|
@ -82,7 +60,6 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* font-sizing for content */
|
/* font-sizing for content */
|
||||||
/* preserve vertical-rythm, thanks to http://soqr.fr/vertical-rhythm/ */
|
|
||||||
p,
|
p,
|
||||||
.p-like,
|
.p-like,
|
||||||
ul,
|
ul,
|
||||||
|
|
Loading…
Reference in a new issue