diff --git a/docs/_assets/css/jqm-docs.css b/docs/_assets/css/jqm-docs.css index b361a150..f467d646 100644 --- a/docs/_assets/css/jqm-docs.css +++ b/docs/_assets/css/jqm-docs.css @@ -13,7 +13,7 @@ body { background: #dddddd; } .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; } -h2 { margin-top:1.5em; } +h2 { margin:1.2em 0 .4em 0; } p code { font-size:1.2em; font-weight:bold; } dt { font-weight: bold; margin: 2em 0 .5em; } @@ -74,6 +74,49 @@ p.intro strong { margin: 0; } +/* new API additions */ + +dt { + margin: 35px 0 15px 0; + background-color:#ddd; + font-weight:normal; +} +dt code { + display:inline-block; + font-weight:bold; + color:#56A00E; + padding:3px 7px; + margin-right:10px; + background-color:#fff; +} +dd { + margin-bottom:10px; +} +dd .default { font-weight:bold; } +dd pre { + margin:0 0 0 0; +} +dd code { font-weight: normal; } +dd pre code { + margin:0; + border:none; + font-weight:normal; + font-size:100%; + background-color:transparent; +} +dd h4 { margin:15px 0 0 0; } + +.localnav { + margin:0 0 20px 0; + overflow:hidden; +} +.localnav li { + float:left; +} +.localnav .ui-btn-inner { + padding: .6em 10px; + font-size:80%; +} /* F bar theme - just for the docs overview headers */ diff --git a/docs/forms/docs-forms.html b/docs/forms/docs-forms.html index e1965ee3..a2f6a9d5 100755 --- a/docs/forms/docs-forms.html +++ b/docs/forms/docs-forms.html @@ -134,7 +134,7 @@ myswitch .slider("refresh");