Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Fixed rendering issue in project page
Browse files Browse the repository at this point in the history
  • Loading branch information
Lea Verou committed Oct 17, 2011
1 parent 9957c67 commit 1024d0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style.css
Expand Up @@ -55,8 +55,8 @@ ul.drawbacks > li:before {

html {
background-color: slategray;
background-image: repeating-linear-gradient(30deg, rgba(255,255,255,.15), rgba(255,255,255,.15) 40px, transparent 40px, transparent 80px),
linear-gradient(0deg, transparent 50%, white 50%);
background-image: linear-gradient(0deg, transparent 50%, white 50%),
repeating-linear-gradient(30deg, rgba(255,255,255,.15), rgba(255,255,255,.15) 40px, transparent 40px, transparent 80px);
}

body {
Expand Down

0 comments on commit 1024d0f

Please sign in to comment.