diff --git a/docs/_assets/css/jqm-docs.css b/docs/_assets/css/jqm-docs.css index ff977ab5..a175cb0d 100644 --- a/docs/_assets/css/jqm-docs.css +++ b/docs/_assets/css/jqm-docs.css @@ -9,7 +9,7 @@ body { background: #dddddd; } .ui-mobile #jqm-home { background: #e5e5e5 url(../images/jqm-sitebg.png) top center repeat-x; } .ui-mobile #jqm-homeheader { padding: 40px 10px 0; text-align: center; margin: 0 auto; } .ui-mobile #jqm-homeheader h1 { margin: 0 0 ; } -.ui-mobile #jqm-homeheader p { margin: 0; } +.ui-mobile #jqm-homeheader p { margin: .3em 0 0; line-height: 1.3; font-size: .9em; font-weight: bold; color: #666; } .ui-mobile #jqm-version { text-indent: -99999px; background: url(../images/version.png) top right no-repeat; width: 119px; height: 122px; overflow: hidden; position: absolute; z-index: 50; top: 0; right: 0; } .ui-mobile .jqm-themeswitcher { margin: 10px 25px 10px 10px; } @@ -26,13 +26,17 @@ pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; } nav { margin: 0; } p.intro { - font-size: .92em; - line-height: 1.2; - margin: 10px -15px; - background: #fff; - padding: 15px 20px; - border-top: 1px solid #ccc; - border-bottom: 1px solid #ccc; + font-size: .96em; + line-height: 1.3; + border-top: 1px solid #75ae18; + border-bottom: 0; + background: none; + margin: 1.5em 0; + padding: 1.5em 15px 0; + +} +p.intro strong { + color: #558e08; } .footer-docs { padding: 5px 0; @@ -51,6 +55,9 @@ p.intro { background: #fff; border-top: 1px solid #ccc; } +.type-home .ui-content { + margin-top: 5px; +} .type-interior .ui-content { padding-bottom: 0; } @@ -113,11 +120,7 @@ p.intro { float: right; } p.intro { - border-top-color: #75ae18; - border-bottom: 0; - background: none; - margin: 1.5em 0; - padding: 1.5em 15px 0; + margin: 2em 0; } .type-home .ui-content, .type-interior .ui-content { diff --git a/docs/about/accessibility.html b/docs/about/accessibility.html index 5294d44c..90dbd3e1 100755 --- a/docs/about/accessibility.html +++ b/docs/about/accessibility.html @@ -56,7 +56,7 @@
diff --git a/docs/about/features.html b/docs/about/features.html index 49e50611..d7231d0c 100755 --- a/docs/about/features.html +++ b/docs/about/features.html @@ -61,7 +61,7 @@ diff --git a/docs/about/intro.html b/docs/about/intro.html index 6254aa17..c62dd083 100755 --- a/docs/about/intro.html +++ b/docs/about/intro.html @@ -59,7 +59,7 @@ diff --git a/docs/about/platforms.html b/docs/about/platforms.html index e472ffee..14bf06e5 100755 --- a/docs/about/platforms.html +++ b/docs/about/platforms.html @@ -99,7 +99,7 @@ diff --git a/docs/api/events.html b/docs/api/events.html index 60a9ad84..77b5b0e1 100755 --- a/docs/api/events.html +++ b/docs/api/events.html @@ -158,7 +158,7 @@ $('#aboutPage').live('pagebeforecreate',function(event){ diff --git a/docs/api/globalconfig.html b/docs/api/globalconfig.html index 4932ef62..d5dd6690 100755 --- a/docs/api/globalconfig.html +++ b/docs/api/globalconfig.html @@ -149,7 +149,7 @@ $(document).bind("mobileinit", function(){ diff --git a/docs/api/mediahelpers.html b/docs/api/mediahelpers.html index 439028f4..e2313ea8 100755 --- a/docs/api/mediahelpers.html +++ b/docs/api/mediahelpers.html @@ -119,7 +119,7 @@ $.mobile.media("screen and (-webkit-min-device-pixel-ratio: 2)"); diff --git a/docs/api/methods.html b/docs/api/methods.html index 13d0c305..5302dca3 100755 --- a/docs/api/methods.html +++ b/docs/api/methods.html @@ -530,7 +530,7 @@ $.mobile.addResolutionBreakpoints([600,800]); diff --git a/docs/api/themes.html b/docs/api/themes.html index 8cf23e6f..fe6ed8da 100755 --- a/docs/api/themes.html +++ b/docs/api/themes.html @@ -258,7 +258,7 @@ diff --git a/docs/buttons/buttons-grouped.html b/docs/buttons/buttons-grouped.html index 9cf75eff..0f648318 100755 --- a/docs/buttons/buttons-grouped.html +++ b/docs/buttons/buttons-grouped.html @@ -88,7 +88,7 @@ diff --git a/docs/buttons/buttons-icons.html b/docs/buttons/buttons-icons.html index 5ef2e2fc..428a23c0 100755 --- a/docs/buttons/buttons-icons.html +++ b/docs/buttons/buttons-icons.html @@ -206,7 +206,7 @@ diff --git a/docs/buttons/buttons-inline.html b/docs/buttons/buttons-inline.html index 48c860b0..81d454a5 100755 --- a/docs/buttons/buttons-inline.html +++ b/docs/buttons/buttons-inline.html @@ -74,7 +74,7 @@ diff --git a/docs/buttons/buttons-themes.html b/docs/buttons/buttons-themes.html index 17fec724..b71b186b 100644 --- a/docs/buttons/buttons-themes.html +++ b/docs/buttons/buttons-themes.html @@ -119,7 +119,7 @@ diff --git a/docs/buttons/buttons-types.html b/docs/buttons/buttons-types.html index 4d935bb5..15a9f3e0 100755 --- a/docs/buttons/buttons-types.html +++ b/docs/buttons/buttons-types.html @@ -80,7 +80,7 @@ diff --git a/docs/content/content-collapsible.html b/docs/content/content-collapsible.html index 0ad4059f..0b90b6cb 100755 --- a/docs/content/content-collapsible.html +++ b/docs/content/content-collapsible.html @@ -158,7 +158,7 @@ diff --git a/docs/content/content-grids.html b/docs/content/content-grids.html index a146d97d..df5d31ad 100755 --- a/docs/content/content-grids.html +++ b/docs/content/content-grids.html @@ -160,7 +160,7 @@ diff --git a/docs/content/content-html.html b/docs/content/content-html.html index 63fae546..fea9f2d8 100755 --- a/docs/content/content-html.html +++ b/docs/content/content-html.html @@ -132,7 +132,7 @@ diff --git a/docs/content/content-themes.html b/docs/content/content-themes.html index 7f74c45a..c9814199 100755 --- a/docs/content/content-themes.html +++ b/docs/content/content-themes.html @@ -110,7 +110,7 @@ diff --git a/docs/content/index.html b/docs/content/index.html index f548723d..f53778ab 100755 --- a/docs/content/index.html +++ b/docs/content/index.html @@ -21,11 +21,11 @@The content of pages in jQuery Mobile is completely open-ended, but the jQuery Mobile framework provides a number of helpful tools and widgets — such as collapsible panels and multiple-column grid layouts — to make it easy to format your content for mobile devices.
-Welcome to the demos & docs site. From here, you can learn about the goals of jQuery Mobile, browse and test the components, and learn how to use the framework to make rich, accessible, touch-friendly websites and apps.
+Welcome. Browse the jQuery Mobile components and learn how to make rich, accessible, touch-friendly websites and apps.