summaryrefslogtreecommitdiff
path: root/public/stylesheets
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2012-04-03 21:31:45 +0200
committerhukl <contact@smyck.org>2012-04-03 21:31:45 +0200
commitd2e472283392f8d9325c3166505b31b4b3033aca (patch)
treefe34f53ec1d9f0fb4c9d74330e1daedd53a8bd12 /public/stylesheets
parent31b7d2c7e4c44ce6dfea78288495c259241bb675 (diff)
increase min height
Diffstat (limited to 'public/stylesheets')
-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 fcb45d6..8afc24c 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: 600px; 26 min-height: 700px;
27} 27}
28 28
29pre { 29pre {