1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 20:30:05 +08:00

Try to set text-indent

This commit is contained in:
Shidong Wang 2020-02-24 10:42:32 +08:00
parent d8e238b586
commit 58eb93a897

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; }
p, pre { margin: 1em 0; text-indent:2em; }
/* 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; }