Import old website, converted to MarkDown format.
[wiki] / sidebar.css
diff --git a/sidebar.css b/sidebar.css
new file mode 100644 (file)
index 0000000..0d6b582
--- /dev/null
@@ -0,0 +1,23 @@
+.pageheader {
+       margin-left: 260px;
+}
+
+#content {
+       margin-left: 260px;
+}
+
+#sidebar {
+       padding-bottom: 1em;
+       float: left;
+       text-align: center;
+       width: 250px;
+}
+
+#sidebar > :first-child {
+       margin-top: 0;
+}
+
+#sidebar ul {
+       padding: 0;
+       list-style-type: none;
+}