summaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2013-07-18 16:42:20 +0200
committerDave Lawrence <dlawrence@mozilla.com>2013-07-18 16:42:20 +0200
commit25e4da833632a8d44f4bad64aab12ebd6b51dceb (patch)
tree67a0ae19be419816d38dcc8f2142c8eb582129ac /skins
parente9b29030a7680cf792ca6aba754278f1ea172208 (diff)
downloadbugzilla-25e4da833632a8d44f4bad64aab12ebd6b51dceb.tar.gz
bugzilla-25e4da833632a8d44f4bad64aab12ebd6b51dceb.tar.xz
Bug 848455 - Comment anchor links do not scroll to the correct part of the page in the Mozilla theme
Diffstat (limited to 'skins')
-rw-r--r--skins/contrib/Mozilla/global.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/skins/contrib/Mozilla/global.css b/skins/contrib/Mozilla/global.css
index 58936a6d8..9b7492c83 100644
--- a/skins/contrib/Mozilla/global.css
+++ b/skins/contrib/Mozilla/global.css
@@ -226,6 +226,14 @@ hr {
width: 99%;
}
+#bugzilla-body div.bz_comment:before {
+ display:block;
+ content: " ";
+ margin-top: -95px;
+ height:95px;
+ visibility: hidden;
+}
+
/* Home */
#page-index {