summaryrefslogtreecommitdiffstats
path: root/assets/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/style.css')
-rw-r--r--assets/style.css25
1 files changed, 0 insertions, 25 deletions
diff --git a/assets/style.css b/assets/style.css
deleted file mode 100644
index 120b1bd..0000000
--- a/assets/style.css
+++ /dev/null
@@ -1,25 +0,0 @@
-body {
- background-color: black;
-}
-
-#sidebar_left {
- background-color: grey;
- height: 100%;
- position: fixed;
- top: 0;
- left: 0;
- width: 10%;
- min-width: 15em;
- float: left;
-}
-
-#sidebar_right {
- background-color: grey;
- height: 100%;
- position: fixed;
- top: 0;
- right: 0;
- width: 10%;
- min-width: 15em;
- float: right;
-}