diff options
| author | hukl <contact@smyck.org> | 2012-04-03 21:32:55 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2012-04-03 21:32:55 +0200 |
| commit | a4eb7aa1408b543e330b8f3a4b8f9058e76464aa (patch) | |
| tree | ffc34eb86a08dc39b6766a976b4a93c3e5be42ed | |
| parent | d2e472283392f8d9325c3166505b31b4b3033aca (diff) | |
even more min height
| -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 8afc24c..290c40c 100644 --- a/public/stylesheets/ccc.css +++ b/public/stylesheets/ccc.css | |||
| @@ -23,7 +23,7 @@ div#wrapper { | |||
| 23 | width: 909px; | 23 | width: 909px; |
| 24 | margin-left: 90px; | 24 | margin-left: 90px; |
| 25 | text-align: left; | 25 | text-align: left; |
| 26 | min-height: 700px; | 26 | min-height: 800px; |
| 27 | } | 27 | } |
| 28 | 28 | ||
| 29 | pre { | 29 | pre { |
