diff options
author | David Lawrence <dkl@mozilla.com> | 2014-03-20 20:55:57 +0100 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2014-03-20 20:55:57 +0100 |
commit | 9f18c2a6cf47e328fec681432633fafae46d0be1 (patch) | |
tree | 0bc6bac8aec4c772945e66deeceed23e794b75e0 /skins | |
parent | ca7b39aa66be9b4deea1ead8e6a788025759b80d (diff) | |
download | bugzilla-9f18c2a6cf47e328fec681432633fafae46d0be1.tar.gz bugzilla-9f18c2a6cf47e328fec681432633fafae46d0be1.tar.xz |
Bug 513212 - Allow people to set "See Also" when filing/creating/entering a bug on enter_bug.cgi or the Bug.create webservice
r/a=glob
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 ab8a44f60..13949edc4 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -638,7 +638,7 @@ input.required, select.required, span.required_explanation { } .bug_urls { - margin: 0 0 1em 0; + margin: 0; padding: 0; list-style-type: none; } |