Remove the QP margin, add some bits of padding.
This commit is contained in:
parent
3925059059
commit
d636d27dfd
@ -4592,6 +4592,10 @@ textarea.field {\
|
|||||||
text-decoration: underline;\
|
text-decoration: underline;\
|
||||||
}\
|
}\
|
||||||
\
|
\
|
||||||
|
#qp {\
|
||||||
|
margin: 0;\
|
||||||
|
padding: 1px 2px 5px;\
|
||||||
|
}\
|
||||||
#qp img {\
|
#qp img {\
|
||||||
max-height: 300px;\
|
max-height: 300px;\
|
||||||
max-width: 500px;\
|
max-width: 500px;\
|
||||||
|
|||||||
@ -3566,6 +3566,10 @@ textarea.field {
|
|||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#qp {
|
||||||
|
margin: 0;
|
||||||
|
padding: 1px 2px 5px;
|
||||||
|
}
|
||||||
#qp img {
|
#qp img {
|
||||||
max-height: 300px;
|
max-height: 300px;
|
||||||
max-width: 500px;
|
max-width: 500px;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user