moved in code to help render
[to_fork_or_not] / latex-like.css
diff --git a/latex-like.css b/latex-like.css
new file mode 100644 (file)
index 0000000..998d1d5
--- /dev/null
@@ -0,0 +1,31 @@
+body {
+    margin-left: 1in;
+    margin-right: 1in;
+
+}
+h1 {
+    font-style: italic;
+    font-size: 2em;
+}
+
+a {
+    text-decoration: none;
+}
+
+.author {
+    font-size: 1.4em;
+}
+
+.date {
+    font-size: 1em;
+}
+
+
+p,blockquote,li {
+    line-height: 170%;
+}
+
+#footer {
+    font-size: 1em;
+    text-align: right;
+}

Benjamin Mako Hill || Want to submit a patch?