Skip to content

Commit

Permalink
Update 2017.02.21
Browse files Browse the repository at this point in the history
Fixed code highlight does not match line number in Safari and IOS.
  • Loading branch information
xiaoluoboding committed Feb 20, 2017
1 parent acbbd21 commit 5b40cdc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions assets/css/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -1153,10 +1153,6 @@ body.nav-opened .site-wrapper {
========================================================================== */

.read-next {
/*display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;*/
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
Expand Down Expand Up @@ -2300,6 +2296,7 @@ code.has-numbering {
margin-left: 32px;
padding: 0.5em;
white-space: pre;
word-wrap: normal;
display: block;
}
.pre-numbering {
Expand Down

0 comments on commit 5b40cdc

Please sign in to comment.