Skip to content

Commit 4018600

Browse files
committed
supporting styles for the device image on the home page of jquerymobile.com
1 parent 84b4f4c commit 4018600

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

themes/jquerymobile.com/style.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,11 @@ a, .title, .entry-title { color: #108040; }
148148
#manufacturers a.symbian:hover { background-position: -406px -237px;}
149149
#manufacturers a.meego:hover { background-position: -621px -237px;}
150150

151+
#jqm-devices {
152+
margin:auto;
153+
text-align: center;
154+
}
155+
151156
#themeroller-logo {
152157
float:right;
153158
}
@@ -286,6 +291,9 @@ ul .next {
286291
#themeroller-logo {
287292
float: none;
288293
}
294+
#jqm-devices {
295+
display: none;
296+
}
289297
}
290298

291299
@media all and (max-width: 625px) {

0 commit comments

Comments
 (0)