- CSS fixes by Al. Patch #45.

4.2.x
Dries Buytaert 2003-06-08 17:47:26 +00:00
parent 643d2731e7
commit 58ca1ad668
1 changed files with 3 additions and 3 deletions

View File

@ -50,8 +50,8 @@ th {
.node-form .admin { float: right; width: 15em; margin-top: -1.1em; }
.node-form .standard { margin-right: 15em; }
.node-form .form-text { width: 95%; }
.node-form textarea { width: 95%; }
.node-form .form-text { display: block; }
.node-form textarea { display: block; }
.marker { color: #f00; }
.error { color: #f00; }