From 060fede8a7e90f4f64ba94c3a1655e7410c9dcf1 Mon Sep 17 00:00:00 2001 From: Matt Rude Date: Sat, 28 May 2011 11:56:16 -0500 Subject: Small styling updates --- style.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index c9cb091..92ac13c 100644 --- a/style.css +++ b/style.css @@ -1,3 +1,17 @@ +#content { + color: black; + background: white; + margin-top: 0.5em; + margin-bottom: 0.5em; + margin-right: auto; + margin-left: auto; + padding: 1em; + line-height: 1.3em; + text-align: left; + max-width: 800px; + min-width: 740px; + position: relative; +} body { color: black; font-family: "lucida grande", Calibri, "segoe UI", "lucida sans unicode", "Droid Sans", "DejaVu Sans", "bitstream vera sans", verdana, arial, helvetica, sans-serif; -- cgit v1.2.3-59-ga6da