Better README, write first draft of documentation
[westcastle.git] / doc / index.css
diff --git a/doc/index.css b/doc/index.css
new file mode 100644 (file)
index 0000000..1bb5968
--- /dev/null
@@ -0,0 +1,15 @@
+@import '../vendor/Ubuntu_googlefont.css';
+
+body {
+       font-family: Ubuntu, Verdana, sans-serif;
+       font-size: 1.1rem;
+       width: 1200px;
+       margin: 30px auto;
+       line-height: 1.5rem;
+}
+
+img {
+       display: block;
+       margin: 30px 0;
+       width: 100%;
+}