diff options
author | Ulrike Uhlig <u@451f.org> | 2014-10-16 22:33:41 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-16 23:19:04 +0200 |
commit | 9c8b9232ceaf1e1eeb662b339d97aac969484655 (patch) | |
tree | 6d34f835f48b37eb98d17b9b6519350414697946 /userContent/static | |
parent | 6018fb5c238cee6123205e373f7a6f3c4ae9067b (diff) | |
download | jenkins.debian.net-9c8b9232ceaf1e1eeb662b339d97aac969484655.tar.xz |
correct spacings of body, lists. and border of hr
Diffstat (limited to 'userContent/static')
-rw-r--r-- | userContent/static/style.css | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/userContent/static/style.css b/userContent/static/style.css index 3f83a3a6..e51b5333 100644 --- a/userContent/static/style.css +++ b/userContent/static/style.css @@ -6,14 +6,14 @@ html { } body { - width: 99%; + width: 98%; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 14px; line-height: 20px; color: #333333; - padding: 0.25em 0.25em 0em 0.25em; - margin: 0.25em 0.25em 0em 0.25em; - height: 100%; + padding: 0.25em; + margin: 0.25em auto; + /*height: 100%;*/ } pre { @@ -77,10 +77,11 @@ ul li { ul li a { background: #fafafa; border: 1px solid #ddd; - margin: 0 0.5em 0.2em 0; + margin: 0 0.5em 0.3em 0; border-radius: 0.5em; padding: 0.15em 0.5em; - line-height: 2.1em; + line-height: 1.5em; + display: block; } nav ul li { @@ -153,6 +154,7 @@ th { } hr { + border-top: none; border-bottom: 1px solid #d70a53; margin-bottom: 1em; } |