Improve bufferlines monospace style

Closes #23 #50
with-route-provider
Philippe Proulx 12 years ago committed by Vivien Didelot
parent 716217cf6a
commit e78cb8f486
  1. 5
      css/glowingbear.css

@ -27,6 +27,9 @@ input#sendMessage {
table {
width: 100%;
}
tr {
line-height: 100%;
}
td.time {
padding-right: 5px;
vertical-align: top;
@ -154,7 +157,7 @@ input[type=text], input[type=password] {
}
.bufferlines {
font-family: monospace;
font-family: 'Consolas', 'Monaco', 'Ubuntu Mono', monospace;
overflow-y: auto;
margin-left: 14%;
width: auto;

Loading…
Cancel
Save