projects
/
oweals
/
karmaworld.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3caf97a
)
add hack to make code blocks look normal, a fix should be made to html2text, but...
author
Jacob Hilker
<hilker.j@gmail.com>
Wed, 12 Mar 2014 20:15:22 +0000
(16:15 -0400)
committer
Jacob Hilker
<hilker.j@gmail.com>
Wed, 12 Mar 2014 20:15:22 +0000
(16:15 -0400)
karmaworld/assets/css/global.css
patch
|
blob
|
history
diff --git
a/karmaworld/assets/css/global.css
b/karmaworld/assets/css/global.css
index 9b90d6a0ad5f7b5e6020456fd3f68cd0f9a34c09..b277ffb3529006faa6672305bd08d5597f9db1e3 100644
(file)
--- a/
karmaworld/assets/css/global.css
+++ b/
karmaworld/assets/css/global.css
@@
-698,6
+698,20
@@
a.activity_target:hover
padding-left: 30px;
}
+/*
+ * Hack to make the wrongly added code blocks look normal. Html2text should not
+ * actually make these code blocks, but does when users have whitespace in d
+ * ocuments. Longterm fix should be in Html2text.
+ */
+code
+{
+ font-family: "MuseoSlab-500";
+ font-size: 15px;
+ font-weight: normal;
+ color: black;
+}
+
+
/* GLOBAL FOOTER */
footer#global_footer