Created
November 29, 2011 09:41
-
-
Save afoeder/1404191 to your computer and use it in GitHub Desktop.
Revisions
-
afoeder created this gist
Nov 29, 2011 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,17 @@ .my { border: 1px solid #999999; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; background-color: #d9d9d9; background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d9d9d9)); background-image: -webkit-linear-gradient(#ffffff,#d9d9d9); background-image: -moz-linear-gradient(top, #ffffff, #d9d9d9); filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ffffff', EndColorStr='#d9d9d9'); -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ffffff', EndColorStr='#d9d9d9')"; background-image: -ms-linear-gradient(#ffffff,#d9d9d9); background-image: -o-linear-gradient(#ffffff,#d9d9d9); background-image: linear-gradient(#ffffff,#d9d9d9); }