From 82f11c86f2308cd28159c700d1e4d68698986e44 Mon Sep 17 00:00:00 2001 From: Corey Johnson Date: Mon, 14 Nov 2011 15:25:31 -0800 Subject: [PATCH] !important Ewwwwww. --- static/atom.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/atom.css b/static/atom.css index d60add654..89e225398 100644 --- a/static/atom.css +++ b/static/atom.css @@ -57,8 +57,8 @@ body { background-color: blue; } -#ace-editor { - position: relative; +.ace_editor { + position: relative !important; + font: 18px Inconsolata, Monaco, Courier !important; -webkit-box-flex: 1; - font: 18px Inconsolata, Monaco, Courier; }