From c4fd66340d63de40ecd7728e4d6da30b0e75cfe3 Mon Sep 17 00:00:00 2001 From: afc163 Date: Wed, 10 Jun 2015 16:55:37 +0800 Subject: [PATCH] update markdown box style --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 20cfa8c2d1..e2cd10c661 100644 --- a/static/style.css +++ b/static/style.css @@ -521,6 +521,7 @@ footer ul li > a { } .markdown { + width: 75%; color: #777; font-size: 14px; line-height: 1.8; @@ -546,7 +547,6 @@ footer ul li > a { .markdown p, .markdown pre { margin: 1.2em 0; - width: 75%; } .markdown > ul > li { -- GitLab