Remove the QP margin, add some bits of padding.

This commit is contained in:
Nicolas Stepien 2012-06-02 14:02:28 +02:00
parent 3925059059
commit d636d27dfd
2 changed files with 8 additions and 0 deletions

View File

@ -4592,6 +4592,10 @@ textarea.field {\
text-decoration: underline;\
}\
\
#qp {\
margin: 0;\
padding: 1px 2px 5px;\
}\
#qp img {\
max-height: 300px;\
max-width: 500px;\

View File

@ -3566,6 +3566,10 @@ textarea.field {
text-decoration: underline;
}
#qp {
margin: 0;
padding: 1px 2px 5px;
}
#qp img {
max-height: 300px;
max-width: 500px;