content updates

This commit is contained in:
Tom Johnson
2015-08-12 15:57:05 -07:00
parent fca765b8cd
commit e564f65040
30 changed files with 13452 additions and 12114 deletions

View File

@ -84,6 +84,7 @@ You must use HTML within the navtab content because each navtab section is surro
Each tab's `href` attribute must match the `id` attribute of the tab content's `div` section. So if your tab has `href="#acme"`, then you add `acme` as the ID attribute in `<div role="tabpanel" class="tab-pane" id="acme">`.
## Set an active tab
One of the tabs needs to be set as active, depending on what tab you want to be open by default (usually the first one).
```html