aboutsummaryrefslogtreecommitdiff
path: root/components.html
AgeCommit message (Collapse)AuthorFilesLines
2013-08-27components.html: fix grammarChris Rebert1-1/+1
2013-08-27fix styling of alert-dismissable exampleChris Rebert1-2/+2
2013-08-27Fixes #10082: document `.navbar-form`Mark Otto1-14/+48
* Adds new section to navbar docs with example * Updates example classes for all collapsing navbars so their numbers increment as you scroll
2013-08-27Merge pull request #10209 from clbn/masterMark Otto1-2/+2
Fixes #10207: alert-dismissable example requires contextual class
2013-08-27add role="button"Tom Pietschker1-3/+3
2013-08-27per the docs - use <a> instead of <button>Tom Pietschker1-3/+3
2013-08-27Fixes #10207: alert-dismissable example requires contextual classAlex Olshansky1-2/+2
2013-08-26Fixes #10137: correct classes on thumbnailsMark Otto1-4/+4
2013-08-26Address #9873 and fix #9774Mark Otto1-1/+5
* Update styling of justified nav links to be more mobile friendly (with all four rounded corners and some margin between items) * Add note to docs to callout bogus WebKit rendering on component and example
2013-08-24Add even more role="button" attributesKevin Suttle1-2/+2
Missed the <a class="btw" in my regex search
2013-08-24Add role="button" to <a> buttonsKevin Suttle1-4/+4
These should really be <button> elements, but until that gets squared away, this will suffice.
2013-08-24turn some buttons into <button> elements where possibleMark Otto1-7/+19
2013-08-23Merge pull request #9931 from realityking/toolbarChris Rebert1-12/+12
Add role="toolbar" to elements with .btn-toolbar.
2013-08-21remove .btn-groupjody tate1-1/+1
Removing this class--it's not used in the example and using it causes "bad things to happen." http://jsfiddle.net/josephtate/Jn6H4/
2013-08-20Add role="toolbar" to elements with .btn-toolbar.Rouven Weßling1-12/+12
2013-08-20Correct "Aligninment" -> "Alignment" typo.Chris Lamb1-1/+1
Signed-off-by: Chris Lamb <[email protected]>
2013-08-19Update thumbnails col classesMark Otto1-9/+9
2013-08-19fix typoYulong Liu1-1/+1
2013-08-19Fix remainder of panel default examples and reorder nav linksMark Otto1-4/+4
2013-08-19Fix broken tables in panel groups exampleMark Otto1-2/+2
2013-08-19More legible examples for progress barsMark Otto1-16/+48
2013-08-19Double quotes not single quotesMark Otto1-2/+2
2013-08-19Consistent alert link examples (adds warning and reorders)Mark Otto1-6/+12
2013-08-19Doh! Really undo that navbar thingMark Otto1-18/+16
2013-08-19remove redundant docs sectionMark Otto1-4/+0
2013-08-18Merge branch '3.0.0-wip' into bs3_homepageMark Otto1-21/+17
Conflicts: customize.html dist/css/bootstrap.min.css
2013-08-18Merge branch '3.0.0-wip' into bs3_panel_base_classMark Otto1-13/+9
Conflicts: dist/css/bootstrap-theme.min.css dist/css/bootstrap.min.css
2013-08-18Refactor alerts to have a base class, but no default class, thus requiring a ↵Mark Otto1-13/+9
modifier class at all times
2013-08-18Refactor panels to have a base class for improved flexibility when ↵Mark Otto1-8/+8
customizing (and no overriding to start, too)
2013-08-18move glyphicons styles to docs cssMark Otto1-39/+0
2013-08-18Merge branch '3.0.0-wip' into glyphicons-LESS-fixesMark Otto1-12/+12
Conflicts: dist/css/bootstrap.min.css
2013-08-18Merge branch '3.0.0-navbar-default' of ↵Mark Otto1-12/+12
https://github.com/juthilo/bootstrap-wip into juthilo-3.0.0-navbar-default Conflicts: dist/css/bootstrap.min.css
2013-08-18account for 9fa0a5d12718bef464e002d9b850aebcb63c79e4 in the docsChris Rebert1-5/+5
2013-08-18regenerate Glyphicons listing/demo section of docsChris Rebert1-161/+176
2013-08-18Add a .navbar-default class for default colorsJulian Thilo1-12/+12
* Extract color styles from .navbar { } and put them into .navbar-default { } * Change variable names * Change the docs accordingly (i.e., add the .navbar-default class to all default navbars) * Change customizer accordingly
2013-08-18fix wrong closing tag on Glyphicons-in-buttons examplesChris Rebert1-8/+8
2013-08-18Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wipMark Otto1-1/+1
2013-08-18fixes #9786: enable tables in panelsMark Otto1-0/+111
2013-08-18fixes two type-os in glyphiconsBruno Amaral1-1/+1
2013-08-18Merge branch '3.0.0-wip' into bs3_restore_glyphiconsMark Otto1-1/+1
Conflicts: dist/css/bootstrap.min.css
2013-08-18Update progressbarStephan Groß1-1/+1
there is no gradient in 3.x
2013-08-18bad copypastaMark Otto1-27/+27
2013-08-18Upgrade to latest glyphiconsMark Otto1-0/+41
2013-08-18docs layout and alignment refinementMark Otto1-269/+208
2013-08-18Restore glyphiconsMark Otto1-27/+318
2013-08-17Update jumbotronMark Otto1-7/+11
* Defaults to no rounded corners and full width in the viewport * When in a container, the jumbotron has extra padding and will have rounded corners * Updates default jumbotron example to show the full width default display Fixes #9759.
2013-08-17add role=menu to htmlfat1-37/+37
2013-08-17brand, not title, in navbar examplesMark Otto1-17/+15
2013-08-17more specific panel titles and docs notesMark Otto1-3/+3
2013-08-16finish up second pass through docs nav, headings, organization, naming, etc ↵Mark Otto1-48/+43
(another run through at #9710)