diff options
author | Byron Jones <bjones@mozilla.com> | 2014-03-05 15:57:59 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2014-03-05 15:57:59 +0100 |
commit | c800e2c2c092e53462acd2e83f437d97e071bbbf (patch) | |
tree | 1ecf5ae5a4413fa0e9babbc27b5698f323113d02 /skins | |
parent | 4e55e090eed7b6564c203caee535634c09a56920 (diff) | |
download | bugzilla-c800e2c2c092e53462acd2e83f437d97e071bbbf.tar.gz bugzilla-c800e2c2c092e53462acd2e83f437d97e071bbbf.tar.xz |
Bug 977523: Comment textarea has padding:0
r=lpsolit, a=justdave
Diffstat (limited to 'skins')
-rw-r--r-- | skins/standard/global.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css index 60ffe5d46..321a6d272 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -697,7 +697,7 @@ input.required, select.required, span.required_explanation { #comment_preview { border: 1px solid silver; - padding: 0px 1px; + padding: 1px; overflow: auto; margin: 0px; } @@ -713,7 +713,6 @@ input.required, select.required, span.required_explanation { #comment { margin: 0px 0px 1em 0px; - padding: 0px; } /*******************/ |