Skip to content

Commit

Permalink
Merge pull request #68 from jaeh/patch-1
Browse files Browse the repository at this point in the history
fix -moz-border styles for flatty.css theme
  • Loading branch information
wavded committed Sep 28, 2015
2 parents 70970e9 + a34b955 commit d1ac7df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/flatty.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ body {
background-color: #fff;
-webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
-moz-border-bottom-right-radius: 3px;
-moz-border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
Expand Down

0 comments on commit d1ac7df

Please sign in to comment.