修复 可视化编辑器中 quote 背景链接错误

This commit is contained in:
Coxxs 2017-03-12 15:11:55 +08:00
parent 91d2d8320f
commit 2f9878be24
1 changed files with 26 additions and 26 deletions

View File

@ -19,9 +19,9 @@ table { empty-cells: show; border-collapse: collapse; }
table td { padding: 4px; border: 1px solid {COMMONBORDER}; }
th { font-weight: 400; }
div.quote, div.blockcode { margin: 10px 0; padding: 10px 10px 10px 65px; }
div.quote { padding-bottom: 5px; background: #F9F9F9 url({IMGDIR}icon_quote_s.gif) no-repeat 20px 6px; }
div.quote blockquote { margin: 0; padding: 0 65px 5px 0; background: url({IMGDIR}icon_quote_e.gif) no-repeat 100% 100%; line-height: 1.6em; }
div.blockcode { border: 1px solid #CCC; background: #F7F7F7 url({IMGDIR}codebg.gif) repeat-y 0 0; }
div.quote { padding-bottom: 5px; background: #F9F9F9 url({IMGDIR}/icon_quote_s.gif) no-repeat 20px 6px; }
div.quote blockquote { margin: 0; padding: 0 65px 5px 0; background: url({IMGDIR}/icon_quote_e.gif) no-repeat 100% 100%; line-height: 1.6em; }
div.blockcode { border: 1px solid #CCC; background: #F7F7F7 url({IMGDIR}/codebg.gif) repeat-y 0 0; }
div.blockcode blockquote { margin: 0; }
.float td { border: 0; padding: 0; }
img { max-width:400px; }