2014-01-25 16:34:20 +01:00
|
|
|
.preview {
|
|
|
|
border: 1px solid yellow;
|
|
|
|
background: url('../img/preview.png') lemonchiffon;
|
|
|
|
padding: 0.5em;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
form.edit-comment textarea,
|
|
|
|
form.add-comment textarea {
|
|
|
|
width: 50em;
|
|
|
|
height: 8em;
|
2014-08-15 11:17:12 +02:00
|
|
|
box-sizing: border-box;
|
2014-01-25 16:34:20 +01:00
|
|
|
}
|