mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
54908a95a8
* 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
7 lines
373 B
SCSS
7 lines
373 B
SCSS
.align-baseline { vertical-align: baseline !important; } // Browser default
|
|
.align-top { vertical-align: top !important; }
|
|
.align-middle { vertical-align: middle !important; }
|
|
.align-bottom { vertical-align: bottom !important; }
|
|
.align-text-bottom { vertical-align: text-bottom !important; }
|
|
.align-text-top { vertical-align: text-top !important; }
|