Skip to content

Commit

Permalink
Reconfigure the stripey mode to match Doug's stripey
Browse files Browse the repository at this point in the history
  • Loading branch information
cs278 committed Sep 24, 2014
1 parent 74dd568 commit ac55b32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/assets/less/mixins.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
background-color: @stripe-bg;
background-size: @width 2px;

background-image: -webkit-linear-gradient(@angle, @body-bg 40%, transparent 40%, transparent 60%, @body-bg 60%);
background-image: -o-linear-gradient(@angle, @body-bg 40%, transparent 40%, transparent 60%, @body-bg 60%);
background-image: linear-gradient(@angle, @body-bg 40%, transparent 40%, transparent 60%, @body-bg 60%);
background-image: -webkit-linear-gradient(@angle, @body-bg 37.5%, transparent 37.5%, transparent 47.5%, @body-bg 47.5%, @body-bg 52.5%, transparent 52.5%, transparent 62.5%, @body-bg 62.5%);
background-image: -o-linear-gradient(@angle, @body-bg 37.5%, transparent 37.5%, transparent 47.5%, @body-bg 47.5%, @body-bg 52.5%, transparent 52.5%, transparent 62.5%, @body-bg 62.5%);
background-image: linear-gradient(@angle, @body-bg 37.5%, transparent 37.5%, transparent 47.5%, @body-bg 47.5%, @body-bg 52.5%, transparent 52.5%, transparent 62.5%, @body-bg 62.5%);
}

0 comments on commit ac55b32

Please sign in to comment.