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

Commit

Permalink
Theme: Correction of body "b" text shadow.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspermdegroot committed Apr 20, 2013
1 parent 86487dd commit ac93ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/themes/default/jquery.mobile.theme.css
Expand Up @@ -223,7 +223,7 @@ button,
.ui-overlay-b {
border: 1px solid #444 /*{b-body-border}*/;
color: #fff /*{b-body-color}*/;
text-shadow: 0 /*{b-body-shadow-x}*/ 1px /*{b-body-shadow-y}*/ 0 /*{b-body-shadow-radius}*/ #fff /*{b-body-shadow-color}*/;
text-shadow: 0 /*{b-body-shadow-x}*/ 1px /*{b-body-shadow-y}*/ 0 /*{b-body-shadow-radius}*/ #111 /*{b-body-shadow-color}*/;
background: #222 /*{b-body-background-color}*/;
}
.ui-overlay-b {
Expand Down

0 comments on commit ac93ac0

Please sign in to comment.