From 05f1ab447657f6fc753f422c0c24bafbd054ca3b Mon Sep 17 00:00:00 2001 From: Shidong Wang Date: Mon, 24 Feb 2020 10:52:00 +0800 Subject: [PATCH] Move --- docs/_sass/_spacevim.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/_sass/_spacevim.scss b/docs/_sass/_spacevim.scss index 80626483c..d98d57fe6 100644 --- a/docs/_sass/_spacevim.scss +++ b/docs/_sass/_spacevim.scss @@ -65,7 +65,7 @@ dfn { font-style: italic; } mark { background: #ff0; color: #000; } /* Addresses margins set differently in IE6/7 */ -p, pre { margin: 1em 0; text-indent:2em; } +p, pre { margin: 1em 0; } /* Corrects font family set oddly in IE6, S4/5, Chrome en.wikipedia.org/wiki/User:Davidgothberg/Test59 */ pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; } @@ -289,5 +289,6 @@ section #title .credits.right { float: right; } section { margin-top: 40px; } nav { display: none; } } +p { text-indent:2em; } /*! vim:set nowrap: */