diff options
author | Michael Tänzer <neo@nhng.de> | 2011-07-13 02:07:39 +0200 |
---|---|---|
committer | Michael Tänzer <neo@nhng.de> | 2011-07-13 02:07:39 +0200 |
commit | 62ce12d30748a0f9d7e8be8e5e1ca1d7b7338437 (patch) | |
tree | 739fe9a401a988c12abf5b16a0543d3516097755 | |
parent | d8b7eb968edb7da3a10985ebcbc0e50866da5c47 (diff) | |
download | cacert-devel-bug-958.tar.gz cacert-devel-bug-958.tar.xz cacert-devel-bug-958.zip |
bug 958: Don't use absolute positioning as it will collide with the logobug-958
Signed-off-by: Michael Tänzer <neo@nhng.de>
-rw-r--r-- | www/styles/default.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/www/styles/default.css b/www/styles/default.css index 2d4d74a..60d6c66 100644 --- a/www/styles/default.css +++ b/www/styles/default.css @@ -626,10 +626,6 @@ div.sponsorinfo_top { font-size: small; color: #000000; padding: 10px 10px 10px 10px; - position: absolute; - top: 35px; - right: 0px; - z-index: 10; vertical-align: middle; } |