From 5ae48682ec2a668f8389860a6d9943bc9605f950 Mon Sep 17 00:00:00 2001 From: clsr Date: Wed, 14 Dec 2016 01:25:10 +0100 Subject: Remove style reset from CSS --- static/gomf.css | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/static/gomf.css b/static/gomf.css index 5b34792..30f5a4d 100644 --- a/static/gomf.css +++ b/static/gomf.css @@ -1,17 +1,3 @@ -html, body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, -code, b, u, i, form, label, article, aside, footer, header, menu, nav, section { - margin: 0; - padding: 0; - border: 0; - font-size: 100%; - font: inherit; - vertical-align: baseline; -} - -article, aside, footer, header, menu, nav, section { - display: block; -} - body { line-height: 1.25; padding: 1em; @@ -108,14 +94,6 @@ input:disabled { background-color: #ddd; } -b { - font-weight: bold; -} - -i { - font-style: italic; -} - nav { margin-top: 2em; list-style-type: none; -- cgit