XhmikosR
e105d15642
Use https, fix broken links and unneeded redirects.
2018-10-18 11:27:47 +03:00
XhmikosR
37a2534c8e
Go back to single colon pseudo elements.
...
This is for backwards compatibility with the browsers we support in v3.
2018-10-08 20:12:34 +03:00
Mark Otto
04d92a420a
move from csslint to stylelint
2017-11-25 18:06:34 -08:00
Chris Rebert
4e16300135
Port #20165 to v3
...
[skip sauce]
2016-06-23 23:17:36 -07:00
Chris Rebert
c256aca13c
https://github.com/necolas/normalize.css/pull/379 was rejected
...
Refs #15947
2015-04-21 17:53:44 -07:00
Patrick H. Lauke
9bbc0d76f5
Add upstream patch comment
2015-03-02 14:36:36 +00:00
Patrick H. Lauke
9c3e7e5861
iOS fix for role="button" elements; [ fixes #15935 ]
...
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
2015-02-28 15:41:55 +00:00
Andrew Saint
86eac52cce
Added link hover decoration variable
2014-10-12 10:40:10 +01:00
Thomas Welton
ea99e3c91b
Use px for font-size fixes #13737
2014-06-05 12:07:40 +01:00
Chris Rebert
c4e242bdb1
add .sr-only-focusable; fixes #12259
2014-02-10 10:34:38 -08:00
Mark Otto
545c957f17
Fixes #12424 : Account for Normalize change on figure element so that we don't potentially screw folks over
2014-01-29 21:23:23 -08:00
Chris Rebert
b30cff4888
Add ref in Less to docs regarding box-sizing conflicts
...
Refs #12351
2014-01-23 20:51:23 -08:00
Mark Otto
380019ccb2
Split box-sizing reset for faster rendering
2014-01-16 20:00:28 -08:00
Zlatan Vasović
b1cc07fa15
Insert comma to fix validation warning
...
BS doesn't support IE6/IE7, so comma can be inserted.
2013-10-05 20:14:19 +02:00
Chris Rebert
2ef147b16b
fix #10252 by restricting Android Firefox reset to only .form-control & .btn
2013-08-28 15:37:34 -07:00
Mark Otto
d5cd040f57
improve dependencies for image thumbnails and thumbnail component
2013-08-18 19:24:10 -07:00
Zlatan Vasović
743fc9ac7e
Nesting for link styles
2013-08-18 23:28:55 +02:00
Mark Otto
cd0df1d21a
fixes #9436 more: put padding on containers, not the body because full width elements
2013-08-16 22:37:02 -07:00
Mark Otto
e4bb388bc9
Make negative margins on rows the default, not just in containers, and add padding to body to compensate
2013-08-16 15:16:03 -07:00
Mark Otto
fee3f1e733
fixes #9582 : restore img-responsive as a class and move it's mixin to mixins.less
2013-08-15 00:46:18 -07:00
Mark Otto
622fe05ff4
fixes #9445 : make img responsive mixin use display block, but provide option to pass custom value to it
2013-08-14 23:06:37 -07:00
Chris Rebert
4d527ec316
fixes #8702 until Normalize.css starts handling this
2013-08-14 16:08:24 -07:00
Mark Otto
40723c8716
fixes #9400 : add box-sizing to pseudo elements as well
2013-08-12 21:26:43 -07:00
Mark Otto
9b07b999d2
Merge pull request #9286 from neilhem/3.0.0-wip
...
set img-circle class in percents
2013-08-11 15:15:53 -07:00
Rakhat Jabagin
c07717ce47
set img-circle class in percents
2013-08-09 17:57:49 +06:00
Mark Otto
03258683ed
property order
2013-08-07 00:28:44 -07:00
adamjacobbecker
a8d95d4721
Improve accessibility (Section 508, WCAG)
...
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-06 21:58:09 -07:00
Mark Otto
3604b86806
fixes #8477 : use var for rounded image border-radius
2013-07-17 23:41:05 -07:00
Mark Otto
61823dbff1
Move hr
to scaffolding.less (out of type.less) and simplify styles
2013-07-05 14:21:05 -05:00
Mark Otto
08b3515fd7
fixes #8345 : use inline-block on .img-responsive
2013-07-01 19:42:43 -07:00
Mark Otto
09cdee2f03
Overall responsive img
styles
...
`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-28 00:09:10 -07:00
Chris Rebert
d82941265c
Fix 2 typos
2013-06-25 17:07:51 -06:00
Mark Otto
ac3521fef4
Remove WebKit overflow scrolling for now
2013-06-16 10:56:30 -07:00
Mark Otto
dbbd48f7bc
remove duplicate text scaling
2013-05-09 17:29:07 -07:00
Kevin
9ce7f22e99
Adding media queries breakpoints variables
2013-04-27 18:47:47 +02:00
Mark Otto
86bb3b8126
IE8 doesn't need help with responsive images, they work just dandy apparently (see http://jsbin.com/idesit/1 )
2013-04-13 23:17:39 -07:00
Mark Otto
7a8d071735
use font-size-base var
2013-04-05 11:42:29 -07:00
Mark Otto
b7fa0d3434
-background to -bg for body and table vars
2013-03-31 17:29:05 -07:00
Mark Otto
d6f37f3c56
@link-color-hover to @link-hover-color
2013-03-31 17:27:22 -07:00
Mark Otto
fc16e37aaa
Remove the handful of rem font-sizes
2013-03-31 11:26:13 -07:00
Mark Otto
ca31f060a8
New grid classes
2013-03-26 17:12:17 -07:00
Mark Otto
6012d8221b
Exploring rems as font-size unit
...
* 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-17 11:33:07 -07:00
Mark Otto
47f69c0d9e
mixin, not copypasta
2013-03-17 11:15:04 -07:00
Mark Otto
d219b8b964
Set border-box globally instead
2013-03-10 13:24:07 -05:00
Mark Otto
0dea8b0c74
Fixes #6897 : Print styles get own .less file
2013-02-28 19:42:51 -08:00
Mark Otto
6789a30a3d
fix #6950 : use var for font-family
2013-02-15 16:51:16 -08:00
Mark Otto
43da258bd9
Merge branch '2.3.0-wip' into 3.0.0-wip
...
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-02-05 19:53:44 -08:00
Mark Otto
f068cdeb63
Combine .thumbnail and .img-thumbnail into simpler selectors
2013-01-17 20:18:03 -08:00
Mark Otto
ca74b9882b
Change .img-polaroid to .img-thumbnail
...
* Same code, but different classes was confusing
* Now .img-thumbnail just extends .thumbnail
2013-01-17 20:16:04 -08:00
Mark Otto
687d4a3eeb
Move grid/container styles to grid.less; update docs; add offsetting back
2013-01-17 00:42:31 -08:00