1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 20:20:05 +08:00
This commit is contained in:
Shidong Wang 2020-02-24 10:52:00 +08:00
parent 58eb93a897
commit 05f1ab4476

View File

@ -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: */