aboutsummaryrefslogtreecommitdiff
path: root/less
AgeCommit message (Collapse)AuthorFilesLines
2013-08-11Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wipMark Otto1-40/+28
Conflicts: dist/css/bootstrap.min.css
2013-08-11addressing #9189 manually, part 7: thumbnails varsMark Otto2-3/+6
2013-08-11Drop the font-weight on panel labels since heading elements already get itMark Otto1-1/+0
2013-08-11Follow up commit: fix collapse clearing and navbar brand/nav spacingMark Otto1-0/+6
2013-08-11Refactor navbars to simplify thingsMark Otto1-18/+7
* `.navbar-brand` is no longer centered, thus removing need for max-width and a few lines of code * Clear floats of `.navbar-brand` in the `.nav-collapse` like we did in 2.x, thus simplifying some clearing and other things. * Restyle the `.navbar-toggle` button to align it's bars up with the text and flow of the document. * Restyle the `.navbar-brand` to not use padding on left/right as to avoid negative margin and other fuckery. This limits the ability to put a bg color on the brand, but I think that's fine for now.
2013-08-11addressing #9189 manually, part 6: add a navbar margin var, but avoid the ↵Mark Otto2-1/+2
navbar-nav var because that should really be customizable
2013-08-11addressing #9189 manually, part 5: don't bother with a .label font-weight ↵Mark Otto1-1/+1
var and let's just use bold because windows hates 500
2013-08-11addressing #9189 manually, part 4: input group background varMark Otto2-1/+2
2013-08-11addressing #9189 manually, part 3: formsMark Otto2-2/+4
2013-08-11spacingMark Otto1-0/+1
2013-08-11addressing #9189 manually, part 2: dropdown header and disabled link colors ↵Mark Otto2-15/+9
(and refactor commenting styles)
2013-08-11addressing #9189 manually, part 1: code and pre varsMark Otto2-3/+5
2013-08-11Merge pull request #9211 from ↵Mark Otto1-40/+28
zacwasielewski/responsive-visibility-utilities-as-less-mixins Make visibility utility classes responsive when used as LESS mixins
2013-08-11Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wipMark Otto2-2/+1
2013-08-11fixes #9348 by ditching a commentMark Otto1-1/+1
2013-08-11Merge pull request #9286 from neilhem/3.0.0-wipMark Otto1-1/+1
set img-circle class in percents
2013-08-11Merge pull request #9229 from ggam/patch-13Mark Otto1-1/+0
Removed Glyphicons mention from carousel.less
2013-08-11fixes #8900: nuke empty space between panel heading and list groupMark Otto1-1/+14
2013-08-11fixes #9241: enable collapsing for labels, in addition to badges, when emptyMark Otto2-1/+6
2013-08-09set img-circle class in percentsRakhat Jabagin1-1/+1
2013-08-09navbar.lessliuyl1-4/+2
2013-08-09panelsliuyl1-4/+2
2013-08-08Fix Find/Replace-o; good catch, @FagnerMartinsBrack!Chris Rebert1-2/+2
Problem introduced in 6b23a66c29c3613c6792a257aafa949c81746597
2013-08-08Removed Glyphicons mention from carousel.lessGuillermo González de Agüero1-1/+0
2013-08-07Merge pull request #9200 from geedmo/3.0.0-wipMark Otto1-2/+2
Update to use @list-group-border-radius
2013-08-07Make visibility utility classes responsive when used as LESS mixinsZac Wasielewski1-40/+28
2013-08-07Added missing grid make-column mixins and fixed some inconsistenciesGuillermo González de Agüero1-14/+47
make-column() was still been use to generate "medium size" columns (col-sm), while make-small-column was creating the default columns (col). I also changed @grid-float-breakpoint to @screen-small, as it was used in make-row() and I think it makes more sense here than the other.
2013-08-07Updated panels.less to use variant-panel mixinGuillermo González de Agüero1-30/+5
2013-08-07Added panel-variant mixinGuillermo González de Agüero1-0/+11
2013-08-07Update to use @list-group-border-radiusgeedmo1-2/+2
2013-08-07property orderMark Otto1-5/+5
2013-08-06Improve accessibility (Section 508, WCAG)adamjacobbecker1-0/+14
This PR significantly improves Bootstrap's accessibility for users of assistive technology, such as screen readers. Some of the these changes add additional markup to the source examples, but we believe that the sacrifice in readability is worth achieving more widespread usage of accessibility best-practices. What was done - Added lots of [WAI-ARIA attributes](http://www.w3.org/WAI/intro/aria) - Added `.sr-only` helper class, that is only readable by screen readers (and invisible for all other users). This lets us - make progress bars and paginations accessible to screen reading users. - Advised users to always use label elements. For inline forms, they can hide them with `.sr-only` - Added 'Skip navigation' link - Added "Accessibility" section to getting-started.html. What *wasn't* done - Contrast issues (twbs#3572) - Tooltips (twbs#8469) - Documentation re: usage of icons, since they now live in a separate repo Major props to all that contributed: @bensheldon, @jasonlally, @criscristina, and @louh. Feel free to chime in, guys, if I've left anything out.
2013-08-06fixes #8959: only negative indent rows within .container (prevents ↵Mark Otto1-3/+5
horizontal scroll on full-width pages)
2013-08-06fixes #8935: add gutter width param to grid mixinsMark Otto1-11/+11
2013-08-06more twerks to the themeMark Otto1-1/+9
2013-08-06Merge branch '3.0.0-wip' into bs3_themeMark Otto25-322/+490
Conflicts: dist/css/bootstrap.min.css
2013-08-06update use of mixins and add bg-colors where necessaryMark Otto2-2/+2
2013-08-06Merge branch '3.0.0-wip' of https://github.com/archanl/bootstrap into ↵Mark Otto1-8/+0
archanl-3.0.0-wip Conflicts: less/mixins.less
2013-08-06Fixes #8749: prevent navbar nav from overlapping navbar toggleMark Otto1-2/+8
2013-08-06Fix #9174: pad bottom of navbar collapsed content and clear floated contentsMark Otto1-2/+7
2013-08-06Merge pull request #8731 from nrw/patch-1Mark Otto1-0/+3
Format multiple badges in list-group-item
2013-08-06fixes #9140: use correct var in tablesMark Otto1-1/+1
2013-08-06Fixes #9145: Fix tooltip opacityMark Otto2-2/+2
Update tooltips to not use RGBa colors so IE8 can have tooltips, too (means we're now using `opacity`).
2013-08-05Scope tablet classes to tablets range onlyMark Otto2-5/+7
Fixes #9128
2013-08-05Merge branch '3.0.0-wip' into bs3_alerts_default_classMark Otto9-23/+42
Conflicts: dist/css/bootstrap.min.css
2013-08-05fixes #8647: remove focus outline on :focus of buttons in button groupsMark Otto1-0/+4
2013-08-05Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wipMark Otto1-3/+1
2013-08-05remove dupe border-boxMark Otto1-1/+0
2013-08-05Merge pull request #9124 from geedmo/3.0.0-wipMark Otto1-3/+1
Fix Issue #8175 - .input-group-addon broken in Firefox
2013-08-05Merge branch '3.0.0-wip' of https://github.com/saas786/bootstrap into ↵Mark Otto8-17/+33
saas786-3.0.0-wip Conflicts: customize.html less/alerts.less less/badges.less less/button-groups.less less/buttons.less less/carousel.less