aboutsummaryrefslogtreecommitdiff
path: root/_includes/nav-components.html
AgeCommit message (Collapse)AuthorFilesLines
2013-12-28Rearrange repository contents because muahahahahahahaMark Otto1-138/+0
2013-12-07Contextual list group cleanupMark Otto1-0/+1
* Adds nav link to sidebar for contextual classes * Refactors to use prefixed classes, like .list-group-item-info, instead of chained classes * Adds default and linked variations to example in docs
2013-09-01remove unused link from navs sectionMark Otto1-1/+0
2013-08-27Fixes #10082: document `.navbar-form`Mark Otto1-0/+1
* Adds new section to navbar docs with example * Updates example classes for all collapsing navbars so their numbers increment as you scroll
2013-08-19Fix remainder of panel default examples and reorder nav linksMark Otto1-1/+1
2013-08-19Add subnav link for panels with tablesMark Otto1-0/+1
2013-08-18Refactor alerts to have a base class, but no default class, thus requiring a ↵Mark Otto1-2/+1
modifier class at all times
2013-08-18fixes two type-os in glyphiconsBruno Amaral1-1/+1
2013-08-18docs layout and alignment refinementMark Otto1-0/+8
2013-08-16finish up second pass through docs nav, headings, organization, naming, etc ↵Mark Otto1-22/+21
(another run through at #9710)
2013-08-16docs cleanup on naming to fix #9710Mark Otto1-7/+2
2013-08-12Navbar refactorMark Otto1-5/+1
* Now responsive by default (fits better with mobile-first approach) * Requires `.nav-header` to group `.navbar-brand` and `.navbar-toggle` for proper mobile display. * Changed `.nav-collapse` to `.navbar-collapse` * Simplified examples in docs
2013-08-12Newfangled input and button group sizing (fixes #9295)Mark Otto1-0/+2
Instead of applying `.btn-` or `.input-` to individual elements in button and input groups, we now have new sizing classes to keep your markup a little leaner. * Add `.input-group-sm` or `.input-group-lg` to your `.input-group` to replicate `.input-sm` and `.input-lg`, respectively. * Add `.btn-group-xs`, `.btn-group-sm`, or `.btn-group-lg` to your `.btn-group` to replicate `.btn-xs`, `.btn-sm`, and `. btn-lg`, respectively. Both sets of new sizing classes simply use the existing individual sizing classes as mixins, so customization of them is automatically inherited when compiling.
2013-08-12fixes #9310: alerts aren't dismissable by default, now requires ↵Mark Otto1-0/+1
.alert-dismissable if you need a close button
2013-08-05Enable scrollable responsive nav barMark Otto1-0/+2
Fixes #9007 in a hopefully decent way
2013-08-02Merge pull request #8939 from frabrunelle/3.0.0-wipMark Otto1-2/+14
add nav to media object and thumbnails
2013-08-02Fix #9008: consolidate `.alert-block` styles into `.alert`Mark Otto1-1/+0
2013-07-31add nav to media object and thumbnailsFrancis Brunelle1-2/+14
2013-07-27Input groups overhaulMark Otto1-0/+11
* Moves input groups CSS into separate file * Moves input groups docs into the Components page * Add support for radios and checkboxes in input groups to fix #8679
2013-07-18flatten docs dir back into rootMark Otto1-0/+112