File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff 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% ;
Original file line number Diff line number Diff line change 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 }
You can’t perform that action at this time.
0 commit comments