aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/forms.css
blob: ff9c6dc92205b65ebb4723d9dd40ba9361d36e4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* Fancy form styles for IE */

input, textarea, select {
	border-width:	1px; 
}

input {
	text-indent:	2px;
}

.postbody {
	line-height:	18px
}