From bc41f0e061df1387e025376941f7920eeccc149f Mon Sep 17 00:00:00 2001 From: Alex Legler Date: Sun, 6 Mar 2011 14:02:23 +0100 Subject: Hilight the "Gentoo Linux" category when filing a bug --- skins/contrib/Gentoo/global.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'skins/contrib') diff --git a/skins/contrib/Gentoo/global.css b/skins/contrib/Gentoo/global.css index 6448312a0..3767871a2 100644 --- a/skins/contrib/Gentoo/global.css +++ b/skins/contrib/Gentoo/global.css @@ -328,4 +328,27 @@ select.arch-selector { vertical-align: top; } +.important-message { + border: 2px solid #A40000; + background-color: white; + padding: .25em; + display: inline-block; + margin-bottom: 1em; + margin-top: 1em; +} + +tr.hilight { + background-color: white; +} + +tr.hilight th { + border-left: 5px solid #54487A; + padding-left: 5px; +} + +tr.hilight td, tr.hilight th { + padding-top: .5em; + padding-bottom: .5em; +} + /* vim: set expandtab ts=4: -- cgit v1.2.3-65-gdbad