Skip to content

Commit

Permalink
just added some sensible default gradient styles
Browse files Browse the repository at this point in the history
  • Loading branch information
boazsender committed Feb 3, 2010
1 parent 511a907 commit 5852cf6
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions index.html
Expand Up @@ -54,12 +54,11 @@ <h1>

<pre class="rule">
.box_gradient {
background-image: -moz-linear-gradient(top, <b g="0" i="s2Hex">#FFF</b>, <b g="1" i="s2Hex">#000</b>);
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, <b g="0" i="s2Hex">#FFF</b>),color-stop(1, <b g="1" i="s2Hex">#000</b>));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='<b g="0" i="s2Hex">#FFFFFF</b>', endColorstr='<b g="1" i="s2Hex">#000000</b>');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='<b g="0" i="s2Hex">#FFFFFF</b>', endColorstr='<b g="1" i="s2Hex">#000000</b>')";
background-image: -moz-linear-gradient(top, <b g="0" i="s2Hex">#444444</b>, <b g="1" i="s2Hex">#555555</b>);
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, <b g="0" i="s2Hex">#444444</b>),color-stop(1, <b g="1" i="s2Hex">#555555</b>));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='<b g="0" i="s2Hex">#444444</b>', endColorstr='<b g="1" i="s2Hex">#555555</b>');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='<b g="0" i="s2Hex">#444444</b>', endColorstr='<b g="1" i="s2Hex">#555555</b>')";
}

</pre>

<pre class="rule">
Expand Down

0 comments on commit 5852cf6

Please sign in to comment.