Skip to content

Commit

Permalink
version 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
shiren committed Jan 26, 2016
1 parent 9fe6248 commit ce2961f
Show file tree
Hide file tree
Showing 7 changed files with 909 additions and 393 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tui-editor",
"version": "0.2.0",
"version": "0.2.5",
"description": "private",
"authors": [
{
Expand Down
7 changes: 7 additions & 0 deletions dist/tui-editor-contents.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@
margin: 15px 0;
}

.tui-editor-contents li ul,
.tui-editor-contents li ol {
margin: 0 0;
}

.tui-editor-contents hr {
display:block;
height: 1px;
Expand Down Expand Up @@ -216,6 +221,8 @@
}

.tui-editor-contents table {
display: table;
width: auto;
padding: 0;
border-collapse: collapse;
border-spacing: 0;
Expand Down
Loading

0 comments on commit ce2961f

Please sign in to comment.