[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: style.css: use "vertical-align: super; " for bug signs
Holger Levsen
holger at moszumanska.debian.org
Fri Aug 7 19:44:05 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 06875092ce1e16684bfd5dd660c20ce09f9f63e0
Author: Mattia Rizzolo <mattia at mapreri.org>
Date: Fri Aug 7 19:15:16 2015 +0000
reproducible: style.css: use "vertical-align: super;" for bug signs
---
userContent/reproducible/static/style.css | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/userContent/reproducible/static/style.css b/userContent/reproducible/static/style.css
index 92efd7a..a756ec9 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 {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list