mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-25 20:44:01 +01:00
14 lines
145 B
CSS
14 lines
145 B
CSS
|
/* Fancy form styles for IE */
|
||
|
|
||
|
input, textarea, select {
|
||
|
border-width: 1px;
|
||
|
}
|
||
|
|
||
|
input {
|
||
|
text-indent: 2px;
|
||
|
}
|
||
|
|
||
|
.postbody {
|
||
|
line-height: 18px
|
||
|
}
|