Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Merge pull request #2564 from eddiemonge/patch-3
Browse files Browse the repository at this point in the history
Typo when specifying a test-shadow.
  • Loading branch information
gseguin committed Sep 29, 2011
2 parents 91de92f + ec6b1b4 commit 0c829f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/default/jquery.mobile.theme.css
Expand Up @@ -333,7 +333,7 @@
background: #fdfdfd /*{c-bdown-background-color}*/;
font-weight: bold;
color: #111111 /*{c-bdown-color}*/;
text-shadow: 0 /*{c-bdown-shadow-x}*/ 1px /*{c-bdown-shadow-y}*/ 1p /*{c-bdown-shadow-radius}*/ #ffffff /*{c-bdown-shadow-color}*/;
text-shadow: 0 /*{c-bdown-shadow-x}*/ 1px /*{c-bdown-shadow-y}*/ 1px /*{c-bdown-shadow-radius}*/ #ffffff /*{c-bdown-shadow-color}*/;
background-image: -webkit-gradient(linear, left top, left bottom, from(#eee /*{c-bdown-background-start}*/), to(#fdfdfd /*{c-bdown-background-end}*/)); /* Saf4+, Chrome */
background-image: -webkit-linear-gradient(top, #eee /*{c-bdown-background-start}*/, #fdfdfd /*{c-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
background-image: -moz-linear-gradient(top, #eee /*{c-bdown-background-start}*/, #fdfdfd /*{c-bdown-background-end}*/); /* FF3.6 */
Expand Down

0 comments on commit 0c829f5

Please sign in to comment.