100303173e
In other news, editing a post doesn't reload page anymore (yay for editing tags for Youtube posts)
12 lines
213 B
CSS
12 lines
213 B
CSS
.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;
|
|
}
|