mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Fixing markdown css
--HG-- branch : 1.x
This commit is contained in:
@@ -9,7 +9,7 @@ namespace Markdown {
|
||||
manifest.DefineScript("Markdown_Editor").SetUrl("Markdown.Editor.js").SetDependencies("Markdown_Sanitizer");
|
||||
manifest.DefineScript("Resizer").SetUrl("jquery.textarearesizer.min.js");
|
||||
|
||||
manifest.DefineScript("OrchardMarkdown").SetUrl("orchard-markdown.js").SetDependencies("Resizer", "Markdown_Editor"); ;
|
||||
manifest.DefineScript("OrchardMarkdown").SetUrl("orchard-markdown.js").SetDependencies("Resizer", "Markdown_Editor");
|
||||
manifest.DefineStyle("OrchardMarkdown").SetUrl("admin-markdown.css");
|
||||
}
|
||||
}
|
||||
|
@@ -44,12 +44,12 @@
|
||||
|
||||
.wmd-preview ol {
|
||||
list-style: decimal;
|
||||
text-align: match-parent;
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
||||
.wmd-preview ul {
|
||||
list-style: disc;
|
||||
text-align: match-parent;
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
||||
.wmd-preview blockquote {
|
||||
|
Reference in New Issue
Block a user