summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--assets/style.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/assets/style.css b/assets/style.css
index 6ce29f4..120b1bd 100644
--- a/assets/style.css
+++ b/assets/style.css
@@ -2,3 +2,24 @@ 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;
+}