round corner and light bg on code areas

c/o @fperez
This commit is contained in:
MinRK 2011-10-07 19:05:19 -07:00
parent c022dca01a
commit 30028c3ca0

View File

@ -198,6 +198,8 @@ div.input {
div.input_area {
color: black;
border: 1px solid #ddd;
border-radius: 3px;
background: #fafafa;
}
div.input_prompt {