Bug 631598 - Use the system UI font for Panorama. r=dao ui-r=faaborg a=sdwilsh

This commit is contained in:
Patrick Walton 2011-02-08 10:14:31 -08:00
parent 894cec7f2e
commit 35f939f1f7
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
body {
font: -moz-window !important;
font: -moz-window;
color: WindowText;
font-size: 12px;
line-height: 16px;

View File

@ -1,6 +1,6 @@
body {
background-color: transparent;
font-family: Tahoma, sans-serif !important;
font: message-box;
color: rgba(0, 0, 0, 0.6);
font-size: 12px;
line-height: 16px;

View File

@ -1,5 +1,5 @@
body {
font-family: Tahoma, sans-serif !important;
font: message-box;
color: rgba(0, 0, 0, 0.6);
font-size: 13px;
line-height: 16px;