summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAleš Smodiš <aless@guru.si>2015-09-17 11:45:03 +0200
committerAleš Smodiš <aless@guru.si>2015-09-17 11:45:03 +0200
commit8ae11f070aafea81bc91bdaf6918f396777f88df (patch)
treed4356153098ccffd3097259a0dda53a4a406fb60 /css
parent0eec2bd8f8fd8669682cf618bf22983a36f828a9 (diff)
Console fix: a line can now have multiple CSS classes, so text can e.g. now be in multiple colors.
Diffstat (limited to 'css')
-rw-r--r--css/codeq/console.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/codeq/console.css b/css/codeq/console.css
index 2f5e9cf..c8dd9fd 100644
--- a/css/codeq/console.css
+++ b/css/codeq/console.css
@@ -8,7 +8,7 @@
background-color: transparent;
border: none;
color: inherit;
- line-height: inherit;
+ line-height: normal;
margin: 0;
padding: 0;
}