From d97651d19ad70538d18fe16bb62f4d0248b201db Mon Sep 17 00:00:00 2001 From: Jon Rohan Date: Thu, 27 Dec 2012 13:38:50 -0800 Subject: [PATCH] These importants are too harsh. and not necessary --- src/packages/tabs/src/tabs.css | 4 ++-- static/atom.css | 2 +- static/editor.css | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/packages/tabs/src/tabs.css b/src/packages/tabs/src/tabs.css index dc4be74fa..ba9b60995 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: caption !important; + font: caption; } .tab { @@ -71,7 +71,7 @@ } .tab .file-name { - font-size: 11px !important; + font-size: 11px; display: block; overflow: hidden; white-space: nowrap; diff --git a/static/atom.css b/static/atom.css index d666aaac3..d43d6c5ba 100644 --- a/static/atom.css +++ b/static/atom.css @@ -1,5 +1,5 @@ html, body { - font: caption !important; + font: caption; width: 100%; height: 100%; overflow: hidden; diff --git a/static/editor.css b/static/editor.css index f95816056..000420ce1 100644 --- a/static/editor.css +++ b/static/editor.css @@ -6,7 +6,7 @@ -webkit-box-flex: 1; position: relative; z-index: 0; - font-family: Inconsolata, Monaco, Courier !important; + font-family: Inconsolata, Monaco, Courier; } .editor.mini {