diff options
author | clsr <clsr@clsr.net> | 2016-12-14 01:25:10 +0100 |
---|---|---|
committer | clsr <clsr@clsr.net> | 2016-12-14 01:25:10 +0100 |
commit | 5ae48682ec2a668f8389860a6d9943bc9605f950 (patch) | |
tree | dcd9f83cd8f43a90e3fe182561f4f4d53a003ef1 | |
parent | 5218c2f95e2dfb3f2fd0584876139a3a26c85d5a (diff) | |
download | gomf-web-0.1.1.tar.gz gomf-web-0.1.1.zip |
Remove style reset from CSSv0.1.1
-rw-r--r-- | static/gomf.css | 22 |
1 files changed, 0 insertions, 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; |