aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css
AgeCommit message (Collapse)AuthorFilesLines
2012-02-21adding responsive utility classes and matching docs section with super neato ↵Mark Otto2-0/+110
table and test
2012-02-21Bring back nowrap to labels and badgesAndreas Cederström1-0/+2
2012-02-20adding basic badges supportMark Otto1-0/+45
2012-02-20introduce new mixin to do navbar vertical centeringMark Otto1-4/+6
2012-02-20update inline forms to resolve checkbox label with space in it and ↵Mark Otto1-0/+9
overlapping content, per #1969
2012-02-20remove max-width on img from reset and put in docs only, per #1552Mark Otto2-3/+1
2012-02-20fix overflow issue on tabbed content per #2079Mark Otto1-1/+1
2012-02-20remake after merging buttons updateMark Otto1-2/+2
2012-02-20add horizontal divider support to nav list, including documentation for it, ↵Mark Otto1-1/+10
per #2106
2012-02-19enable use of span in place of a for .disabled in pagination, per #1406Mark Otto1-1/+2
2012-02-19move overflow and max-height on modal to modal-body insteadMark Otto1-2/+2
2012-02-19add new global styles docs section for mentioning doctype requirements, base ↵Mark Otto1-1/+1
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-11/+17
Conflicts: docs/assets/bootstrap.zip
2012-02-19Merge branch 'abbr' of https://github.com/jacobrask/bootstrap into ↵Mark Otto1-3/+5
jacobrask-abbr Conflicts: docs/assets/bootstrap.zip
2012-02-19Merge branch 'alert-headers' of https://github.com/jacobrask/bootstrap into ↵Mark Otto1-11/+3
jacobrask-alert-headers Conflicts: docs/assets/bootstrap.zip
2012-02-19Merge branch 'gridcontainer' of https://github.com/jacobrask/bootstrap into ↵Mark Otto2-4/+12
jacobrask-gridcontainer Conflicts: docs/assets/bootstrap.zip
2012-02-19Merge branch '2.0.2-wip' of github.com:twitter/bootstrap into 2.0.2-wipMark Otto1-1/+0
Conflicts: docs/assets/bootstrap.zip
2012-02-19simplify text color in navbar by placing the color on global .navbar componentMark Otto1-5/+3
2012-02-19Remove underscore hack for IE6Jacob Rask1-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 Rask2-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-19Use inherit on alert-heading colorJacob Rask1-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 Rask1-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 Rask1-1/+1
2012-02-19All abbreviations are not upper case initialismsJacob Rask1-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 in and remake for responsive navbar dropdown fixMark Otto1-0/+1
2012-02-18fix right aligned dropdownsMark Otto1-4/+4
2012-02-17add mention of js compilation to single file in customize page per #2003Mark Otto1-4/+4
2012-02-17removing duplicate reset filter since we changed the main button to use ↵Mark Otto1-1/+0
buttonBackground mixin, per #2024
2012-02-17fix duplicate input prepend/append css selectors per #2026Mark Otto1-3/+3
2012-02-17swap last .btn-dark referenceMark Otto1-1/+1
2012-02-17Keep origin in trackAndreas Cederström2-7/+43
2012-02-162.0.1v2.0.1Jacob Thornton2-2/+2
2012-02-16bring back checkbox borders to iOS by conditionalizing the border: 0; on it ↵Mark Otto1-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 Otto2-0/+20
2012-02-16add mini buttons per #1971Mark Otto1-0/+5
2012-02-16fix buttons focus state and swap a buttons for button buttonsMark Otto1-3/+3
2012-02-16fix responsive media queries to use 979 and 980 where approproMark Otto1-2/+2
2012-02-13change up fonts on form elements to remove unnecessary font-family on label ↵Mark Otto1-1/+6
element, per #1950
2012-02-13Clean up inverse button using variables, adding button group examples. Also ↵Andreas Cederström1-12/+18
adding inverse inline label
2012-02-12ensure help-block is block per #1937Mark Otto1-0/+1
2012-02-12clean up nav-header in responsiveMark Otto1-0/+4
2012-02-12allow .input-prepend/.input-append to work in .navbar per #1681Mark Otto1-0/+7
2012-02-12clear up scaffolding page to separate fixed from fluid grid systemsMark Otto2-36/+36
2012-02-12clean up modals.less comments, add new class for optional use on modal forms ↵Mark Otto1-0/+3
to remove bottom margin
2012-02-12change classname from .btn-dark to .btn-inverse, change use textMark Otto1-3/+31
2012-02-12enable the use of .nav-header in dropdowns per #1827Mark Otto1-11/+15
2012-02-12add navbar background hover variable and fix uneditable-input with ↵Mark Otto1-0/+1
append/prepend controls
2012-02-12lower z-index of fixed subnav to prevent overlap of dropdown items in ↵Mark Otto1-1/+1
.navbar-fixed
2012-02-12Merge branch 'patch-2' of https://github.com/cwiederspan/bootstrap into ↵Mark Otto1-0/+1
cwiederspan-patch-2
2012-02-12standardize default button gradient styles to match other buttons, reset ↵Mark Otto1-8/+22
it's IE filter to improve IE7 hover