- 22 Oct, 2017 27 commits
-
-
XhmikosR authored
-
XhmikosR authored
1. move a couple of them before the more specific ones. 2. change nesting to be under the same parent selector 3. use the ampersand more
-
XhmikosR authored
The option is set to `always-single-line` in stylelint-config-standard which we extend.
-
XhmikosR authored
The images are PNG 8-bit optimized with optipng, zopflipng and pngout.
-
José Francisco authored
-
Mark Otto authored
-
Andres Galante authored
-
Mark Otto authored
-
Eugene Kopyov authored
* Fix for right padding in dismissible alerts * Removed extra whitespace * Update _alert.scss * Update _alert.scss
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
Merge branch 'custom-checkboxes-radios-correct-color' of https://github.com/sabrown84/bootstrap into sabrown84-custom-checkboxes-radios-correct-color
-
Mark Otto authored
-
Mark Otto authored
-
XhmikosR authored
We don't change anything so the transition is basically unused.
-
Gijs Boddeus authored
-
Gijs Boddeus authored
-
Gijs Boddeus authored
* add margin-bottom to .btn of a vertical button group * match margins of radio/checkbox buttons in a btn-group to the actual buttons * add comment
-
XhmikosR authored
This also fixes the wrong usage of `site.description` instead of `page.description` in meta description.
-
XhmikosR authored
This saves a few bytes from the unminified dist files.
-
XhmikosR authored
-
XhmikosR authored
-
XhmikosR authored
-
XhmikosR authored
-
Mark Otto authored
-
Mark Otto authored
-
- 20 Oct, 2017 10 commits
-
-
Sharrell Porter authored
-
Sharrell Porter authored
-
XhmikosR authored
-
Johann-S authored
-
XhmikosR authored
-
Andres Galante authored
-
Gijs Boddeus authored
If the content of the page does not extend the full viewport height, the sidebars were shortened.
-
rmacklin authored
Reduce z-indexes in button-group, input-group, list-group, and pagination to the minimum necessary (#24315) These were using `z-index: 2` to "Place active items above their siblings for proper border styling". However, using `z-index: 1` is sufficient for accomplishing that goal. In input-group, there were also three `z-index: 3` rules for the hover/focus/active states. I reduced these to `z-index: 2` since they just needed to be "one more than normal" (i.e. one more than what is now `z-index: 1` after my changes). These changes can be verified by viewing the documentation pages for Button group, Input group, List group, and Pagination before and after this commit and observing that the active elements are still "above" their siblings, so their borders look correct.
-
XhmikosR authored
Rationale: the page is not available locally, only on gh-pages, thus leading to a 404 locally.
-
- 19 Oct, 2017 3 commits