summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorclsr <clsr@clsr.net>2016-12-14 01:25:10 +0100
committerclsr <clsr@clsr.net>2016-12-14 01:25:10 +0100
commit5ae48682ec2a668f8389860a6d9943bc9605f950 (patch)
treedcd9f83cd8f43a90e3fe182561f4f4d53a003ef1
parent5218c2f95e2dfb3f2fd0584876139a3a26c85d5a (diff)
downloadgomf-web-5ae48682ec2a668f8389860a6d9943bc9605f950.tar.gz
gomf-web-5ae48682ec2a668f8389860a6d9943bc9605f950.zip
Remove style reset from CSSv0.1.1
-rw-r--r--static/gomf.css22
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;