Change the style of the guide lines to feel lighter and more in-style.

--HG--
extra : rebase_source : c767971fc6c64e76201266fd52d1f52c2513c176
This commit is contained in:
Aza Raskin 2010-06-30 10:30:55 -07:00
parent 79cedb9ca3
commit b135f7c016

View File

@ -196,8 +196,10 @@ body {
.guideTrench {
z-index: -101;
opacity: 0.9;
border-top: 2px solid rgba(0,0,0,0.13);
border-left: 2px solid rgba(0,0,0,0.13);
border-top: 2px solid;
border-left: 2px solid;
-moz-border-top-colors: rgba(0,0,0,0.1) rgba(255,255,255,.25);
-moz-border-left-colors: rgba(0,0,0,0.1) rgba(255,255,255,.25);
}
.visibleTrench {