diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2013-07-18 16:42:20 +0200 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2013-07-18 16:42:20 +0200 |
commit | 25e4da833632a8d44f4bad64aab12ebd6b51dceb (patch) | |
tree | 67a0ae19be419816d38dcc8f2142c8eb582129ac | |
parent | e9b29030a7680cf792ca6aba754278f1ea172208 (diff) | |
download | bugzilla-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
-rw-r--r-- | skins/contrib/Mozilla/global.css | 8 |
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 { |