From 06875092ce1e16684bfd5dd660c20ce09f9f63e0 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Fri, 7 Aug 2015 19:15:16 +0000 Subject: reproducible: style.css: use "vertical-align: super;" for bug signs --- userContent/reproducible/static/style.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'userContent') 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 { -- cgit v1.2.3-54-g00ecf