add hack to make code blocks look normal, a fix should be made to html2text, but...
authorJacob Hilker <hilker.j@gmail.com>
Wed, 12 Mar 2014 20:15:22 +0000 (16:15 -0400)
committerJacob Hilker <hilker.j@gmail.com>
Wed, 12 Mar 2014 20:15:22 +0000 (16:15 -0400)
karmaworld/assets/css/global.css

index 9b90d6a0ad5f7b5e6020456fd3f68cd0f9a34c09..b277ffb3529006faa6672305bd08d5597f9db1e3 100644 (file)
@@ -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