Commit d614c80c by Ned Batchelder

Firefox doesn't draw the buttons right with -90deg, but will draw it right if no…

Firefox doesn't draw the buttons right with -90deg, but will draw it right if no direction is specified.
parent 5134c99d
...@@ -101,7 +101,7 @@ header.global { ...@@ -101,7 +101,7 @@ header.global {
margin-right: 5px; margin-right: 5px;
> a { > a {
@include background-image(linear-gradient(-90deg, #fff 0%, rgb(250,250,250) 50%, rgb(237,237,237) 50%, rgb(220,220,220) 100%)); @include background-image(linear-gradient(#fff 0%, rgb(250,250,250) 50%, rgb(237,237,237) 50%, rgb(220,220,220) 100%));
border: 1px solid transparent; border: 1px solid transparent;
border-color: rgb(200,200,200); border-color: rgb(200,200,200);
@include border-radius(3px); @include border-radius(3px);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment