mirror of
https://github.com/rxi/lovebird.git
synced 2024-11-15 22:54:21 +00:00
Changed overall font-size to 13px
This commit is contained in:
parent
127f7b46ea
commit
ea1f15762c
@ -42,6 +42,7 @@ end
|
||||
<style>
|
||||
body {
|
||||
margin: 0px;
|
||||
font-size: 14px;
|
||||
font-family: helvetica, verdana, sans;
|
||||
background: #FFFFFF;
|
||||
}
|
||||
@ -89,7 +90,7 @@ end
|
||||
}
|
||||
#console {
|
||||
position: absolute;
|
||||
top: 40px; bottom: 0px; left: 0px; right: 252px;
|
||||
top: 40px; bottom: 0px; left: 0px; right: 312px;
|
||||
}
|
||||
#input {
|
||||
position: absolute;
|
||||
@ -108,8 +109,7 @@ end
|
||||
#env {
|
||||
position: absolute;
|
||||
top: 40px; bottom: 0px; right: 0px;
|
||||
width: 240px;
|
||||
font-size: 12px;
|
||||
width: 300px;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
#envheader {
|
||||
|
Loading…
Reference in New Issue
Block a user