Commit c800e2c2 authored by Byron Jones's avatar Byron Jones

Bug 977523: Comment textarea has padding:0

r=lpsolit, a=justdave
parent 4e55e090
...@@ -697,7 +697,7 @@ input.required, select.required, span.required_explanation { ...@@ -697,7 +697,7 @@ input.required, select.required, span.required_explanation {
#comment_preview { #comment_preview {
border: 1px solid silver; border: 1px solid silver;
padding: 0px 1px; padding: 1px;
overflow: auto; overflow: auto;
margin: 0px; margin: 0px;
} }
...@@ -713,7 +713,6 @@ input.required, select.required, span.required_explanation { ...@@ -713,7 +713,6 @@ input.required, select.required, span.required_explanation {
#comment { #comment {
margin: 0px 0px 1em 0px; margin: 0px 0px 1em 0px;
padding: 0px;
} }
/*******************/ /*******************/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment