From 366ad3257e2b5c2e465c972d9f31fa8976969bf9 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Sat, 25 Apr 2015 10:49:18 +0100 Subject: [PATCH] font-size now set by user settings --- lib/ice-coder.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ice-coder.css b/lib/ice-coder.css index d722461..823faa3 100644 --- a/lib/ice-coder.css +++ b/lib/ice-coder.css @@ -88,7 +88,7 @@ h2 {font-size: 18px; font-weight: normal; color: #fff} .editor {position: absolute; display: inline-block; top: 0; left: 15px; width: 2400px} .editor .tabsBar {display: inline-block; height: 22px; width: 2400px; margin-top: 20px; padding-left: 53px; background: #fff} -.tabsBar .tab {position: absolute; display: none; height: 15px; padding: 5px 8px 2px 9px; border-right: 1px solid #ddd; font-size: 10px; color: #fff; white-space: nowrap; overflow: hidden; cursor: pointer; z-index: 1; +.tabsBar .tab {position: absolute; display: none; height: 15px; padding: 5px 8px 2px 9px; border-right: 1px solid #ddd; color: #fff; white-space: nowrap; overflow: hidden; cursor: pointer; z-index: 1; transition: width 0.15s ease-in-out; transition: left 0.15s ease-in-out; }