Skip to content

Commit

Permalink
version 0.1.0 kaaaaabooom
Browse files Browse the repository at this point in the history
  • Loading branch information
shiren committed Dec 18, 2015
1 parent b789d61 commit 2329178
Show file tree
Hide file tree
Showing 5 changed files with 1,520 additions and 673 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.0.10",
"version": "0.1.0",
"description": "private",
"authors": [
{
Expand Down
16 changes: 10 additions & 6 deletions dist/tui-editor.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
@charset "UTF-8";

.tui-editor,
.tui-editor-defaultUI,
.tui-editor-defaultUI *,
.tui-editor * {
box-sizing: content-box;
.tui-editor *,
.tui-editor-defaultUI * {
font: inherit;
vertical-align: baseline;
}

.tui-editor:after,
Expand Down Expand Up @@ -355,6 +351,14 @@
margin: 10px 0 0 0;
text-align: center;
}

.te-popup-table-utils {
width: 200px;
}

.te-popup-table-utils button {
display: block;
}
/**
* Toast UI Colorpicker
* @version 1.0.1
Expand Down
Loading

0 comments on commit 2329178

Please sign in to comment.