Skip to content

Commit b2230f1

Browse files
committed
Fixed specificity of h1.site-title for mobile logo. Fixed #27 - Project logo showing up on jquerymobile.com
1 parent 581ead3 commit b2230f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@
413413
html.jquery-mobile, .jquery-mobile #container
414414
{ background: #598611 url(../i/bg-body-mobile.jpg) no-repeat center -30px; }
415415

416-
.jquery-mobile h1 a
416+
.jquery-mobile h1.site-title a
417417
{ background: url(../i/logo-mobile.png) no-repeat;
418418
height: 72px;
419419
width: 275px;

0 commit comments

Comments
 (0)