diff options
| author | hukl <contact@smyck.org> | 2009-04-19 14:12:36 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-04-19 14:12:36 +0200 |
| commit | daea08a754d1217b23430f25f3db68f6835bd9a6 (patch) | |
| tree | 3fc9899ca2eaf5a9ac826b1481469707de302fd0 | |
| parent | b0691eac2113089716073121d795b5f600ff5916 (diff) | |
tiny css fix
| -rw-r--r-- | public/stylesheets/admin.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index 729cf6c..cd95c04 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css | |||
| @@ -18,6 +18,10 @@ th { | |||
| 18 | text-transform: lowercase; | 18 | text-transform: lowercase; |
| 19 | } | 19 | } |
| 20 | 20 | ||
| 21 | #content { | ||
| 22 | margin-left: 5px; | ||
| 23 | } | ||
| 24 | |||
| 21 | #wrapper { | 25 | #wrapper { |
| 22 | margin-left: 125px; | 26 | margin-left: 125px; |
| 23 | width: 899px; | 27 | width: 899px; |
| @@ -252,5 +256,5 @@ td.description { | |||
| 252 | 256 | ||
| 253 | div#page_editor { | 257 | div#page_editor { |
| 254 | margin-top: 0px; | 258 | margin-top: 0px; |
| 255 | margin-left: 15px; | 259 | margin-left: 10px; |
| 256 | } \ No newline at end of file | 260 | } \ No newline at end of file |
