diff --git a/customize.html b/customize.html index 5b15a4c5a..13821b533 100644 --- a/customize.html +++ b/customize.html @@ -1056,7 +1056,7 @@ base_url: "../"
Hovered dropdown menu entry text color
-Hovered dropdown menu entry text color
+Hovered dropdown menu entry background color
diff --git a/javascript.html b/javascript.html index dcc2a1e84..f0d50fcdd 100644 --- a/javascript.html +++ b/javascript.html @@ -1123,7 +1123,7 @@ $('#myTooltip').on('hidden.bs.tooltip', function () {.affix-top to indicate the element is in it's top-most position. At this point no CSS positioning is required..affix replaces .affix-top and sets position: fixed; (provided by Bootstrap's code CSS)..affix with .affix-bottom. Since offsets are optional, setting one requires you to set the appropriate CSS. In this case, add position: absolute; when necessary. The plugin uses the data attribute or JavaScript option to determine where to position the elemtn from there..affix with .affix-bottom. Since offsets are optional, setting one requires you to set the appropriate CSS. In this case, add position: absolute; when necessary. The plugin uses the data attribute or JavaScript option to determine where to position the element from there.Follow the above steps to set your CSS for either of the usage options below.