1+ /* jqm docs css
2+
3+ Beware: lots of last-minute CSS going on in here
4+ cobblers, shoes,
5+ */
6+
17body { background : # dddddd ; }
28
39.ui-mobile # jqm-home { background : # e5e5e5 url(../ images/jqm-sitebg.png) to p center repeat-x; }
@@ -93,8 +99,18 @@ p.intro {
9399/* docs site layout */
94100
95101@media all and (min-width : 650px ){
96- .ui-mobile # jqm-homeheader {max-width : 340px ;}
97- .ui-mobile .jqm-themeswitcher {float : right;
102+
103+ .jqm-home {
104+ position : absolute;
105+ left : 10px ;
106+ top : 0 ;
107+ }
108+
109+ .ui-mobile # jqm-homeheader {
110+ max-width : 340px ;
111+ }
112+ .ui-mobile .jqm-themeswitcher {
113+ float : right;
98114 }
99115 p .intro {
100116 border-top-color : # 75ae18 ;
@@ -110,6 +126,7 @@ p.intro {
110126 }
111127 .type-interior .ui-content {
112128 background-position : 45% ;
129+ overflow : hidden;
113130 }
114131 .content-secondary {
115132 text-align : left;
@@ -124,6 +141,12 @@ p.intro {
124141 padding : 20px 4% 0 0 ;
125142 background : none;
126143 }
144+ .type-index .content-secondary {
145+ padding : 0 ;
146+ }
147+ .type-index .content-secondary .ui-listview {
148+ margin : 0 ;
149+ }
127150
128151 .ui-mobile # jqm-homeheader {
129152 padding : 0 ;
@@ -145,7 +168,6 @@ p.intro {
145168 .type-interior .content-primary {
146169 padding : 1.5em 6% 3em 0 ;
147170 margin : 0 ;
148-
149171 }
150172 /* fix up the collapsibles - expanded on desktop */
151173 .content-secondary .ui-collapsible-heading {
@@ -159,7 +181,10 @@ p.intro {
159181 margin : 0 ;
160182 padding : 0 ;
161183 }
162-
184+ .type-interior .content-secondary .ui-li-divider {
185+ padding-top : 1em ;
186+ padding-bottom : 1em ;
187+ }
163188 .type-interior .content-secondary {
164189 margin : 0 ;
165190 padding : 0 ;
0 commit comments