summaryrefslogtreecommitdiffstats
path: root/css/global.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/global.css')
-rw-r--r--css/global.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/css/global.css b/css/global.css
index 47a1558d6..aecfb1658 100644
--- a/css/global.css
+++ b/css/global.css
@@ -171,5 +171,11 @@
.bz_disabled { color: #a0a0a0 ; }
.bz_comment { background-color: #e0e0e0; }
+.bz_comment_hilite pre
+{
+ background-color: lightgreen;
+ margin: 0;
+ padding: 1em 0;
+}
table#flags th, table#flags td { vertical-align: baseline; text-align: left; }