summaryrefslogtreecommitdiff
path: root/public/css/markdown.css
diff options
context:
space:
mode:
authorWu Cheng-Han2015-09-24 13:48:12 +0800
committerWu Cheng-Han2015-09-24 13:48:12 +0800
commitc9f35b9aa0782c7e765ca0e71196db11356caed1 (patch)
tree5610d87fa319e32645bcd5a2e700c08f475f4d4a /public/css/markdown.css
parentf239b53972268294dd964d3b2c352e5decd62500 (diff)
Updated overall font-family, font-size, line-height, letter-spacing and some other minor adjustments
Diffstat (limited to 'public/css/markdown.css')
-rw-r--r--public/css/markdown.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/public/css/markdown.css b/public/css/markdown.css
index 95d72a6d..ffceb052 100644
--- a/public/css/markdown.css
+++ b/public/css/markdown.css
@@ -1,9 +1,11 @@
/* for markdown-body */
.markdown-body {
+ font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft JhengHei", Meiryo, "MS ゴシック", "MS Gothic", sans-serif;
padding-top: 40px;
padding-bottom: 40px;
max-width: 758px;
+ overflow: visible !important;
}
/*fixed style for bootstrap comflict*/