aboutsummaryrefslogtreecommitdiff
path: root/docs/components.html
AgeCommit message (Collapse)AuthorFilesLines
2012-02-18clarify forms in navbar per #2072Mark Otto1-2/+8
2012-02-18clarify misc components subheadMark Otto1-1/+1
2012-02-17add small section to navbar docs on text in the component, per #2035Mark Otto1-0/+3
2012-02-17fix page header example and docs per #2048Mark Otto1-1/+4
2012-02-17Keep origin in trackAndreas Cederström1-4/+12
2012-02-16add mention of navbar vertical divider in docsMark Otto1-0/+8
2012-02-16rebuild broJacob Thornton1-4/+4
2012-02-13Clean up inverse button using variables, adding button group examples. Also ↵Andreas Cederström1-0/+29
adding inverse inline label
2012-02-12add typography pattern .page-header to components per #1701Mark Otto1-6/+19
2012-02-12update docs on fixed nav per #1726Mark Otto1-1/+3
2012-02-12add note to button dropdowns about js plugin dependency per #1746Mark Otto1-1/+3
2012-02-12add hero-unit docs per #1880Mark Otto1-0/+37
2012-02-12enable the use of .nav-header in dropdowns per #1827Mark Otto1-0/+2
2012-02-12move shim after cssMark Otto1-5/+5
2012-02-12re-add protocol to the shimMark Otto1-5/+5
2012-02-10add best practices and re-org the button groupsMark Otto1-15/+23
2012-02-05fix for #1658 to give .label-success proper textMark Otto1-1/+1
2012-02-05#1695: manually fix broken primary button instancesMark Otto1-2/+2
2012-02-05follow up to #1702, add callout on component alignment in tabs/pillsMark Otto1-3/+4
2012-02-05#1702: add callout to navbar for component alignmentMark Otto1-0/+2
2012-02-04#1706: protocol independent html5shim added, and moved after the CSS for ↵Mark Otto1-5/+5
loading time's sake
2012-02-04fix broken alert example with data-dismissMark Otto1-1/+1
2012-02-04#1732: make examples of alerts in docs components page dismissableMark Otto1-7/+7
2012-02-02Merge branch 'shama-master' into 2.0.1-wipMark Otto1-2/+2
2012-02-01Typo fixesKyle Robinson Young1-2/+2
2012-02-01fix makefile to reset zipsJacob Thornton1-0/+15
2012-02-01nuke all curly ticksMark Otto1-5/+5
2012-02-01fix mis-labeled labelMark Otto1-1/+1
2012-02-01fix js links in componentsMark Otto1-3/+3
2012-02-01only add the anyalytics to productionJacob Thornton1-0/+2
2012-01-31move js stuff into assetsJacob Thornton1-13/+13
2012-01-31Merge pull request #1457 from nkryptic/2.0-wipMark Otto1-5/+5
[2.0-wip] added missing nav- prefixes to docs
2012-01-31chance icon classMark Otto1-17/+17
2012-01-31add nav- prefix to rest of docsnkryptic1-5/+5
2012-01-30once more, overhaul the icons and use the css regex selector on our iconsMark Otto1-7/+7
2012-01-30update icons everywhere to be scoped per other components, fix broken ↵Mark Otto1-7/+7
elements on js docs page
2012-01-30refactor the navs to use prefixed classes, because you know, consistency is ↵Mark Otto1-27/+27
beast mode
2012-01-30*really* refactor the buttons and update them all over the docsMark Otto1-12/+12
2012-01-30fix docs: move .pull-left from search input to search form in navbarMark Otto1-2/+2
2012-01-30add in regular button dropdowns, rejigger the button dropdowns section to ↵Mark Otto1-2/+79
reflect change
2012-01-30rename vertical-divider to divider-vertical, add more space around the dividerMark Otto1-2/+2
2012-01-30overhaul grid mixins and variables, standardize fluid grid system and enable ↵Mark Otto1-0/+4
it across responsive layouts
2012-01-29remove .collapse from navbar responsive docsMark Otto1-1/+1
2012-01-29fix broken navbar collapseMark Otto1-1/+1
2012-01-30Fixing the Docs for Tabs dropupsBurak Tuyan1-2/+2
New example caused an overflowing issue at the Tabs dropdowns documentation, this is a quick fix to get rid of this issue.
2012-01-30Extending the dropup support to tabs and pillsBurak Tuyan1-0/+20
This was needed to match the color of the carets that are used for tabs and pills
2012-01-30Adding dropup support to split buttons and navbarBurak Tuyan1-4/+63
* Documents the hidden .dropdown-menu.bottom-up option (to be used for dropups) * Extends the .bottom-up class to carets and all relevant caret styles * Adds .dropdown-menu.pull-right class for right-aligned dropdowns and dropups * Adds examples and some information to the "split dropdown" and "navbar" sections of the Docs
2012-01-29update navbar collapse everywhere and remakeMark Otto1-2/+2
2012-01-29update collapsible nav in navbarMark Otto1-1/+1
2012-01-28removing required .navbar-static class, rewrote docs to reflect the change, ↵Mark Otto1-4/+4
and updated the upgrade docs page to include the navbar section