style(css): ordering

This commit is contained in:
curben 2019-08-30 18:31:30 +01:00
parent 1e72e7db77
commit 06c10c36d8
No known key found for this signature in database
GPG Key ID: 5D9DB57A25D34EE3
1 changed files with 18 additions and 18 deletions

View File

@ -16,6 +16,19 @@ html {
line-height: 1.15;
}
/*
* Restrict sizing to the page width in all browsers (opinionated).
* sanitize/page
*/
iframe,
img,
input,
select,
textarea {
height: auto;
max-width: 100%;
}
h1,
h2,
h3,
@ -52,6 +65,11 @@ a:hover {
outline-width: 0;
}
a,
a:hover {
text-decoration: none;
}
button,
input,
select,
@ -192,24 +210,6 @@ samp {
border: 0;
}
/*
* Restrict sizing to the page width in all browsers (opinionated).
* sanitize/page
*/
iframe,
img,
input,
select,
textarea {
height: auto;
max-width: 100%;
}
a,
a:hover {
text-decoration: none;
}
em {
font-style: italic;
font-weight: lighter;