summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2015-06-02 04:42:08 -0700
committerKent Overstreet <kent.overstreet@gmail.com>2015-06-02 04:42:08 -0700
commit6b9eed94aa0dc1e257ea66b9ca4a5c9cb4f116aa (patch)
tree98463bbfef4fd0ea6353c96cd061531057bdd95e
parentda3a3a3763d766d2799723e10a97629b23d82b25 (diff)
css
-rw-r--r--local.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/local.css b/local.css
new file mode 100644
index 0000000..677a4e2
--- /dev/null
+++ b/local.css
@@ -0,0 +1,11 @@
+
+body {
+ margin-top: 5em;
+ margin-bottom: 6em;
+ padding: 0;
+ font-family: Georgia;
+ *font-size: small;
+ color: black;
+ background: white;
+ font-size: 1.01em;
+}