From 2afb383d00948d64658bc83f2b7624f18b215e9c Mon Sep 17 00:00:00 2001 From: Lea Verou Date: Sun, 17 Feb 2013 23:28:55 +0200 Subject: [PATCH] Fixed length rulers in modern browsers --- style/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style/style.css b/style/style.css index d3b4e44..965721c 100644 --- a/style/style.css +++ b/style/style.css @@ -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; }