aboutsummaryrefslogtreecommitdiff
path: root/docs/assets
AgeCommit message (Collapse)AuthorFilesLines
2012-02-19Update documentation for abbreviationsJacob Rask1-0/+0
2012-02-19Remove underscore hack for IE6Jacob Rask2-1/+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 Rask3-4/+12
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 Rask2-11/+3
Heading then inherits from the parent alert. Avoids a lot of extra unneccessary CSS.
2012-02-19Add class for upper case abbreviations, aka initialismsJacob Rask2-0/+4
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 Rask2-1/+1
2012-02-19All abbreviations are not upper case initialismsJacob Rask2-2/+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 Thornton2-1/+3
Conflicts: docs/assets/bootstrap.zip
2012-02-18fix bootstrap-button toggle regression + testsJacob Thornton2-1/+3
2012-02-18merge in and remake for responsive navbar dropdown fixMark Otto2-0/+1
2012-02-18fix right aligned dropdownsMark Otto2-4/+4
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 Otto2-4/+4
2012-02-17add small section to navbar docs on text in the component, per #2035Mark Otto1-0/+0
2012-02-17removing duplicate reset filter since we changed the main button to use ↵Mark Otto2-1/+0
buttonBackground mixin, per #2024
2012-02-17fix duplicate input prepend/append css selectors per #2026Mark Otto2-3/+3
2012-02-17swap last .btn-dark referenceMark Otto2-1/+1
2012-02-17fix grid typo in subnavMark Otto1-0/+0
2012-02-17fix page header example and docs per #2048Mark Otto1-0/+0
2012-02-17Keep origin in trackAndreas Cederström15-23/+65
2012-02-162.0.1v2.0.1Jacob Thornton15-14/+14
2012-02-16bring back checkbox borders to iOS by conditionalizing the border: 0; on it ↵Mark Otto2-1/+7
to IE7-9; fix word break on pre in IE
2012-02-16change clearfix mixin to drop parens that prevent it from being a class, tooMark Otto3-0/+20
2012-02-16add mini buttons per #1971Mark Otto2-0/+5
2012-02-16fix buttons focus state and swap a buttons for button buttonsMark Otto2-3/+3
2012-02-16fix responsive media queries to use 979 and 980 where approproMark Otto2-2/+2
2012-02-16add mention of navbar vertical divider in docsMark Otto1-0/+0
2012-02-16don't try next if not nextJacob Thornton2-0/+2
2012-02-16add idea to modal markup exmapleJacob Thornton1-0/+0
2012-02-16rebuild broJacob Thornton1-0/+0
2012-02-16null out interval so that pause doesn't resume on next or prevJacob Thornton2-0/+1
2012-02-16rebuild alertsJacob Thornton2-3/+6
2012-02-13Merge branch '2.0.1-wip' of https://github.com/twitter/bootstrap into 2.0.1-wipJacob Thornton4-60/+128
Conflicts: docs/assets/bootstrap.zip
2012-02-13add semicolons to the end of js filesJacob Thornton13-13/+13
2012-02-13change up fonts on form elements to remove unnecessary font-family on label ↵Mark Otto2-1/+6
element, per #1950
2012-02-13Clean up inverse button using variables, adding button group examples. Also ↵Andreas Cederström2-12/+18
adding inverse inline label
2012-02-12fix filename mention in js docs per #1938Mark Otto1-0/+0
2012-02-12ensure help-block is block per #1937Mark Otto2-0/+1
2012-02-12clean up nav-header in responsiveMark Otto2-0/+4
2012-02-12adding makeRow and makeColumn mixins for generating more semantic layoutsMark Otto1-0/+0
2012-02-12allow .input-prepend/.input-append to work in .navbar per #1681Mark Otto2-0/+7
2012-02-12add docs for alt form control sizing per #1700Mark Otto1-0/+0
2012-02-12add typography pattern .page-header to components per #1701Mark Otto1-0/+0
2012-02-12update docs on fixed nav per #1726Mark Otto1-0/+0
2012-02-12clear up scaffolding page to separate fixed from fluid grid systemsMark Otto3-36/+36
2012-02-12add note to button dropdowns about js plugin dependency per #1746Mark Otto1-0/+0
2012-02-12clean up modals.less comments, add new class for optional use on modal forms ↵Mark Otto2-0/+3
to remove bottom margin
2012-02-12change classname from .btn-dark to .btn-inverse, change use textMark Otto2-3/+31