Skip to content

Commit

Permalink
version 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
shiren committed Oct 30, 2015
1 parent ba58178 commit c0e2552
Show file tree
Hide file tree
Showing 4 changed files with 172 additions and 132 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "NeonEditor",
"version": "0.0.5",
"version": "0.0.6",
"description": "private",
"authors": [
{
Expand Down
21 changes: 20 additions & 1 deletion dist/neonEditor.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
@charset "UTF-8";

.neonEditor,
.neonEditor * {
margin:0;
padding:0;
border:0;
box-sizing: content-box;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

.neonEditor {
position: relative;
line-height: 1;
}

.neonEditor:after,
Expand Down Expand Up @@ -91,6 +103,9 @@
.mdContainer .tab button:hover {
background: #eee;
}
.mdContainer .editor {
line-height: 1.5;
}

.mdContainer .editor,
.mdContainer .preview {
Expand Down Expand Up @@ -190,7 +205,11 @@
visibility: hidden;
}

/* nepopup용 추후 분리해야함 */
.neonEditor .switchButton {
background: none;
text-decoration: underline;
}

.nepopup-wrapper {
width: 500px;
left: auto;
Expand Down
Loading

0 comments on commit c0e2552

Please sign in to comment.