floating elements CSS fix by aroque
This commit is contained in:
		| @@ -20,7 +20,11 @@ ol, ul {list-style-position: inside;} | |||||||
| fieldset {border: none;} | fieldset {border: none;} | ||||||
| legend {font-weight: bold; font-size: 1.2em;} | legend {font-weight: bold; font-size: 1.2em;} | ||||||
| input, textarea, select, option {padding: 2px;} | input, textarea, select, option {padding: 2px;} | ||||||
| textarea {overflow:auto;} |  | ||||||
|  | textarea { | ||||||
|  |     overflow:auto; | ||||||
|  |     resize: vertical; | ||||||
|  | } | ||||||
|  |  | ||||||
| body { | body { | ||||||
|     background-color: #f2f2f2; |     background-color: #f2f2f2; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user