From 9bd6883eac0133a3460207bbf5e8f26e16f12070 Mon Sep 17 00:00:00 2001 From: Jon Rohan Date: Mon, 24 Dec 2012 13:19:20 -0800 Subject: [PATCH] really using the system font, determined via css2.1 --- src/packages/tabs/src/tabs.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/packages/tabs/src/tabs.css b/src/packages/tabs/src/tabs.css index 4bea3fa13..34f154e13 100644 --- a/src/packages/tabs/src/tabs.css +++ b/src/packages/tabs/src/tabs.css @@ -1,7 +1,7 @@ .tabs { background: #333333; border-bottom: 4px solid #424242; - font: 11px Lucida Grande, arial, freesans, clean, sans-serif !important; + font: caption !important; } .tab { @@ -62,7 +62,7 @@ } .tab .file-name { - font-weight: normal !important; + font-size: 11px !important; display: block; overflow: hidden; white-space: nowrap;