]> gitweb.factorcode.org Git - factor.git/commitdiff
webapps.wiki: forgot this file.
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 27 Feb 2020 20:49:46 +0000 (12:49 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 27 Feb 2020 20:49:46 +0000 (12:49 -0800)
extra/webapps/wiki/wiki-contents.css [new file with mode: 0644]

diff --git a/extra/webapps/wiki/wiki-contents.css b/extra/webapps/wiki/wiki-contents.css
new file mode 100644 (file)
index 0000000..321c412
--- /dev/null
@@ -0,0 +1,10 @@
+#left {
+    float: left;
+    width: 180px;
+    border-right: 1px solid #ccc;
+    background: #f3f2ea;
+}
+
+#right {
+    margin-left: 180px;
+}