]> git.parisson.com Git - pdf.js.git/commitdiff
message-box needs to use the font property, not the font-family property.
authorJared Wein <weinjared@gmail.com>
Wed, 13 Jun 2012 17:47:46 +0000 (10:47 -0700)
committerJared Wein <weinjared@gmail.com>
Wed, 13 Jun 2012 17:47:46 +0000 (10:47 -0700)
web/viewer.css

index 0ad3f4aa02cd114333e87390e2d4981361e48bef..ff40cd18f9852ecaef4ca350ba9892150ce2355c 100644 (file)
@@ -17,7 +17,7 @@ body,
 input,
 button,
 select {
-  font-family: message-box;
+  font: message-box;
 }
 
 .hidden {