Skip to content

Commit

Permalink
Fixed style.css stone-block in webkit
Browse files Browse the repository at this point in the history
  • Loading branch information
devsaider committed Sep 25, 2016
1 parent bac88cb commit 01d9f87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ body a {
.stone-block {
border: 15px solid transparent;
-o-border-image: url("images/stoneborder2.png") 15 repeat;
-webkit-border-image: url("images/stoneborder2.png") 15 repeat;
border-image: url("images/stoneborder2.png") 15 repeat;
background-color: #191818;
}
Expand Down

0 comments on commit 01d9f87

Please sign in to comment.