diff options
| -rw-r--r-- | docs/components.html | 2 | ||||
| -rw-r--r-- | docs/templates/pages/components.mustache | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/components.html b/docs/components.html index 499e6b87c..1d5cbc926 100644 --- a/docs/components.html +++ b/docs/components.html @@ -564,7 +564,7 @@ </ul> </div> <!-- /tabbable --> <pre class="prettyprint linenums" style="margin-top: 11px;"> -<div class="tabbable tabs-bottom"> +<div class="tabbable tabs-below"> <ul class="nav tabs"> ... </ul> diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index d08ea98b5..363ed1ba1 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -499,7 +499,7 @@ </ul> </div> <!-- /tabbable --> <pre class="prettyprint linenums" style="margin-top: 11px;"> -<div class="tabbable tabs-bottom"> +<div class="tabbable tabs-below"> <ul class="nav tabs"> ... </ul> |
