summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-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;
-}