diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-11-09 21:15:25 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-11-09 21:15:25 +0100 |
commit | 899087f087a83db60287a4c9a1fa2ff670e76a55 (patch) | |
tree | 5b7e74f62b22f4879d11586ee85dc8163ec8ad79 /userContent/theme | |
parent | c241a3ea869687c2d69f5d26cc0a07cd1de196b7 (diff) | |
download | jenkins.debian.net-899087f087a83db60287a4c9a1fa2ff670e76a55.tar.xz |
fixup: fixup: try to use debian.css the lazy way
Diffstat (limited to 'userContent/theme')
-rw-r--r-- | userContent/theme/debian.css | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/userContent/theme/debian.css b/userContent/theme/debian.css index 8ea392c7..c192e636 100644 --- a/userContent/theme/debian.css +++ b/userContent/theme/debian.css @@ -25,17 +25,6 @@ - -#main { - border: none; - padding-top: 10px; - padding-bottom: 10px; - padding-left: 10px; - padding-right: 10px; - vertical-align: top; - background-color: #ddd; -} - hr { width: 100%; color:#d70751; @@ -78,19 +67,16 @@ body { h1 { font-size: 140%; - text-align: center; color: #000; } h2 { font-size: 120%; - text-align: center; color: #000; } h3 { font-size: 110%; - text-align: center; color: #000; } @@ -124,22 +110,3 @@ a:hover { text-decoration: underline; } -#header { - padding: 3px; -} - -h1.header { - font-size: 32px; - text-align: left; - margin-bottom: 0px; - margin-top: 0px; - padding-top: 0px; - padding-bottom: 0px; - padding-left: 15px; -} - -#footer { - padding: 15px; - font-size: 90%; - text-align: center; -} |