diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 55b71b927e..e5a745be6f 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index ec8a5f3ff6..60e54ce9d8 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -2084,65 +2084,65 @@ button.btn.small, input[type="submit"].btn.small { text-decoration: none; background-color: #eeeeee; } -.nav.list { +.nav-list { padding-left: 14px; padding-right: 14px; margin-bottom: 0; } -.nav.list > li > a, .nav.list .nav-header { +.nav-list > li > a, .nav-list .nav-header { display: block; padding: 3px 15px; margin-left: -15px; margin-right: -15px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); } -.nav.list .nav-header { +.nav-list .nav-header { font-size: 11px; font-weight: bold; line-height: 18px; color: #999999; text-transform: uppercase; } -.nav.list > li + .nav-header { +.nav-list > li + .nav-header { margin-top: 9px; } -.nav.list .active > a { +.nav-list .active > a { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); background-color: #0088cc; } -.nav.list .icon { +.nav-list .icon { margin-right: 2px; } -.tabs, .pills { +.nav-tabs, .nav-pills { *zoom: 1; } -.tabs:before, -.pills:before, -.tabs:after, -.pills:after { +.nav-tabs:before, +.nav-pills:before, +.nav-tabs:after, +.nav-pills:after { display: table; content: ""; } -.tabs:after, .pills:after { +.nav-tabs:after, .nav-pills:after { clear: both; } -.tabs > li, .pills > li { +.nav-tabs > li, .nav-pills > li { float: left; } -.tabs > li > a, .pills > li > a { +.nav-tabs > li > a, .nav-pills > li > a { padding-right: 12px; padding-left: 12px; margin-right: 2px; line-height: 14px; } -.tabs { +.nav-tabs { border-bottom: 1px solid #ddd; } -.tabs > li { +.nav-tabs > li { margin-bottom: -1px; } -.tabs > li > a { +.nav-tabs > li > a { padding-top: 9px; padding-bottom: 9px; border: 1px solid transparent; @@ -2150,17 +2150,17 @@ button.btn.small, input[type="submit"].btn.small { -moz-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0; } -.tabs > li > a:hover { +.nav-tabs > li > a:hover { border-color: #eeeeee #eeeeee #dddddd; } -.tabs > .active > a, .tabs > .active > a:hover { +.nav-tabs > .active > a, .nav-tabs > .active > a:hover { color: #555555; background-color: #ffffff; border: 1px solid #ddd; border-bottom-color: transparent; cursor: default; } -.pills > li > a { +.nav-pills > li > a { padding-top: 8px; padding-bottom: 8px; margin-top: 2px; @@ -2169,69 +2169,69 @@ button.btn.small, input[type="submit"].btn.small { -moz-border-radius: 5px; border-radius: 5px; } -.pills .active > a, .pills .active > a:hover { +.nav-pills .active > a, .nav-pills .active > a:hover { color: #ffffff; background-color: #0088cc; } -.nav.stacked > li { +.nav-stacked > li { float: none; } -.nav.stacked > li > a { +.nav-stacked > li > a { margin-right: 0; } -.tabs.stacked { +.nav-tabs.nav-stacked { border-bottom: 0; } -.tabs.stacked > li > a { +.nav-tabs.nav-stacked > li > a { border: 1px solid #ddd; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } -.tabs.stacked > li:first-child > a { +.nav-tabs.nav-stacked > li:first-child > a { -webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0; } -.tabs.stacked > li:last-child > a { +.nav-tabs.nav-stacked > li:last-child > a { -webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px; } -.tabs.stacked > li > a:hover { +.nav-tabs.nav-stacked > li > a:hover { border-color: #ddd; z-index: 2; } -.pills.stacked > li > a { +.nav-pills.nav-stacked > li > a { margin-bottom: 3px; } -.pills.stacked > li:last-child > a { +.nav-pills.nav-stacked > li:last-child > a { margin-bottom: 1px; } -.pills .dropdown-menu, .tabs .dropdown-menu { +.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu { margin-top: 1px; border-width: 1px; } -.pills .dropdown-menu { +.nav-pills .dropdown-menu { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } -.tabs .dropdown-toggle .caret, .pills .dropdown-toggle .caret { +.nav-tabs .dropdown-toggle .caret, .nav-pills .dropdown-toggle .caret { border-top-color: #0088cc; margin-top: 6px; } -.tabs .dropdown-toggle:hover .caret, .pills .dropdown-toggle:hover .caret { +.nav-tabs .dropdown-toggle:hover .caret, .nav-pills .dropdown-toggle:hover .caret { border-top-color: #005580; } -.tabs .active .dropdown-toggle .caret, .pills .active .dropdown-toggle .caret { +.nav-tabs .active .dropdown-toggle .caret, .nav-pills .active .dropdown-toggle .caret { border-top-color: #333333; } .nav > .dropdown.active > a:hover { color: #000000; cursor: pointer; } -.tabs .open .dropdown-toggle, .pills .open .dropdown-toggle, .nav > .open.active > a:hover { +.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > .open.active > a:hover { color: #ffffff; background-color: #999999; border-color: #999999; @@ -2241,7 +2241,7 @@ button.btn.small, input[type="submit"].btn.small { opacity: 1; filter: alpha(opacity=100); } -.tabs.stacked .open > a:hover { +.tabs-stacked .open > a:hover { border-color: #999999; } .tabbable { @@ -2254,7 +2254,7 @@ button.btn.small, input[type="submit"].btn.small { .tabbable:after { clear: both; } -.tabs-below .tabs, .tabs-right .tabs, .tabs-left .tabs { +.tabs-below .nav-tabs, .tabs-right .nav-tabs, .tabs-left .nav-tabs { border-bottom: 0; } .tab-content > .tab-pane, .pill-content > .pill-pane { @@ -2263,66 +2263,66 @@ button.btn.small, input[type="submit"].btn.small { .tab-content > .active, .pill-content > .active { display: block; } -.tabs-below .tabs { +.tabs-below .nav-tabs { border-top: 1px solid #ddd; } -.tabs-below .tabs > li { +.tabs-below .nav-tabs > li { margin-top: -1px; margin-bottom: 0; } -.tabs-below .tabs > li > a { +.tabs-below .nav-tabs > li > a { -webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px; } -.tabs-below .tabs > li > a:hover { +.tabs-below .nav-tabs > li > a:hover { border-bottom-color: transparent; border-top-color: #ddd; } -.tabs-below .tabs .active > a, .tabs-below .tabs .active > a:hover { +.tabs-below .nav-tabs .active > a, .tabs-below .nav-tabs .active > a:hover { border-color: transparent #ddd #ddd #ddd; } -.tabs-left .tabs > li, .tabs-right .tabs > li { +.tabs-left .nav-tabs > li, .tabs-right .nav-tabs > li { float: none; } -.tabs-left .tabs > li > a, .tabs-right .tabs > li > a { +.tabs-left .nav-tabs > li > a, .tabs-right .nav-tabs > li > a { min-width: 74px; margin-right: 0; margin-bottom: 3px; } -.tabs-left .tabs { +.tabs-left .nav-tabs { float: left; margin-right: 19px; border-right: 1px solid #ddd; } -.tabs-left .tabs > li > a { +.tabs-left .nav-tabs > li > a { margin-right: -1px; -webkit-border-radius: 4px 0 0 4px; -moz-border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px; } -.tabs-left .tabs > li > a:hover { +.tabs-left .nav-tabs > li > a:hover { border-color: #eeeeee #dddddd #eeeeee #eeeeee; } -.tabs-left .tabs .active > a, .tabs-left .tabs .active > a:hover { +.tabs-left .nav-tabs .active > a, .tabs-left .nav-tabs .active > a:hover { border-color: #ddd transparent #ddd #ddd; *border-right-color: #ffffff; } -.tabs-right .tabs { +.tabs-right .nav-tabs { float: right; margin-left: 19px; border-left: 1px solid #ddd; } -.tabs-right .tabs > li > a { +.tabs-right .nav-tabs > li > a { margin-left: -1px; -webkit-border-radius: 0 4px 4px 0; -moz-border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0; } -.tabs-right .tabs > li > a:hover { +.tabs-right .nav-tabs > li > a:hover { border-color: #eeeeee #eeeeee #eeeeee #dddddd; } -.tabs-right .tabs .active > a, .tabs-right .tabs .active > a:hover { +.tabs-right .nav-tabs .active > a, .tabs-right .nav-tabs .active > a:hover { border-color: #ddd #ddd #ddd transparent; *border-left-color: #ffffff; } diff --git a/docs/base-css.html b/docs/base-css.html index ddbbad174c..0f97a036ac 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -80,7 +80,7 @@

Base CSS

On top of the scaffolding, basic HTML elements are styled and enhanced with extensible classes to provide a fresh, consistent look and feel.