aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/bootstrap.zip
AgeCommit message (Collapse)AuthorFilesLines
2012-02-21rewrite the grid system. Clean shit up tons - only generate 12 columns by ↵Jacob Thornton1-0/+0
default - custom builder will do differently if you request it.
2012-02-21set width to auto for default navbar container, then override it later for ↵Mark Otto1-0/+0
fixed navbars (done all via the #gridSystem mixins)
2012-02-21clear up table styles and docs to fix rowspan and colspan issues for ↵Mark Otto1-0/+0
bordered tables, per #1918
2012-02-21clarify responsive docs on media queriesMark Otto1-0/+0
2012-02-21clean up and simplify support for bottom navbar by automagically turning ↵Mark Otto1-0/+0
dropdowns into dropups
2012-02-21Merge branch '2.0/fork/components/dropup' of ↵Mark Otto1-0/+0
https://github.com/buraktuyan/bootstrap into buraktuyan-2.0/fork/components/dropup Conflicts: docs/assets/css/bootstrap.css docs/components.html docs/templates/pages/components.mustache less/navbar.less
2012-02-21add support and docs for .navbar-fixed-bottomMark Otto1-0/+0
2012-02-21move container up in default grid mixinMark Otto1-0/+0
2012-02-21move table columns mixin to mixins.lessMark Otto1-0/+0
2012-02-21fix second part of #1962Mark Otto1-0/+0
2012-02-21update forms help-blockMark Otto1-0/+0
2012-02-21Merge branch '2.0.2-wip-nowrapfix' of https://github.com/andriijas/bootstrap ↵Mark Otto1-0/+0
into andriijas-2.0.2-wip-nowrapfix Conflicts: docs/assets/bootstrap.zip
2012-02-21Merge branch '2.0.2-wip' of github.com:twitter/bootstrap into 2.0.2-wipMark Otto1-0/+0
Conflicts: docs/assets/bootstrap.zip
2012-02-21adding responsive utility classes and matching docs section with super neato ↵Mark Otto1-0/+0
table and test
2012-02-21Bring back nowrap to labels and badgesAndreas Cederström1-0/+0
2012-02-20remakeJacob Thornton1-0/+0
2012-02-20adding basic badges supportMark Otto1-0/+0
2012-02-20introduce new mixin to do navbar vertical centeringMark Otto1-0/+0
2012-02-20update inline forms to resolve checkbox label with space in it and ↵Mark Otto1-0/+0
overlapping content, per #1969
2012-02-20remove max-width on img from reset and put in docs only, per #1552Mark Otto1-0/+0
2012-02-20fix overflow issue on tabbed content per #2079Mark Otto1-0/+0
2012-02-20remake after merging buttons updateMark Otto1-0/+0
2012-02-20add horizontal divider support to nav list, including documentation for it, ↵Mark Otto1-0/+0
per #2106
2012-02-19enable use of span in place of a for .disabled in pagination, per #1406Mark Otto1-0/+0
2012-02-19move overflow and max-height on modal to modal-body insteadMark Otto1-0/+0
2012-02-19quick edit to new global styles sectionMark Otto1-0/+0
2012-02-19add new global styles docs section for mentioning doctype requirements, base ↵Mark Otto1-0/+0
body changes, and type/links; also tightened up code styles
2012-02-19Merge branch 'andriijas-2.0.1-wip' into 2.0.2-wipMark Otto1-0/+0
Conflicts: docs/assets/bootstrap.zip
2012-02-19Merge branch 'abbr' of https://github.com/jacobrask/bootstrap into ↵Mark Otto1-0/+0
jacobrask-abbr Conflicts: docs/assets/bootstrap.zip
2012-02-19Merge branch 'alert-headers' of https://github.com/jacobrask/bootstrap into ↵Mark Otto1-0/+0
jacobrask-alert-headers Conflicts: docs/assets/bootstrap.zip
2012-02-19Merge branch 'gridcontainer' of https://github.com/jacobrask/bootstrap into ↵Mark Otto1-0/+0
jacobrask-gridcontainer Conflicts: docs/assets/bootstrap.zip
2012-02-19Merge branch 'opera-radial' of https://github.com/jacobrask/bootstrap into ↵Mark Otto1-0/+0
jacobrask-opera-radial Conflicts: docs/assets/bootstrap.zip
2012-02-19Merge branch '2.0.2-wip' of github.com:twitter/bootstrap into 2.0.2-wipMark Otto1-0/+0
Conflicts: docs/assets/bootstrap.zip
2012-02-19simplify text color in navbar by placing the color on global .navbar componentMark Otto1-0/+0
2012-02-19Update documentation for abbreviationsJacob Rask1-0/+0
2012-02-19Remove underscore hack for IE6Jacob Rask1-0/+0
IE6 does not seem to be supported by Bootstrap, and reducing the number of unused and invalid properties is always nice.
2012-02-19Separate span12 and container classesJacob Rask1-0/+0
If you have less than 12 columns, container is too wide. Instead generate container width using the @gridColumns variable. Also remove duplicate container width property.
2012-02-19Add Opera-prefixed radial gradientJacob Rask1-0/+0
Tested and works in Opera 11.61
2012-02-19Use inherit on alert-heading colorJacob Rask1-0/+0
Heading then inherits from the parent alert. Avoids a lot of extra unneccessary CSS.
2012-02-19Add class for upper case abbreviations, aka initialismsJacob Rask1-0/+0
Read more: * http://en.wikipedia.org/wiki/Abbreviation * http://en.wikipedia.org/wiki/Initialism
2012-02-19Only show help cursor/border for abbr with titleJacob Rask1-0/+0
2012-02-19All abbreviations are not upper case initialismsJacob Rask1-0/+0
Read more: * http://developers.whatwg.org/text-level-semantics.html#the-abbr-element * http://en.wikipedia.org/wiki/Abbreviation * http://en.wikipedia.org/wiki/Initialism
2012-02-18Merge branch 'master' into 2.0.2-wipJacob Thornton1-0/+0
Conflicts: docs/assets/bootstrap.zip
2012-02-18fix bootstrap-button toggle regression + testsJacob Thornton1-0/+0
2012-02-18merge in and remake for responsive navbar dropdown fixMark Otto1-0/+0
2012-02-18fix right aligned dropdownsMark Otto1-0/+0
2012-02-18clarify forms in navbar per #2072Mark Otto1-0/+0
2012-02-18clarify misc components subheadMark Otto1-0/+0
2012-02-17add mention of js compilation to single file in customize page per #2003Mark Otto1-0/+0
2012-02-17add small section to navbar docs on text in the component, per #2035Mark Otto1-0/+0