summaryrefslogtreecommitdiff
path: root/static/main.css
diff options
context:
space:
mode:
authorKjetil Orbekk <kjetil.orbekk@gmail.com>2017-06-18 09:42:03 -0400
committerKjetil Orbekk <kjetil.orbekk@gmail.com>2017-06-18 09:42:03 -0400
commit96cd53ca31da2eedf3ef38124cd8f07a79443c00 (patch)
treec909117e3ddcb30398531c4927dfa291aba401ac /static/main.css
parent4ce93172a7a2bc06b984ddf2fadbfb17bbf204e6 (diff)
Inline the css file in the source code.
This makes it easier to set up correctly as a service.
Diffstat (limited to 'static/main.css')
-rw-r--r--static/main.css45
1 files changed, 0 insertions, 45 deletions
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;
-}