Skip to content

Commit

Permalink
fixing css to adapt to latest ace version
Browse files Browse the repository at this point in the history
  • Loading branch information
thlorenz committed Jan 28, 2014
1 parent 8154492 commit 1904b3b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion example/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ div.editor {
position: absolute;
width: 50%;
height: 50%;
background: black;
}

#javascript-editor {
Expand Down
1 change: 0 additions & 1 deletion test/stringified/style.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ module.exports = [
, ' position: absolute;'
, ' width: 50%;'
, ' height: 50%;'
, ' background: black;'
, '}'
, ''
, '#javascript-editor {'
Expand Down

0 comments on commit 1904b3b

Please sign in to comment.