1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-30 16:30:04 +02:00

Linting CSS

This commit is contained in:
Antonio Laguna
2017-02-27 12:43:38 +01:00
parent f80106a4ab
commit 6674a4f203

View File

@@ -56,7 +56,7 @@
0. CSS Reset & Normalize 0. CSS Reset & Normalize
=========================================== */ =========================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, bbbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { border: 0; font-size: 100%; font: inherit; vertical-align: baseline; margin: 0; padding: 0 } html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { border: 0; font-size: 100%; font: inherit; vertical-align: baseline; margin: 0; padding: 0 }
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
display: block; display: block;
@@ -181,9 +181,14 @@ hr {
text-align: center; text-align: center;
margin: 3.2rem auto; margin: 3.2rem auto;
} }
h2 + hr, h3 + hr {margin-bottom: 4.8rem;
h2 + hr,
h3 + hr {
margin-bottom: 4.8rem;
} }
p + hr {margin-bottom: 4rem;
p + hr {
margin-bottom: 4rem;
} }
/* /*
@@ -205,7 +210,7 @@ i {
font-style: italic; font-style: italic;
} }
bbbr, abbr,
acronym { acronym {
cursor: help; cursor: help;
} }
@@ -238,7 +243,6 @@ img {
} }
img:hover { img:hover {
filter: alpha(opacity=9000);
opacity: 0.90; opacity: 0.90;
filter: alpha(opacity=90); filter: alpha(opacity=90);
} }