diff options
author | Aleš Smodiš <aless@guru.si> | 2015-09-16 13:26:01 +0200 |
---|---|---|
committer | Aleš Smodiš <aless@guru.si> | 2015-09-16 13:26:01 +0200 |
commit | 91efbbd94eb72cb2880db4b8ea6118a98853484c (patch) | |
tree | 8a5412464e63cca551bb18e7b8c3d799dc44e2c2 /css | |
parent | c2b7956557835b1a232a84bdb262a700924a1538 (diff) |
Leave to Bootstrap to set the font for console (the <pre> element).
Diffstat (limited to 'css')
-rw-r--r-- | css/codeq/console.css | 3 |
1 files changed, 0 insertions, 3 deletions
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; |