summaryrefslogtreecommitdiff
path: root/static/css
diff options
context:
space:
mode:
authorSean Finney <seanius@debian.org>2009-01-08 08:04:32 +0100
committerSean Finney <seanius@debian.org>2009-01-08 08:04:32 +0100
commitcdc19ebdb95fa5a71e1673cae74930047c428d45 (patch)
tree5e366bc21dd95c8e1da8f5609097899bc2fb5e80 /static/css
parent0f33b1fc8dcd67b304c63b3d91cd8ccd1f73603e (diff)
downloadpatch-tracker-cdc19ebdb95fa5a71e1673cae74930047c428d45.tar.gz
use min-height instead of height, it's prettier
Diffstat (limited to 'static/css')
-rw-r--r--static/css/patches.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/patches.css b/static/css/patches.css
index 83761e9..a0da706 100644
--- a/static/css/patches.css
+++ b/static/css/patches.css
@@ -43,7 +43,7 @@ div.pageheader {
padding-top: 0px;
background-color: #eee;
border: 1px solid black;
- height: 80px;
+ min-height: 80px;
}
div.pageheader img {