diff --git a/Gruntfile.js b/Gruntfile.js index 576c637413..84ef0214e0 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -145,7 +145,6 @@ module.exports = function(grunt) { grunt.loadNpmTasks('grunt-recess'); grunt.loadNpmTasks('browserstack-runner'); - // Docs HTML validation task grunt.registerTask('validate-docs', ['jekyll', 'validation']); diff --git a/_includes/nav-components.html b/_includes/nav-components.html index dcb4374ef4..c5ced697d1 100644 --- a/_includes/nav-components.html +++ b/_includes/nav-components.html @@ -10,28 +10,28 @@
  • Button groups
  • Button dropdowns
  • Input groups {% endhighlight %} -

    Options

    - +

    Easily make tabs or pills equal widths of their parent with .nav-justified.

    {% endhighlight %} - + +

    For any nav component (tabs, pills, or list), add .disabled for gray links and no hover effects.

    @@ -1031,14 +1032,11 @@ base_url: "../" {% endhighlight %} - +

    To align nav links, use the .pull-left or .pull-right utility classes. Both classes will add a CSS float in the specified direction.

    -
    - - - +

    Add dropdown menus with a little extra HTML and the dropdowns JavaScript plugin.

    Tabs with dropdowns

    @@ -1244,10 +1242,7 @@ base_url: "../"
    - -

    Quickly add other types of content, beyond links or forms, to a navbar with a few classes.

    - - +

    For buttons not residing in a <form>, add this class to vertically center buttons within a navbar.