summaryrefslogtreecommitdiffstats
path: root/userContent/theme
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-11-09 21:23:53 +0100
committerHolger Levsen <holger@layer-acht.org>2012-11-09 21:23:53 +0100
commita0ed7e82fe709951e1e02ec4d4b13215c0d39a0f (patch)
tree56effcd7a3583b609aa5e2a1699b3e971a9071f6 /userContent/theme
parent41eae8d77b5587ebb8474ab8f536098e9e49a7f5 (diff)
downloadjenkins.debian.net-a0ed7e82fe709951e1e02ec4d4b13215c0d39a0f.tar.xz
revert css changes as they break the layout
Diffstat (limited to 'userContent/theme')
-rw-r--r--userContent/theme/debian.css72
1 files changed, 0 insertions, 72 deletions
diff --git a/userContent/theme/debian.css b/userContent/theme/debian.css
index ed819f94..b64f3db1 100644
--- a/userContent/theme/debian.css
+++ b/userContent/theme/debian.css
@@ -24,75 +24,3 @@
}
-
-hr {
- width: 100%;
- color:#d70751;
- background-color:#d70751;
- height:2px;
- margin: 3px;
- padding: 3px;
-}
-
-em {
- font-weight: bold;
-}
-
-p.text {
- font-family: sans-serif;
- font-weight: normal;
-}
-
-body {
- font-family: sans-serif;
- font-size: 90%;
- color: #000000;
- background-color: white;
-}
-
-
-h1 {
- font-size: 140%;
- color: #000;
-}
-
-h2 {
- font-size: 120%;
- color: #000;
-}
-
-h3 {
- font-size: 110%;
- color: #000;
-}
-
-
-p {
- font-size: 100%;
- text-align: justify;
-}
-
-tr {
- background-color: #FFF;
-}
-
-a:link {
- color: #0000FF;
- text-decoration: none;
-}
-
-a:visited {
- color: #800080;
- text-decoration: none;
-}
-
-a:active {
- color: #FF0000;
- text-decoration: none;
-}
-
-a:hover {
- color: #0000FF;
- text-decoration: underline;
-}
-