Summary height limited to 3em.

This commit is contained in:
Alex Schroeder
2006-08-14 11:01:31 +00:00
parent 38b843cc3c
commit dcc75400a9

View File

@@ -79,8 +79,8 @@ div.rc { padding: 1ex; }
div.rc hr { display: none; }
textarea {
width: 100%;
height: 80%;
width: 100%;
height: 80%;
border: 1px solid #333;
background-color: #edead7;
}
@@ -89,6 +89,10 @@ textarea[name="aftertext"] {
height: 10em;
}
textarea[name="summary"] {
height:3em;
}
pre {
border: 1px solid black;
background-color: #eee;