From 96cd53ca31da2eedf3ef38124cd8f07a79443c00 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sun, 18 Jun 2017 09:42:03 -0400 Subject: Inline the css file in the source code. This makes it easier to set up correctly as a service. --- static/main.css | 45 --------------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 static/main.css (limited to 'static') diff --git a/static/main.css b/static/main.css deleted file mode 100644 index db30eb5..0000000 --- a/static/main.css +++ /dev/null @@ -1,45 +0,0 @@ -// CSS file for systemhttpd -h1 { color: red; } -body { - font-family: "Arial"; - font-size: 1em; - margin: 0; - padding: 0; -} -table, th, td, tr { - padding: 0; - margin: 0; - border-collapse: collapse; -} -.right { - position: relative; - float: right; -} -nav { - background: lightblue; - overflow: hidden; - font-weight: bold; -} -nav ul { - margin: 0; - padding: 0; - display: inline-block; -} -nav ul li { - display: inline-block; - list-style-type: none; - margin: 0; - padding-left: 0.5em; - padding-right: 0.5em; - font-size: 1em; -} -main { - margin: 1em; -} -th { - text-align: left; - background: lightgray; -} -tr:nth-child(odd) { - background: #eee; -} -- cgit v1.2.3