mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-13 02:55:20 +02:00
14 lines
168 B
CSS
14 lines
168 B
CSS
/* $Id$ */
|
|
|
|
input {
|
|
text-indent: 2px;
|
|
}
|
|
|
|
textarea, select, input.post, input.mainoption, input.liteoption {
|
|
border: 1px solid;
|
|
}
|
|
|
|
.postbody {
|
|
line-height: 140%;
|
|
}
|