@@ -12,7 +12,7 @@ body, input, textarea, select, button { font-family: Helvetica, Arial, san-serif
1212.ui-mobile # jqm-homeheader h1 { margin : 0 0 ; }
1313.ui-mobile # jqm-homeheader p { margin : .3em 0 0 ; line-height : 1.3 ; font-size : .9em ; font-weight : bold; color : # 666 ; }
1414
15- .ui-mobile-viewport .jqm-version {
15+ .type-home . ui-content .jqm-version {
1616 display : block;
1717 position : absolute;
1818 width : 96px ;
@@ -39,11 +39,36 @@ body, input, textarea, select, button { font-family: Helvetica, Arial, san-serif
3939 -o-box-shadow : 0 0 6px rgba (0 , 0 , 0 , .40 );
4040 box-shadow : 0 0 6px rgba (0 , 0 , 0 , .40 );
4141}
42- .ui-mobile-viewport .jqm-version b {
42+ .type-home . ui-content .jqm-version b {
4343 color : # a21412 ;
4444 font-weight : bold;
4545}
4646
47+ .footer-docs {
48+ padding : 5px 0 ;
49+ clear : both;
50+ color : # 666 ;
51+ }
52+ .footer-docs p , .footer-docs b {
53+ font-weight : normal;
54+ font-size : .9em ;
55+ }
56+ .ui-mobile-viewport .footer-docs p {
57+ margin : .5em 15px ;
58+ }
59+ @media all and (min-width : 450px ) {
60+ .ui-mobile-viewport .footer-docs {
61+ overflow : hidden;
62+ }
63+ .ui-mobile-viewport .footer-docs p {
64+ margin : 1em 15px ;
65+ float : left;
66+ }
67+ .ui-mobile-viewport .footer-docs p .jqm-version {
68+ float : right;
69+ }
70+ }
71+
4772h2 { margin : 1.2em 0 .4em 0 ; }
4873p code { font-size : 1.2em ; font-weight : bold; }
4974h4 code {font-size : 1.2em ; font-weight : bold; }
@@ -76,16 +101,6 @@ p.intro {
76101p .intro strong {
77102 color : # 558e08 ;
78103}
79- .footer-docs {
80- padding : 5px 0 ;
81- clear : both;
82- color : # 666 ;
83- }
84- .footer-docs p {
85- margin-left : 15px ;
86- font-weight : normal;
87- font-size : .9em ;
88- }
89104
90105.type-interior .content-secondary {
91106 border-right : 0 ;
0 commit comments