aboutsummaryrefslogtreecommitdiff
path: root/less/scaffolding.less
AgeCommit message (Collapse)AuthorFilesLines
2018-10-18Use https, fix broken links and unneeded redirects.XhmikosR1-3/+3
2018-10-08Go back to single colon pseudo elements.XhmikosR1-2/+2
This is for backwards compatibility with the browsers we support in v3.
2017-11-25move from csslint to stylelintMark Otto1-6/+6
2016-06-23Port #20165 to v3Chris Rebert1-1/+1
[skip sauce]
2015-04-21https://github.com/necolas/normalize.css/pull/379 was rejectedChris Rebert1-2/+1
Refs #15947
2015-03-02Add upstream patch commentPatrick H. Lauke1-0/+1
2015-02-28iOS fix for role="button" elements; [fixes #15935]Patrick H. Lauke1-0/+11
Fixes "clickability" issue (and more generally, the firing of events such as focus as well) for traditionally non-focusable elements with role="button" (see https://developer.mozilla.org/en-US/docs/Web/Events/click#Safari_Mobile) Fixes #15935
2014-10-12Added link hover decoration variableAndrew Saint1-1/+1
2014-06-05Use px for font-size fixes #13737Thomas Welton1-1/+1
2014-02-10add .sr-only-focusable; fixes #12259Chris Rebert1-0/+16
2014-01-29Fixes #12424: Account for Normalize change on figure element so that we ↵Mark Otto1-0/+10
don't potentially screw folks over
2014-01-23Add ref in Less to docs regarding box-sizing conflictsChris Rebert1-1/+4
Refs #12351
2014-01-16Split box-sizing reset for faster renderingMark Otto1-1/+3
2013-10-05Insert comma to fix validation warningZlatan Vasović1-1/+1
BS doesn't support IE6/IE7, so comma can be inserted.
2013-08-28fix #10252 by restricting Android Firefox reset to only .form-control & .btnChris Rebert1-11/+0
2013-08-18improve dependencies for image thumbnails and thumbnail componentMark Otto1-8/+19
2013-08-18Nesting for link stylesZlatan Vasović1-8/+10
2013-08-16fixes #9436 more: put padding on containers, not the body because full width ↵Mark Otto1-2/+0
elements
2013-08-16Make negative margins on rows the default, not just in containers, and add ↵Mark Otto1-0/+2
padding to body to compensate
2013-08-15fixes #9582: restore img-responsive as a class and move it's mixin to ↵Mark Otto1-4/+2
mixins.less
2013-08-14fixes #9445: make img responsive mixin use display block, but provide option ↵Mark Otto1-2/+2
to pass custom value to it
2013-08-14fixes #8702 until Normalize.css starts handling thisChris Rebert1-0/+8
2013-08-12fixes #9400: add box-sizing to pseudo elements as wellMark Otto1-1/+3
2013-08-11Merge pull request #9286 from neilhem/3.0.0-wipMark Otto1-1/+1
set img-circle class in percents
2013-08-09set img-circle class in percentsRakhat Jabagin1-1/+1
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-07-17fixes #8477: use var for rounded image border-radiusMark Otto1-1/+1
2013-07-05Move `hr` to scaffolding.less (out of type.less) and simplify stylesMark Otto1-0/+12
2013-07-01fixes #8345: use inline-block on .img-responsiveMark Otto1-1/+1
2013-06-28Overall responsive `img` stylesMark Otto1-4/+6
`img`s are no longer responsive by default. Instead, use `.img-responsive` as a class or mixin. Existing `.thumbnail > img` and `.img-thumbnail` classes now make use of this as a mixin as well.
2013-06-25Fix 2 typosChris Rebert1-2/+2
2013-06-16Remove WebKit overflow scrolling for nowMark Otto1-2/+0
2013-05-09remove duplicate text scalingMark Otto1-8/+0
2013-04-27Adding media queries breakpoints variablesKevin1-1/+1
2013-04-13IE8 doesn't need help with responsive images, they work just dandy ↵Mark Otto1-1/+0
apparently (see http://jsbin.com/idesit/1)
2013-04-05use font-size-base varMark Otto1-1/+1
2013-03-31-background to -bg for body and table varsMark Otto1-1/+1
2013-03-31@link-color-hover to @link-hover-colorMark Otto1-1/+1
2013-03-31Remove the handful of rem font-sizesMark Otto1-1/+1
2013-03-26New grid classesMark Otto1-4/+6
2013-03-17Exploring rems as font-size unitMark Otto1-6/+1
* Added a new mixin to calculate rems and pixels for IE fallback * Updated the body, p, and .lead elements to use the new .font-size() mixin * New mixin has default value of 14px or 1.4rem * Still needs exploration, and change this means lots of work rejiggering margins and line-heights * Related, started to reorganize the mixins a bit to call out mixins that are used by the framework and not utilities or snippets
2013-03-17mixin, not copypastaMark Otto1-3/+1
2013-03-10Set border-box globally insteadMark Otto1-0/+10
2013-02-28Fixes #6897: Print styles get own .less fileMark Otto1-70/+0
2013-02-15fix #6950: use var for font-familyMark Otto1-1/+1
2013-02-05Merge branch '2.3.0-wip' into 3.0.0-wipMark Otto1-2/+3
Conflicts: docs/assets/css/bootstrap-responsive.css docs/assets/css/bootstrap.css docs/examples/hero.html less/buttons.less less/carousel.less less/close.less less/dropdowns.less less/labels-badges.less less/mixins.less less/navbar.less less/navs.less less/pagination.less less/responsive-navbar.less less/scaffolding.less less/sprites.less less/thumbnails.less less/type.less
2013-01-17Combine .thumbnail and .img-thumbnail into simpler selectorsMark Otto1-4/+1
2013-01-17Change .img-polaroid to .img-thumbnailMark Otto1-7/+4
* Same code, but different classes was confusing * Now .img-thumbnail just extends .thumbnail
2013-01-17Move grid/container styles to grid.less; update docs; add offsetting backMark Otto1-4/+2