Skip to content

Commit

Permalink
一些样式问题
Browse files Browse the repository at this point in the history
  • Loading branch information
star7th committed Oct 20, 2016
1 parent f0ae101 commit 609d2fc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Application/Home/View/Page/edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ <h4>{$Think.Lang.saved_templ_list}</h4>
<script src="__PUBLIC__/editor.md/plugins/table-dialog/table-dialog.js"></script>
<script src="__PUBLIC__/editor.md/plugins/reference-link-dialog/reference-link-dialog.js"></script>

<script src="__PUBLIC__/js/page/edit.js?v=1.1.2thirdonmopqrst"></script>
<script src="__PUBLIC__/js/page/edit.js?v=1.1.2thirdonmopqrstut"></script>
<if condition="LANG_SET=='en-us'">
<script src="__PUBLIC__/editor.md/languages/en.js"></script>
</if>
7 changes: 6 additions & 1 deletion Application/Home/View/Page/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
<include file="Common/header" />
<link href="__PUBLIC__/highlight/default.min.css" rel="stylesheet">
<link href="__PUBLIC__/css/page/index.css" rel="stylesheet">
<style type="text/css">
.hljs{
padding: 0px;
}

</style>
<h3 style="text-align: center;">{$page.page_title}</h3>
<!-- 这里开始是内容 -->

Expand All @@ -20,4 +25,4 @@ <h3 style="text-align: center;">{$page.page_title}</h3>
<script src="__PUBLIC__/editor.md/lib/sequence-diagram.min.js"></script>
<script src="__PUBLIC__/editor.md/lib/jquery.flowchart.min.js"></script>
<script src="__PUBLIC__/editor.md/editormd.min.js"></script>
<script src="__PUBLIC__/js/page/index.js"></script>
<script src="__PUBLIC__/js/page/index.js?a=1"></script>

0 comments on commit 609d2fc

Please sign in to comment.