From 6674a4f203d6fd21edde39387c86521f06536856 Mon Sep 17 00:00:00 2001 From: Antonio Laguna Date: Mon, 27 Feb 2017 12:43:38 +0100 Subject: [PATCH] Linting CSS --- static/css/base.css | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/static/css/base.css b/static/css/base.css index ed32ea4..2fa0038 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -56,7 +56,7 @@ 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 { display: block; @@ -181,9 +181,14 @@ hr { text-align: center; 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; } -bbbr, +abbr, acronym { cursor: help; } @@ -238,7 +243,6 @@ img { } img:hover { - filter: alpha(opacity=9000); opacity: 0.90; filter: alpha(opacity=90); }