Increased console output line-height, minor CSS adjustments

This commit is contained in:
rxi 2014-06-28 13:02:02 +01:00
parent 1a1a4289da
commit 0c91b13e5a

View File

@ -68,9 +68,9 @@ end
text-align: center; text-align: center;
padding-left: 4px; padding-left: 4px;
padding-right: 4px; padding-right: 4px;
padding-top: 1px; padding-top: 0px;
padding-bottom: 1px; padding-bottom: 0px;
border-radius: 6px; border-radius: 7px;
display: inline-block; display: inline-block;
} }
.greybordered { .greybordered {
@ -82,7 +82,7 @@ end
.inputline { .inputline {
font-family: mono, courier; font-family: mono, courier;
font-size: 13px; font-size: 13px;
color: #808080; color: #606060;
} }
#header { #header {
background: #101010; background: #101010;
@ -141,6 +141,7 @@ end
overflow-y: scroll; overflow-y: scroll;
position: absolute; position: absolute;
margin: 10px; margin: 10px;
line-height: 17px;
top: 0px; bottom: 36px; left: 0px; right: 0px; top: 0px; bottom: 36px; left: 0px; right: 0px;
} }
#env { #env {