aboutsummaryrefslogtreecommitdiff
path: root/docs/components.html
AgeCommit message (Collapse)AuthorFilesLines
2013-07-17Drop `.nav-header` for `.dropdown-header`Mark Otto1-0/+25
* Since we no longer have `.nav-list`, I've nuked the `.nav-header` * However, dropdowns can still have section headings, so I've kept that around with the addition of `.dropdown-header` * Restyled it a smidge as well
2013-07-17fix broken docs calloutsMark Otto1-1/+1
2013-07-17Merge branch '3.0.0-docs-calloutfam' of ↵Mark Otto1-9/+21
https://github.com/juthilo/bootstrap-wip into juthilo-3.0.0-docs-calloutfam Conflicts: docs/components.html docs/css.html docs/customize.html
2013-07-09Dustin the docs againJulian Thilo1-9/+9
* Fix alllll the links! * Change all `*.js` in JS plugin docs (no mo `bootstrap-`) * Fully remove `tr.info` * Bring nav includes up to date
2013-07-05Remove more GlyphiconsMark Otto1-68/+0
2013-07-03use sibling selector instead of pseudo selectorliuyl1-1/+1
2013-06-27remove submenus. for more context: ↵Mark Otto1-89/+0
http://www.youtube.com/watch?v=ggWyUEuGcWY&feature=youtu.be&t=48s
2013-06-27remove glyphicons from demo componentMark Otto1-4/+4
2013-06-27Merge branch '3.0.0-wip' into bs3_remove_iconsMark Otto1-2/+6
Conflicts: docs/components.html
2013-06-27Merge pull request #8307 from cvrebert/8287-docs-patchMark Otto1-0/+5
Fix #8287
2013-06-26Adjust info callout, add callouts to docsJulian Thilo1-13/+30
* Adjust the background-color of bs-callout-info to match danger and warning in tone * Convert all the callouts * Change some callouts to info/warning * Add new callout
2013-06-26typo: match doc text and exampleJames Holland1-1/+1
2013-06-25Fix #8287Chris Rebert1-0/+5
2013-06-24Replaced <i> with <span> for glyphiconKyle1-165/+165
2013-06-20Move Glyphicons into their own repoMark Otto1-314/+0
Removes the icon fonts and associated docs and LESS code from the core repo and into twbs/bootstrap-glyphicons.
2013-06-16components docs: backticks ==> <code>Chris Rebert1-1/+1
2013-06-16upgrade holder to 2.0, update thumbnail examples in docs to fit inside ↵Ivan Malopinsky1-5/+5
containers
2013-06-13Fixmarsuboss1-1/+1
2013-06-03nuke the .colMark Otto1-13/+13
2013-05-16Change up link alertsMark Otto1-0/+28
* No more children selectors to set all links in alerts as a special color because buttons and more wrongly inherited color * Adds .alert-link for easy styling in any alert
2013-05-15Fixes #7898: ensure button typeMark Otto1-24/+24
Sets `type="button"` on all buttons in the docs
2013-05-14Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipMark Otto1-21/+7
Conflicts: docs/assets/css/docs.css
2013-05-14Overhaul form control and button sizing, and some type stylesMark Otto1-35/+2
* New padding approach with separate horizontal and vertical padding variables * Improved sizing in large and small buttons and form controls * Dropped the `.btn-mini` (since we have no `.input-mini` to match, and holy fuck those were small buttons) * Dropped the `.pagination-mini` as well because once again, to hell with such small components * Changed `@line-height-headings` to `@headings-line-height` * Removed the `@headings-font-family` because it was honestly kind of useless
2013-05-14Merge pull request #7882 from juthilo/3.0.0-wipMark Otto1-21/+7
Cleaning the navbar docs
2013-05-14Add .panel-footerMark Otto1-0/+15
2013-05-14add detail to navbar component alignment sectionJulian Thilo1-1/+1
* The search form has been deprecated. * Using pull-* on a list item won't have any effect.
2013-05-14.navbar docs: update -fixed-* callouts, fix -linkJulian Thilo1-20/+6
* The navbar is now always 50px high, so no need for that nasty padding code block anymore. * The new proposed body padding value also reflects the default navbar's margin-bottom. * Fixed the navbar-link example positioning (missing .navbar-text).
2013-05-13Fix glyphicon in "Dropdown in a button group" exampleRobert Burns1-5/+5
2013-05-12Fix navbar button docsMark Otto1-3/+6
2013-05-10Merge pull request #7838 from blakeembrey/btn-group-radiusMark Otto1-2/+2
Remove the overrides and resets from button groups
2013-05-09Update button groups to use not selector and remove redundant CSS.Blake Embrey1-2/+2
2013-05-09Fix up navbar forms by using inline form as a mixin; fix docs for thoseMark Otto1-10/+10
2013-05-09subnav for icons sectionMark Otto1-3/+3
2013-05-08.bs-docs-sidenote to .bs-calloutMark Otto1-8/+8
2013-05-08.bs-docs-example to .bs-exampleMark Otto1-83/+83
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