diff website/src/site.css @ 562:7cc9d4a53d3b

remove SimplyHTML from documentation
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 24 Jun 2015 14:20:00 -0600
parents
children 22bfd8a2eaee
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/website/src/site.css	Wed Jun 24 14:20:00 2015 -0600
@@ -0,0 +1,32 @@
+
+body {
+	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+	margin: 0 5%;
+}
+
+a[href] {
+	text-decoration: inherit;
+	color: #337ab7;
+}
+a[href]:visited {
+	color: #034a87;
+}
+a[href]:hover {
+	text-decoration: underline;
+}
+
+[small] {
+	font-size: small;
+}
+
+
+div[contents] {
+	margin: 0 0 1em;
+}
+ul {
+	margin: 0;
+}
+[heading] {
+	margin: 2em 0 0.6em;
+	color: #233E93;
+}