summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-08-31 12:41:54 +0200
committerhukl <contact@smyck.org>2009-08-31 12:41:54 +0200
commite06af0b39d0697a739a45404f3bef84ec024c9c5 (patch)
tree845b5dbc14008a39af2790e785092a40a9c01365
parent88a34849c415688846659a350d634d9ac566024f (diff)
the wrapper should be left-aligned really… what was I thinking
-rw-r--r--public/stylesheets/ccc.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/stylesheets/ccc.css b/public/stylesheets/ccc.css
index cccf442..5d2aec3 100644
--- a/public/stylesheets/ccc.css
+++ b/public/stylesheets/ccc.css
@@ -25,7 +25,7 @@ pre {
25div#wrapper { 25div#wrapper {
26 position: relative; 26 position: relative;
27 width: 909px; 27 width: 909px;
28 margin: 0 auto; 28 margin-left: 90px;
29 text-align: left; 29 text-align: left;
30} 30}
31 31