blob: 20a767b9359097b8e37a3e6099c8c8e744a4428a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* $Id$ */
input {
text-indent: 2px;
}
textarea, select, input.button, input.post, input.mainoption, input.liteoption {
border: 1px solid;
}
.postbody {
line-height: 140%;
}
|