- 23 Nov, 2016 1 commit
-
-
Mark Otto authored
-
- 17 Nov, 2016 5 commits
- 16 Nov, 2016 1 commit
-
-
Bardi Harborow authored
-
- 13 Nov, 2016 3 commits
-
-
Patrick H. Lauke authored
it's → its
-
Daniel Lo Nigro authored
Small grammar fix.
-
Bardi Harborow authored
-
- 12 Nov, 2016 1 commit
-
-
Bardi Harborow authored
-
- 10 Nov, 2016 2 commits
- 09 Nov, 2016 2 commits
-
-
Chris Rebert authored
And move one Firefox entry to keep the entries sorted by browser. Refs #21089
-
Chris Rebert authored
Refs #21089 [ci skip]
-
- 08 Nov, 2016 3 commits
-
-
Mark Otto authored
Linked to slack
-
Mark Otto authored
Fix broken and redirected links.
-
Bardi Harborow authored
-
- 06 Nov, 2016 2 commits
-
-
Patrick H. Lauke authored
Scope ::first-letter selector for print styles
-
Patrick H. Lauke authored
`*::first-letter` causes problems in IE11 - only prints first page of a multi-page document
-
- 05 Nov, 2016 3 commits
-
-
Patrick H. Lauke authored
Add Safari skip link bug and Firefox/Edge AT focus feature requests
-
Patrick H. Lauke authored
These would help in making hidden skip links show up visually once they receive AT focus (for sighted/partially sighted AT users)
-
Patrick H. Lauke authored
-
- 04 Nov, 2016 2 commits
-
-
Eric Nolte authored
-
Eric Nolte authored
The new breakpiont-limited class pattern is to omit the breakpoint size when using the lowest size eg. col-xs-12 to col-12. This commit implements this pattern to the grid system.
-
- 01 Nov, 2016 8 commits
-
-
Jonathan authored
-
Mark Otto authored
-
Mark Otto authored
* Explore responsive display utils, but with a twist: lowest breakpoint has no breakpoint modifier in the class name * make floats use the same format, add float-none mixin
-
Mark Otto authored
-
Mark Otto authored
* make spacer utils responsive by grid tier * update scale to add two levels, document them * change responsive spacing utils to avoid the xs abbreviation in the class name for that tier * update code snippet to match source * update usage in our docs * linter * docs updates
-
Johann authored
-
Bardi Harborow authored
-
Rodrigo Castro authored
-
- 31 Oct, 2016 1 commit
-
-
Alberto Roura authored
-
- 30 Oct, 2016 6 commits
-
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
-
Ilias authored
* Fix #17964 Some browsers are lazy when updating dom elements after transition effects. This can be fixed by reading element properties such as offsetHeight or offsetWidth. However, creating a function using the Function constructor just to access such element, results in a violation of Content Security Policy (where applied), which in turn crashes the application. This fix actually reverts to the way this was handled in v3 and should work as intended.
-
Catalin Zalog authored
Firefox requires a width and flex-basis value to size the input field correctly. Despite the width being 1%, the input will size correctly at all parent widths. http://codepen.io/zalog/pen/bpMJmv
-
Mark Otto authored
floated content has to come first in the DOM, otherwise you can get alignment bugs. in flexbox though, that's not the case. as such, i'm adding this example code to guide folks to the changes needed to move between default and flex modes.
-