diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-08-07 19:15:16 +0000 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-07 21:42:52 +0200 |
commit | 06875092ce1e16684bfd5dd660c20ce09f9f63e0 (patch) | |
tree | d28c49b8486d2674cb01abadad0b2ce132477e4a /userContent/reproducible | |
parent | 07a64c8e5474dae232408e64a7c2bf90bde2cb9f (diff) | |
download | jenkins.debian.net-06875092ce1e16684bfd5dd660c20ce09f9f63e0.tar.xz |
reproducible: style.css: use "vertical-align: super;" for bug signs
Diffstat (limited to 'userContent/reproducible')
-rw-r--r-- | userContent/reproducible/static/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/userContent/reproducible/static/style.css b/userContent/reproducible/static/style.css index 92efd7a6..a756ec9b 100644 --- a/userContent/reproducible/static/style.css +++ b/userContent/reproducible/static/style.css @@ -177,12 +177,14 @@ a.bug-patch:after { content: "+"; color: #cc0000; font-weight: bold; + vertical-align: super; } a.bug-pending:after { content: "P"; color: #663300; font-weight: bold; + vertical-align: super; } a.bug-done { @@ -194,22 +196,26 @@ a.bug-done { span.bug { color: #cc0000; font-weight: bold; + vertical-align: super; } span.bug-patch { color: #f57900; font-weight: bold; + vertical-align: super; } span.bug-pending { color: #663300; font-weight: bold; + vertical-align: super; } span.bug-done { text-decoration: line-through; color: #73d216; font-weight: bold; + vertical-align: super; } td, th { |