aboutsummaryrefslogtreecommitdiff
path: root/docs/components.html
AgeCommit message (Collapse)AuthorFilesLines
2013-05-08Super massive docs overhaulMark Otto1-0/+2537
* Bring back the navbar up top * Pull the docs content back into separate pages because a 6.6k line docs file is just crazy * Recenter the page content and bring back affixed side nav (needs work)
2013-03-28holy crap new docs layout separate from home, no more top navbarMark Otto1-1961/+0
2013-03-28new subnav on all pagesMark Otto1-37/+21
2013-03-26docs fixes with new .bs-docs-container; fixing some lingering grid classesMark Otto1-1/+1
2013-03-26New grid classesMark Otto1-2/+2
2013-03-14fix derpy linenos in pygments for thumbnails componentMark Otto1-1/+0
2013-02-28Fixes #6995: Add disabled navbar nav link supportMark Otto1-2/+2
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