diff options
author | 2014-03-20 19:55:57 +0000 | |
---|---|---|
committer | 2014-03-20 19:55:57 +0000 | |
commit | 9f18c2a6cf47e328fec681432633fafae46d0be1 (patch) | |
tree | 0bc6bac8aec4c772945e66deeceed23e794b75e0 /skins/standard | |
parent | Bug 728892: The attachment "Details" page is still vulnerable to Clickjacking... (diff) | |
download | bugzilla-9f18c2a6cf47e328fec681432633fafae46d0be1.tar.gz bugzilla-9f18c2a6cf47e328fec681432633fafae46d0be1.tar.bz2 bugzilla-9f18c2a6cf47e328fec681432633fafae46d0be1.zip |
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/standard')
-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; } |