From 6d24200fae01bf3e1fdc477a850e27ae20d3d010 Mon Sep 17 00:00:00 2001 From: Justin Palmer Date: Tue, 5 Feb 2013 20:33:16 -0800 Subject: [PATCH] move font size into tab class --- static/tabs.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/tabs.css b/static/tabs.css index 5e0b6dfbf..20f9f424a 100644 --- a/static/tabs.css +++ b/static/tabs.css @@ -14,7 +14,8 @@ max-width: 175px; min-width: 40px; box-sizing: border-box; - text-shadow: 0 -1px 1px black; + text-shadow: -1px -1px 0 #000; + font-size: 11px; } .tab.active { @@ -22,7 +23,6 @@ } .tab .file-name { - font-size: 11px; display: block; overflow: hidden; white-space: nowrap;