I'm working on a layout and I'm having trouble with the ?mode=reply pages. I want to:
a. change the anonymous, open id, & user section to align to the left
b. decrease the padding in the textarea
c. decrease the width of the textarea
img or
live.
Comment CSS:
#comments{ background: #000; text-align: left
(
Read more... )
Comments 3
This line is causing the table with the radio buttons to be centered:
* {margin: auto; padding: 0px; }
This line is controlling the padding in the input boxes:
#commenttext, #subject{ padding: 10px; }
Reply
Reply
* {margin: 0px auto; padding: 0px; }
That's what the "margin: 0px auto" does.
Reply
Leave a comment