Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/less
AgeCommit message (Collapse)Author
2012-03-13remove test fileJacob Thornton
2012-03-13remove commented out widthJacob Thornton
2012-03-13can't have overflo: visible for "in" which is present during entirity of ↵Jacob Thornton
transition.
2012-03-12button group sizes for ie7 fixesMark Otto
2012-03-12adding border variable for dropdowns, making dropdown carets use dropdown varsMark Otto
2012-03-12add a super jank fix for horizontal-forms and .input-prepend/append in IE7Mark Otto
2012-03-12enable buttons in input-append and input-prependMark Otto
2012-03-12resolve #1972, allowing add-ons at beginning and end of input-prepend/appendMark Otto
2012-03-12fix more spacing issues with input append/prependMark Otto
2012-03-12simplify code for input-prepend/append in inline and search formsMark Otto
2012-03-12remove need for floats and IE hacks for input-prepend and input-append--boomMark Otto
2012-03-12rewrite the fluid grid mixin to be simpler, per #2370Mark Otto
2012-03-12fix overflow on .collapse.in to enable dropdowns within an open collapseMark Otto
2012-03-12enable button groups in modal-footer by removing 5px added margin between .btnMark Otto
2012-03-12Merge branch 'luk3thomas-popover_arrow_colors' into 2.0.2-wipMark Otto
2012-03-12fix vertical align issue with labels in IE9Mark Otto
2012-03-12add block level input mixin for border-box box-sizingMark Otto
2012-03-12remove text indent on carets (not needed) and add inline replacement mixinMark Otto
2012-03-12remove the unused text-indent on dropdown caretsMark Otto
2012-03-12fix broken dropdowns in ie7 per #2333Mark Otto
2012-03-12fix lingering tables bugMark Otto
2012-03-12fix table border bug with double borders on theads and use of colgroupMark Otto
2012-03-12use variable for navbar text line-heightMark Otto
2012-03-12updated apple touch icons and moved input responsive fix from <480 to <767Mark Otto
2012-03-12fix overflowing thumbnails in responsive <767px layoutsMark Otto
2012-03-12in responsive layouts <767px, ensure inputs are not larger than 100% with ↵Mark Otto
box-sizing and a max-width
2012-03-12Merge branch 'Gavrisimo-patch-1' into 2.0.2-wipMark Otto
2012-03-11fix gradient mixins by escaping them, add notes on progress barsMark Otto
2012-03-11add vars for navbar searchMark Otto
2012-03-11clean up search form in navbar, add new variable for placeholder text colorMark Otto
2012-03-11massive update to customize page to include all the new variables (and ↵Mark Otto
ensure they're being used in the .less files)
2012-03-11make pre font-size a percentage of @baseFontSizeMark Otto
2012-03-11Merge branch '2.0.2-wip' of github.com:twitter/bootstrap into 2.0.2-wipMark Otto
Conflicts: docs/assets/bootstrap.zip
2012-03-11add button sizes to docs for button dropdowns, clean up styles for themMark Otto
2012-03-11make nav padding and negative margins the sameMark Otto
2012-03-11stop doing oldschool escape substitutionJacob Thornton
2012-03-11Merge branch '2.0.2-wip' of github.com:twitter/bootstrap into 2.0.2-wipJacob Thornton
Conflicts: docs/assets/bootstrap.zip docs/assets/css/bootstrap-responsive.css docs/assets/css/bootstrap.css
2012-03-11Merge branch 'new_grid' into 2.0.2-wipJacob Thornton
Conflicts: docs/assets/bootstrap.zip docs/assets/css/bootstrap-responsive.css docs/assets/css/bootstrap.css less/mixins.less
2012-03-10rebold headingsMark Otto
2012-03-10fix the font-family var by using inherit instead of empty string, fix ↵Mark Otto
font-weight in docs for jumbotron
2012-03-10clear up nav variablesMark Otto
2012-03-09Add `vertical-align: middle;` to `img` elements Milos Gavrilovic
More info: h5bp.com/i/440
2012-03-09added ability to set custom colors for popover arrow mixinLuke Thomas
2012-03-07Merge branch '2.0.2-wip' of github.com:twitter/bootstrap into 2.0.2-wipMark Otto
2012-03-07set font-family for inputs and such via basefontfamilyMark Otto
2012-03-07adding well sizesMark Otto
2012-03-07Added use of new headings variables.Mark Figueredo
2012-03-06move padding from container to body for max-width: 767; responsive layoutMark Otto
2012-03-06Merge branch 'davewasmer-master' into 2.0.2-wipMark Otto
2012-03-06fix input grid sizing, fix background color on form actions and append add-onsMark Otto