mirror of
https://github.com/rxi/lovebird.git
synced 2024-11-15 22:54:21 +00:00
Increased console output line-height, minor CSS adjustments
This commit is contained in:
parent
1a1a4289da
commit
0c91b13e5a
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user