【发布时间】:2010-11-05 01:34:34
【问题描述】:
我像 Stackoverflow 一样添加了 WMD 编辑器,但我的 css 中有,
*
{
margin: 0px;
padding: 0px;
}
这会使换行符消失,因此行之间不再有空格。
我可以在 css 中为 wmd-preview 做些什么吗?
【问题讨论】:
标签: wmd-editor
我像 Stackoverflow 一样添加了 WMD 编辑器,但我的 css 中有,
*
{
margin: 0px;
padding: 0px;
}
这会使换行符消失,因此行之间不再有空格。
我可以在 css 中为 wmd-preview 做些什么吗?
【问题讨论】:
标签: wmd-editor
p { 边距:0px 0 10px 0; }
我做到了,现在很好,万岁!!!!!!!!!!!!!!!!!!!!!!!!
【讨论】: