Browse Source

message-box needs to use the font property, not the font-family property.

Jared Wein 13 years ago
parent
commit
c3c01d10b3
  1. 2
      web/viewer.css

2
web/viewer.css

@ -17,7 +17,7 @@ body,
input, input,
button, button,
select { select {
font-family: message-box; font: message-box;
} }
.hidden { .hidden {

Loading…
Cancel
Save