From: Jamie McClelland <jm@mayfirst.org>
Date: Mon, 28 Jul 2008 00:16:45 +0000 (-0400)
Subject: adding css file.
X-Git-Tag: monkeysphere_0.5-1~8
X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=4c39f00752f9a57329aff481d33aed24bfc301a4;p=monkeysphere.git

adding css file.
---

diff --git a/website/local.css b/website/local.css
new file mode 100644
index 0000000..6302a54
--- /dev/null
+++ b/website/local.css
@@ -0,0 +1,32 @@
+body {
+	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
+	font-size:0.8em;
+	margin-left: 5%;
+	margin-right:20%;
+}
+
+h1 {
+	font-size: 1.4em;
+}
+
+h2 {
+	font-size: 1.2em;
+}
+
+h3 {
+	font-size: 1.0em;
+}
+
+h4 {
+	font-size: .9em;
+}
+
+.header span {
+	color: #aaaaaa;
+}
+
+pre {
+	background: #ddd;
+	border: 1px solid #aaa;
+	padding: 3px 3px 3px 3px;
+}