From 91efbbd94eb72cb2880db4b8ea6118a98853484c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ale=C5=A1=20Smodi=C5=A1?= Date: Wed, 16 Sep 2015 13:26:01 +0200 Subject: Leave to Bootstrap to set the font for console (the
 element).

---
 css/codeq/console.css | 3 ---
 1 file changed, 3 deletions(-)

(limited to 'css/codeq/console.css')

diff --git a/css/codeq/console.css b/css/codeq/console.css
index 5f721b7..2f5e9cf 100644
--- a/css/codeq/console.css
+++ b/css/codeq/console.css
@@ -1,7 +1,6 @@
 .cq-con {
     color: greenyellow;
     font-family: "Courier Menlo", Monaco, Consolas, "Courier New", monospace;
-    font-size: medium;
     word-break: break-all;
 }
 .cq-con-line {
@@ -9,8 +8,6 @@
     background-color: transparent;
     border: none;
     color: inherit;
-    font-family: inherit;
-    font-size: inherit;
     line-height: inherit;
     margin: 0;
     padding: 0;
-- 
cgit v1.2.1