diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-08-31 23:25:42 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-08-31 23:25:42 -0600 |
commit | 9cb8c10bb5d0e7ae80045a121e03d07757cb8d1c (patch) | |
tree | cac4f05f45201b38013514f47fc57911526cf7f0 | |
parent | ee2070abe8681caeacc0dea4452a0dd00035e5e9 (diff) |
Use min-height to hold the banner's height. #706.
-rw-r--r-- | themes/default/css/screen.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index 7cf4cfbe..f6ce26d2 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -371,6 +371,7 @@ form .gError, background-color: #e8e8e8; border-bottom: 1px solid #ccc; font-size: .8em; + min-height: 5em; padding: 1em 20px; position: relative; } |