diff options
author | David Lawrence <dkl@mozilla.com> | 2014-03-20 21:57:18 +0100 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2014-03-20 21:57:18 +0100 |
commit | 99457cc8631ec71dcacb4e79b1597c0f8b9abd25 (patch) | |
tree | 2886187dfe1f10b5cf210a798126d19fe024f73d /skins | |
parent | 076af7dcd9541e0ff7b2e1895759cedf156a5c39 (diff) | |
download | bugzilla-99457cc8631ec71dcacb4e79b1597c0f8b9abd25.tar.gz bugzilla-99457cc8631ec71dcacb4e79b1597c0f8b9abd25.tar.xz |
Bug 986124 - backport upstream bug 513212 to bmo/4.2 to add the ability to add see_also values in enter_bug.cgi and Bug.create
Diffstat (limited to 'skins')
-rw-r--r-- | skins/standard/global.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css index 3eee10fab..63229886a 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -546,7 +546,7 @@ input.required, select.required, span.required_explanation { } .bug_urls { - margin: 0 0 1em 0; + margin: 0; padding: 0; list-style-type: none; } |