Skip to content

Commit

Permalink
Fixed length rulers in modern browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
LeaVerou committed Feb 17, 2013
1 parent 8da489d commit 2afb383
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions style/style.css
Expand Up @@ -654,6 +654,10 @@ body[data-page="javascript"] #jserror.active {
linear-gradient(left, transparent 19px, rgba(255,255,255,.6) 19px) left top repeat-x,
linear-gradient(left, transparent 4px, rgba(255,255,255,.4) 4px) left top repeat-x,
url(/img/noise.png), linear-gradient(hsla(200, 10%, 20%, .8), hsl(200, 10%, 20%));
background:
linear-gradient(to right, transparent 19px, rgba(255,255,255,.6) 19px) left top repeat-x,
linear-gradient(to right, transparent 4px, rgba(255,255,255,.4) 4px) left top repeat-x,
url(/img/noise.png), linear-gradient(hsla(200, 10%, 20%, .8), hsl(200, 10%, 20%));
background-size: 20px 10px, 5px 5px, auto, auto;
box-shadow: none;
}
Expand Down

0 comments on commit 2afb383

Please sign in to comment.