diff options
author | Koosha KM <koosha.khajeh@gmail.com> | 2014-08-28 19:17:54 +0200 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2014-08-28 19:17:54 +0200 |
commit | ec5caa57cc14a328b8b994d49cb8def8eb95aea7 (patch) | |
tree | 08eec320a2361b41fcd400259770d6357a913e15 /skins | |
parent | 82346032ecfef148e78a8d19e17c5ed41ed41d10 (diff) | |
download | bugzilla-ec5caa57cc14a328b8b994d49cb8def8eb95aea7.tar.gz bugzilla-ec5caa57cc14a328b8b994d49cb8def8eb95aea7.tar.xz |
Bug 330707: Add optional support for MarkDown
r=dkl,a=sgreen
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 74005319a..45aeb2634 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -728,7 +728,7 @@ input.required, select.required, span.required_explanation { } #comment { - margin: 0px 0px 1em 0px; + margin: 0; } /*******************/ |