diff options
| author | hukl <contact@smyck.org> | 2009-08-31 12:41:54 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-08-31 12:41:54 +0200 |
| commit | e06af0b39d0697a739a45404f3bef84ec024c9c5 (patch) | |
| tree | 845b5dbc14008a39af2790e785092a40a9c01365 /public/stylesheets/ccc.css | |
| parent | 88a34849c415688846659a350d634d9ac566024f (diff) | |
the wrapper should be left-aligned really… what was I thinking
Diffstat (limited to 'public/stylesheets/ccc.css')
| -rw-r--r-- | public/stylesheets/ccc.css | 2 |
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 { | |||
| 25 | div#wrapper { | 25 | div#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 | ||
