Skip to content

Commit

Permalink
added gradient for Opera (thanks @ourmaninjapan)
Browse files Browse the repository at this point in the history
  • Loading branch information
robflaherty committed May 24, 2011
1 parent e5d4994 commit 39c1b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/styles.css
Expand Up @@ -31,7 +31,7 @@ a:hover { color: #3c5dc9; text-decoration:none; }

/* Slider App Styles */
section { padding: 0 30px 30px; display: none; }
header { color: #000; background-image: -moz-linear-gradient(top, #c5c5c5, #b0b0b0); background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #c5c5c5),color-stop(1, #b0b0b0)); border-top:1px solid #dcdcdc; border-bottom: 1px solid rgb(105, 105, 105); text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5); font-family: "Lucida Grande"; padding: 1px 10px; overflow:hidden; z-index: 10000; position: relative; }
header { color: #000; background-image: -moz-linear-gradient(top, #c5c5c5, #b0b0b0); background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #c5c5c5),color-stop(1, #b0b0b0)); background-image: -o-linear-gradient(top, #c5c5c5, #b0b0b0); border-top:1px solid #dcdcdc; border-bottom: 1px solid rgb(105, 105, 105); text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5); font-family: "Lucida Grande"; padding: 1px 10px; overflow:hidden; z-index: 10000; position: relative; }
header h1 { float: left; font-size: 18px; line-height: 32px;}
.slide-selected { display: block; }
.action, .action-on { display: none; }
Expand Down

0 comments on commit 39c1b04

Please sign in to comment.