From 0538142b385080954d42c3206e713a9ec8897ce4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Sat, 5 Feb 2011 15:39:07 +0100 Subject: [PATCH] Better look of title page --- css/theme_right.css.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/css/theme_right.css.php b/css/theme_right.css.php index 1aef0db73..7dedc8d8b 100644 --- a/css/theme_right.css.php +++ b/css/theme_right.css.php @@ -1132,20 +1132,21 @@ code.sql, div.sqlvalidate { } #main_pane_left { - width: 60%; + width: 50%; float: ; padding-top: 1em; } #main_pane_right { - margin-: 60%; + margin-: 50%; padding-top: 1em; padding-: 1em; } .group { - border-: 0.3em solid ; - margin-bottom: 1em; + border: 1px solid #000; + margin-bottom: 1em; + padding: 0 0 0.5em 0; } .group h2 { @@ -1153,6 +1154,7 @@ code.sql, div.sqlvalidate { color: ; padding: 0.1em 0.3em; margin-top: 0; + border-bottom: 1px solid #000; } .group-cnt {