- 29 Nov, 2016 8 commits
-
-
Chris Rebert authored
Refs https://bugzilla.mozilla.org/show_bug.cgi?id=1315994 Refs #21092 [ci skip]
-
Chris Rebert authored
[ci skip]
-
Chris Rebert authored
Refs https://bugs.webkit.org/show_bug.cgi?id=162362 Closes #20759 [ci skip]
-
Mark Otto authored
Remove the border-bottom from abbr elements since that's covered with an underline in Normalize.css. Updates the docs to match and tweaks some code comments, too.
-
Mark Otto authored
-
Mark Otto authored
-
- 28 Nov, 2016 24 commits
-
-
Juno_okyo authored
-
Mark Otto authored
-
-
Mark Otto authored
-
Florian Schlittenbauer authored
-
Michael Cook authored
-
Starsam80 authored
* Remove comment that duplicated some code * Use transition mixin whenever possible * Create a new function to reduce duplication * Use the new `breakpoint-infix` method
-
Mark Otto authored
* Add a color to .card-inverse to account for non .card- prefixed classes * reword the docs to better articulate what the class does
-
Mark Otto authored
* Fixed incorrect instruction: "Press ⌘ to copy" It needed to be "Press ⌘C to copy" * Updated to concatenate copy string Updated copy command to concatenated string to prevent potential issues * Updated the way the copy string concatenates As per excellent suggestion by @tomlutzenberger * Removed semicolon line endings ;P * var not const or let
-
Mark Otto authored
-
Mark Otto authored
Add padding to dismiss button for alerts and use position to place it. Removes extra padding on .alert-dismissible's right side, too. We could probably further simplify these things in the future as well.
-
Mark Otto authored
-
Mark Otto authored
-
Stefan Staynov authored
-
Cyril Kyburz authored
-
Rodrigo Waltenberg authored
Solves issue #18946
-
Starsam80 authored
* Use `breakpoint-min` instead of a counter * Remove 'xs' from flexbox grid
-
Mark Otto authored
-
-
Mark Otto authored
-
Starsam80 authored
* Clean up some utilities - Align CSS properties - In `_spacing.scss`, we had a comment saying what 'a' was for, but we removed that so this comment no longer applies * Remove '-xs' from `.navbar-toggleable-xs` and remove duplication * Fix outdated classes to use newer ones
-
Mark Otto authored
* Update clearfix to use block instead of table display (also reorder properties for linting) * update docs snippet for clearfix mixin—was apparently still using Less syntax and had old clearfix hack (even before the block change in this PR)
-
Mark Otto authored
-
Rob Ruana authored
When the rubberband effect causes Safari to scroll past the top of the page, the value of scrollTop becomes negative. If the offset of the first ScrollSpy target is 0 - essentially if the target is at the top of the page - then ScrollSpy should not clear the active item. Conceptually, the first item should remain active when rubberbanding past the top of the page. This commit fixes issue #21055 by verifying the first scrollspy target is not at the top of the page before clearing the active nav-item.
-
- 27 Nov, 2016 8 commits
-
-
Starsam80 authored
* Clean up _flex.scss a little This commit just cleans up the formating of _flex.scss by changing it so that it uses a single `@include media-breakpoint-up` instead of multiple. It also aligns all of the CSS properties so it looks a bit nicer. * Remove `-xs` from flex classes
-
Starsam80 authored
-
Starsam80 authored
-
Mark Otto authored
-
Mark Otto authored
-
Stephanie Purvis authored
-
Mark Otto authored
-