summaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
Diffstat (limited to 'skins')
-rw-r--r--skins/standard/global.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css
index 457f909ee..a7b4b253e 100644
--- a/skins/standard/global.css
+++ b/skins/standard/global.css
@@ -273,6 +273,10 @@ div#docslinks {
/* Comments */
/************/
+.bz_comment_table td {
+ vertical-align: top;
+}
+
.bz_comment {
margin-bottom: 2em;
}
@@ -303,6 +307,14 @@ div#docslinks {
float: right;
}
+.bz_collapse_expand_comments {
+ padding: 0;
+ margin: 0 0 0 1em;
+ list-style-type: none;
+}
+.bz_collapse_expand_comments li {
+ margin-bottom: .5em;
+}
.bz_collapse_comment {
text-decoration: none;
}