Skip to content

Commit

Permalink
Update bundle.
Browse files Browse the repository at this point in the history
  • Loading branch information
null-a committed Jan 30, 2017
1 parent 307cc7a commit c478438
Show file tree
Hide file tree
Showing 2 changed files with 21,080 additions and 21,202 deletions.
10 changes: 2 additions & 8 deletions docs/webppl-editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -416,9 +416,6 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
display: inline-block;
vertical-align: top;
margin-bottom: -30px;
/* Hack to make IE7 behave */
*zoom:1;
*display:inline;
}
.CodeMirror-gutter-wrapper {
position: absolute;
Expand Down Expand Up @@ -462,8 +459,8 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
position: relative;
overflow: visible;
-webkit-tap-highlight-color: transparent;
-webkit-font-variant-ligatures: none;
font-variant-ligatures: none;
-webkit-font-variant-ligatures: contextual;
font-variant-ligatures: contextual;
}
.CodeMirror-wrap pre {
word-wrap: break-word;
Expand Down Expand Up @@ -537,9 +534,6 @@ div.CodeMirror-dragcursors {
background: rgba(255, 255, 0, .4);
}

/* IE7 hack to prevent it from returning funny offsetTops on the spans */
.CodeMirror span { *vertical-align: text-bottom; }

/* Used to force a border model for a node */
.cm-force-border { padding-right: .1px; }

Expand Down
Loading

0 comments on commit c478438

Please sign in to comment.