Skip to content

Commit

Permalink
添加reset css
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jul 3, 2015
1 parent b27073d commit 04e4cbd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "themes/default/AutoPrefixCSS"]
path = themes/default/AutoPrefixCSS
url = https://github.com/jaywcjlove/AutoPrefixCSS.git
1 change: 0 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@
],
"license": "MIT",
"dependencies": {
"AutoPrefixCss": "~1.0.1"
}
}
5 changes: 2 additions & 3 deletions test/test.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@
<script type="text/javascript">
var mde = new MDEditor({
id:"#mdeditor",
minheight:200,
maxheight:500,
themes:"themes/default/css/MDEditor.min.css"
minheight:300,
maxheight:600
})
mde.load()

Expand Down
1 change: 1 addition & 0 deletions themes/default/AutoPrefixCSS
Submodule AutoPrefixCSS added at 7802e5

0 comments on commit 04e4cbd

Please sign in to comment.