Skip to content

Commit 4cbbd77

Browse files
author
scottjehl
committed
docs design updates
1 parent c7a8529 commit 4cbbd77

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

docs/_assets/css/jqm-docs.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ p.intro {
105105
.type-home .ui-content,
106106
.type-interior .ui-content {
107107
padding: 0;
108-
background: url(../images/px-ccc.gif) 49% 0 repeat-y;
108+
background: url(../images/px-ccc.gif) 50% 0 repeat-y;
109109
}
110110
.content-secondary {
111111
text-align: left;
@@ -161,7 +161,7 @@ p.intro {
161161
@media all and (min-width: 750px){
162162
.type-home .ui-content,
163163
.type-interior .ui-content {
164-
background-position: 38%;
164+
background-position: 39%;
165165
}
166166
.content-secondary {
167167
width: 34%;
@@ -173,6 +173,10 @@ p.intro {
173173
}
174174

175175
@media all and (min-width: 1200px){
176+
.type-home .ui-content,
177+
.type-interior .ui-content {
178+
background-position: 38.5%;
179+
}
176180
.content-secondary {
177181
width: 30%;
178182
padding-right:6%;

docs/_assets/js/jqm-docs.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//set up the theme switcher on the homepage
22
$('div').live('pagecreate',function(event){
33
if( !$(this).is('.ui-dialog')){
4-
var appendEl = $(this).find('.ui-footer');
4+
var appendEl = $(this).find('.ui-footer:last');
55

66
if( !appendEl.length ){
77
appendEl = $(this).find('.ui-content');
@@ -16,7 +16,7 @@ $('div').live('pagecreate',function(event){
1616
})
1717
.appendTo( appendEl )
1818
.wrap('<div class="jqm-themeswitcher">')
19-
.bind("vclick", function(){
19+
.bind( "vclick", function(){
2020
$.themeswitcher();
2121
});
2222
}

0 commit comments

Comments
 (0)