Skip to content

Commit

Permalink
update style
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Mar 13, 2016
1 parent fd1856d commit 8675b7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ InstantClickChangeFns.push(function() {
if (window.location.href.indexOf('#') > 0) {
setTimeout(function() {
window.location.href = window.location.href;
}, 0);
}, 30);
}

$('.component-demos .icon-all').off('click');
Expand Down
2 changes: 1 addition & 1 deletion site/static/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -625,6 +625,7 @@ footer ul li > a {
border-left: 4px solid #e9e9e9;
padding-left: 0.8em;
margin: 1em 0;
font-style: italic;
}

.markdown blockquote p {
Expand Down Expand Up @@ -1203,7 +1204,6 @@ a.entry-link:hover .anticon-smile {
}

.preview-image-wrapper video {
display: block;
width: 100%;
+ svg {
position: absolute;
Expand Down

0 comments on commit 8675b7a

Please sign in to comment.