From f2d3f6c17b871e303034b38981aa58944b1c45aa Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Thu, 15 Jan 2015 17:15:04 +0100 Subject: reproducible: initial work to add bug information to rb pages. now add bugs number to /rb-pkg/* heads --- userContent/static/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'userContent/static/style.css') diff --git a/userContent/static/style.css b/userContent/static/style.css index 5c560efc..4b69e7f5 100644 --- a/userContent/static/style.css +++ b/userContent/static/style.css @@ -154,6 +154,16 @@ tr:nth-child(odd) { background-color: #fafafa; } +a.bug-patch:after { + content: "p"; + color: red; + font-weight: bold; +} + +a.bug-done { + text-decoration: line-through; +} + td, th { text-align: left; padding: 0.25em 0.5em; -- cgit v1.2.3-54-g00ecf