| Age | Commit message (Collapse) | Author | Files | Lines |
|
iOS doesn't pick up the z-indexing properly on the dropdowns unless you
specify one for the parent navbar.
|
|
|
|
Conflicts:
dist/css/bootstrap-theme.min.css
dist/css/bootstrap.min.css
|
|
modifier class at all times
|
|
customizing (and no overriding to start, too)
|
|
New variable names were missing here and there.
|
|
* Extract color styles from .navbar { } and put them into
.navbar-default { }
* Change variable names
* Change the docs accordingly (i.e., add the .navbar-default class to
all default navbars)
* Change customizer accordingly
|
|
|
|
|
|
|
|
|
|
|
|
elements
|
|
|
|
more like active nav items
|
|
|
|
|
|
|
|
Grid classes have been changed to account for a fourth set of classes,
meaning we now have XS, S, M, and L options. Specifically, we made the
following changes:
* Renames `.col-` to `.col-xs-`
* Adds `.col-md-` for devices 992px wide and up
* Remaps `.col-lg-` for devices 1200px wide and up
Alongside that, we've updated our media queries to better handle
advanced grid layouts:
* All column classes now kick in when they hit a `min-width`, undoing
the #9128 fix in
https://github.com/twbs/bootstrap/commit/db45a60cc86190a060f0baf0b3961cb
c690f3a65
* All column offsets, pushes, and pulls are scoped to an appropriate
range, meaning a `min-width` and `max-width` (thanks for the idea,
@eratzlaff)
We've also modified the widths of our grid containers for the small
device grid (now a max 720px instead of 728px) and large device grid
(now a max 1140px instead of 1170px) to avoid horizontal scrollbar
problems in Firefox (likely due to box-sizing, which is why we didn't
see it in 2.x).
Similarly, we've updated the responsive ultility classes to match the
new four media query approach of the grid system. That means we've:
* Added new `.visible-xs` and `.hidden-xs` classes
* Reassigns visible and hidden classes for small, medium, and large to
matching grid system media queries
* Updates docs examples to match grid system and account for fourth
utility range
-----
Fixes the following:
* #9135: fourth grid tier
* #9302: undoes previous range change for small grid system, so no need
to update any docs here
* #8755: consistent grid and responsive utilities schemas)
* #9195, #9216, and #9227: no more horizontal scrollbars
|
|
|
|
navbar-nav var because that should really be customizable
|
|
|
|
|
|
|
|
(and refactor commenting styles)
|
|
|
|
|
|
Update tooltips to not use RGBa colors so IE8 can have tooltips, too
(means we're now using `opacity`).
|
|
Fixes #9128
|
|
Conflicts:
dist/css/bootstrap.min.css
|
|
saas786-3.0.0-wip
Conflicts:
customize.html
less/alerts.less
less/badges.less
less/button-groups.less
less/buttons.less
less/carousel.less
|
|
Added padding variable for alerts and changed customize.html
|
|
* Builds on the new button styles by requiring a `.btn-default` for the
regular, gray labels
* Updates components examples to show new stuff
|
|
(which doesn't exist anymore)
|
|
- Fixes #9113 (caret colors in dropdown buttons)
- Darken borders around buttons for contrast in button groups
|
|
Also relevant: http://www.youtube.com/watch?v=Ldyx3KHOFXw
|
|
|
|
- Add new mixin to generate and customize focus state as needed
- Adds variable to set default color
- Include clear disclaimer about customizing this—it's about users', so
don't go making everything bright red and expect them not to be
confused or alarmed.
Relevant issues: #2742, #4185, #7942, #8171, #8610, #9044
|
|
In class names:
* large => lg
* small => sm
* mini => xs ("Extra small")
In screen size categories:
* Tiny => Extra small
|
|
* Smaller padding on buttons and large buttons
* Same with inputs and large inputs
* Remove about 10px from height of large inputs/buttons and 4px from
regular ones
Fixes #8707 and #8700.
(Also relevant: #8711)
|
|
|
|
Moved alerts, badges, button groups, buttons, carousel, close to
variables.less and customize.html
|
|
* Drop progress bar text-shadow
* Reorganize popover and tooltip vars and fix complier error due to
missing `;`
* Run `grunt`
|
|
Moved pager, pagination, popovers, tooltip, progress bars & type
properties to variables.less
|
|
|
|
nav-customize.html
|
|
|
|
|
|
In this commit I moved modals.less inline properties to variables.less
and also added those variables to customize.html.
|
|
|