aboutsummaryrefslogtreecommitdiff
path: root/docs/components.html
AgeCommit message (Collapse)AuthorFilesLines
2013-02-19forgot navbar-fixed-bottom in the commitTom Pietschker1-1/+1
2013-02-19tweak the position of the fixed to top/bottom navbars to remove double borderTom Pietschker1-2/+2
2013-02-19remove the search-query class and increase the widthTom Pietschker1-2/+2
2013-02-19replace navbar-search with navbar-formTom Pietschker1-2/+2
2013-02-19remove navbar-innerTom Pietschker1-10/+8
2013-02-18fix incorrect section id for labelsTom Pietschker1-1/+1
2013-02-18Navbar realignment:Mark Otto1-15/+15
* Change .brand to .navbar-brand * Change .btn-navbar to .navbar-toggle * Redesign navbar toggle to be a bit lighter and wider * Center align the navbar brand with a max-width of 200px (to minimize hit area) while still centering
2013-02-17Bring back the label, make it scale somewhat with the font-size of the ↵Mark Otto1-0/+79
parent using percentages and ems
2013-02-17Drop the recently added .counter class for .badgeMark Otto1-14/+14
2013-02-17Update some links and rename #gridsystem to #grid-systemMark Otto1-1/+1
2013-02-17Restore submenu supportMark Otto1-2/+91
2013-02-16All Glyphicons now require a base class, e.g. .glyphicon.glyphicon-starMark Otto1-18/+18
2013-02-14convert components code examples to pygmentsMark Otto1-522/+510
2013-02-12rearrange jekyll and docsMark Otto1-0/+1824
2013-02-12nuke what we don't need for jekyllMark Otto1-1954/+0
2013-02-05Merge branch '2.3.0-wip' into 3.0.0-wipMark Otto1-1/+1
2013-02-05Update link to changelogMark Otto1-1/+1
2013-02-05simplify media docsMark Otto1-6/+2
2013-02-05reorganize progress bars docsMark Otto1-58/+32
2013-02-05simpler alerts docsMark Otto1-17/+6
2013-02-05mo betta thumbnails docsMark Otto1-1/+2
2013-02-05reorder counters docsMark Otto1-7/+10
2013-02-05pagination docs cleanupMark Otto1-12/+3
2013-02-05simpler breadcrumbs docsMark Otto1-2/+1
2013-02-05Increase margins and line-height on h3; overhaul button dropdown docsMark Otto1-93/+26
2013-02-05Add justified button groups for link buttons; reorganize dropdowns and ↵Mark Otto1-29/+19
button groups docs sections
2013-02-01Refactor navbar dividersMark Otto1-7/+7
* Instead of .divider-vertical, use .divider * Makes use of .nav-divider mixin * Dividers are horizontal to start, matching the default state of navbar nav links * Dividers become vertical above 768px via media queries
2013-02-01Refactor colors and progress barsMark Otto1-45/+45
* Buttons and progress bars now make use of more semantic global @brand- colors * Progress bars have been rewritten to reduce the number of possible selectors * Instead of .progress .bar, it's .progress-bar for individual bars of color, ultimately making for less CSS
2013-01-31Remove gallery link from navbar; add to homepage examples section insteadMark Otto1-3/+0
2013-01-31Merge branch '2.3.0-wip' into 3.0.0-wipMark Otto1-2/+3
Conflicts: docs/assets/css/bootstrap.css docs/assets/css/docs.css docs/assets/js/application.js docs/components.html docs/templates/pages/components.mustache less/sprites.less
2013-01-30Update pagination example HTML to match examplesMark Otto1-2/+3
2013-01-19Tighten up badges docs; less bottom margin on h3Mark Otto1-1/+37
2013-01-19Merge branch '3.0.0-wip-badges-to-counters' of ↵Mark Otto1-62/+13
https://github.com/vickash/bootstrap into vickash-3.0.0-wip-badges-to-counters
2013-01-18Counters example doesn't need to be a tableVickash Mahabir1-22/+6
2013-01-18Make the counter example more meaningfulVickash Mahabir1-1/+1
2013-01-18Change .badge to .counter, make appearance more OSX-ish, and remove colorsVickash Mahabir1-40/+7
2013-01-17comment tweaks and updating starter templateMark Otto1-1/+1
2013-01-17Update commenting and structure of layout.mustacheMark Otto1-5/+7
2013-01-17Merge branch '2.3.0-wip' into 3.0.0-wipMark Otto1-2/+2
Conflicts: docs/assets/css/bootstrap.css docs/components.html docs/css.html docs/customize.html docs/examples/fluid.html docs/extend.html docs/getting-started.html docs/index.html docs/javascript.html docs/scaffolding.html docs/templates/layout.mustache docs/templates/pages/base-css.mustache docs/templates/pages/components.mustache less/navbar.less
2013-01-17Restore nav tabs, pills, justified variation, disabled links, and a few more ↵Mark Otto1-1/+1
things. Still need to add the dropdowns back though.
2013-01-17Readd focused example of inputs to docs; clean up alerts sectionMark Otto1-29/+3
2013-01-17Update Getting Started page to include mention of RespondMark Otto1-1/+1
2013-01-17Add respond.js to main docs pages, but only for IE8 and downMark Otto1-1/+1
2013-01-17Change subheading of alerts pageMark Otto1-1/+1
2013-01-17Update nav and add bounds for tablet containerMark Otto1-1/+1
2013-01-16More navbar derpingMark Otto1-18/+3
2013-01-16adding class to example codeYohn1-1/+1
2013-01-14Upgrade to newest HTML5 shiv, and make it a local dependency rather than CDNingMark Otto1-1/+1
2013-01-13Merge branch '2.3.0-wip' into 3.0.0-wipMark Otto1-4/+23
Conflicts: Makefile README.md component.json docs/assets/css/bootstrap-responsive.css docs/assets/css/bootstrap.css docs/assets/js/bootstrap-affix.js docs/assets/js/bootstrap-alert.js docs/assets/js/bootstrap-button.js docs/assets/js/bootstrap-carousel.js docs/assets/js/bootstrap-collapse.js docs/assets/js/bootstrap-dropdown.js docs/assets/js/bootstrap-modal.js docs/assets/js/bootstrap-popover.js docs/assets/js/bootstrap-scrollspy.js docs/assets/js/bootstrap-tab.js docs/assets/js/bootstrap-tooltip.js docs/assets/js/bootstrap-transition.js docs/assets/js/bootstrap-typeahead.js docs/assets/js/bootstrap.js docs/components.html docs/css.html docs/examples/fluid.html docs/extend.html docs/getting-started.html docs/index.html docs/templates/pages/base-css.mustache docs/templates/pages/components.mustache docs/templates/pages/extend.mustache docs/templates/pages/getting-started.mustache docs/templates/pages/index.mustache docs/templates/pages/javascript.mustache js/bootstrap-affix.js js/bootstrap-alert.js js/bootstrap-button.js js/bootstrap-carousel.js js/bootstrap-collapse.js js/bootstrap-dropdown.js js/bootstrap-modal.js js/bootstrap-popover.js js/bootstrap-scrollspy.js js/bootstrap-tab.js js/bootstrap-tooltip.js js/bootstrap-transition.js js/bootstrap-typeahead.js less/bootstrap.less less/buttons.less less/forms.less less/navbar.less less/popovers.less less/responsive-767px-max.less less/responsive.less less/tables.less less/tooltip.less less/type.less less/variables.less package.json
2013-01-12buttons and button group flattening improvementsMark Otto1-42/+0