forked from github/kensanata.oddmuse
Summary height limited to 3em.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user