aboutsummaryrefslogtreecommitdiff
path: root/less
AgeCommit message (Collapse)AuthorFilesLines
2014-07-06Fixes #13997: Move min-height for radio/checkbox to their inner labelMark Otto1-1/+1
2014-07-05Merge pull request #13920 from AndreiRailean/patch-1Mark Otto1-8/+2
assign background to row of .table-striped
2014-07-05Merge pull request #13923 from ilikeprograms/gray-base-variableMark Otto1-5/+6
Added @gray-base variable to make @gray-{shade} reference, also allows @...
2014-07-05Fixes #13967: Don't reset the cite element's font-styleMark Otto1-5/+0
2014-07-05Fixes #13953: Remove the progress bar min-width styles for low percentages ↵Mark Otto1-5/+0
to avoid jumping progress
2014-07-05Fixes #13943: Lighten the navbar inverse link color more since our text ↵Mark Otto1-1/+1
contrast change in v3.2.0
2014-07-05Merge pull request #13464 from nickcolley/#13325-navbar-right-firstMark Otto1-5/+5
Changed last-child to first-child to fix #13325
2014-07-03Remove superfluous cursor:pointerBas Bosman1-1/+0
2014-07-03Add touch-action: manipulate to buttonsBas Bosman2-0/+3
2014-07-03Fixes #12738 again: use max-device-width instead of max-width for ↵Mark Otto1-1/+1
.navbar-collapse height in landscape devices
2014-07-02typoMark Otto1-1/+1
2014-07-02Fixes #13989: Don't extend the input sizes; manually chain the selectorsMark Otto1-8/+4
2014-07-02merge in and resolve conflictsMark Otto2-8/+7
2014-07-01place feedback icon lower, only if it really needBoris Serdyuk1-4/+9
2014-06-26Change cursor from "default" to "not-allowed" if disabledThierry Goettelmann1-1/+1
2014-06-26Remove "pointer" cursor on disabled list-group-itemThierry Goettelmann1-1/+2
2014-06-25Merge branch 'master' of github.com:twbs/bootstrapMark Otto3-10/+12
Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css
2014-06-25fixes #13912: make radios/checkboxes work with inline forms againMark Otto1-1/+1
2014-06-25Fixed @gray-base value being once space shortThomas Coleman1-1/+1
2014-06-25Added @gray-base variable to make @gray-{shade} reference, also allows ↵Thomas Coleman1-5/+6
@gray-base to be modified with less#modifyVars and the vars to cascade
2014-06-25removing redundant background declarations on TDsAndrei Railean1-8/+1
2014-06-25assign background to row of .table-stripedAndrei Railean1-0/+1
if background is not set on row, striping doesn't work properly in responsive tables where row and cells are set to display: block.
2014-06-24Move variable declaration before its use for SassGleb Mazovetskiy1-8/+3
In Sass, variable must be declared before it is used. This also removes Miscellaneous section, because horizontal line color and form / list paddings are Typography.
2014-06-24Partly revert cb7eb674accd24b6b73f26ef23cf4a301b6ebfafHeinrich Fenkart1-0/+7
Fixes #13911
2014-06-23Merge pull request #13882 from thomaswelton/issue-13713-use-variable-smallMark Otto1-2/+2
Use @font-size-small variable to calculate <small> font-size
2014-06-23Fixes #13903: Restore side padding on .btn-blockMark Otto1-2/+0
2014-06-23Use @font-size-small variable to calculate <small> font-size fixes #13713 #13809Thomas Welton1-2/+2
2014-06-20Fixes #13872 more: add overrides for lg and sm input modifiersMark Otto1-14/+20
2014-06-19Fixes #13872: Always apply padding to .form-control-static for that vertical ↵Mark Otto1-6/+5
alignment
2014-06-19fixes #13881: restore existing striped progress bar behavior with theme stylesMark Otto1-0/+5
2014-06-19grunt distMark Otto1-0/+25
2014-06-19Use full deprecation versionBas Bosman3-4/+4
2014-06-18lol wordsMark Otto1-1/+1
2014-06-18rewrite striped and active to deprecate the parent selectors, change the docsMark Otto2-1/+11
2014-06-18Merge branch 'master' into new_striped_progress_bar_classMark Otto3-5/+7
2014-06-18Merge pull request #13859 from twbs/skew_youMark Otto1-3/+3
Change skew(x,y) to skewX skewY
2014-06-18fixes #13347: make striped progress bars its own classMark Otto1-1/+2
2014-06-18fixes #13346: add a variable for .dl-horizontal's offsetMark Otto2-2/+4
2014-06-18change skew(x,y) to skewX skewY because mdn told me soMark Otto1-3/+3
2014-06-18Merge pull request #13857 from twbs/list_group_smallMark Otto1-1/+3
List group headings and small/.small
2014-06-18Merge pull request #13851 from ahoereth/patch-1Mark Otto1-0/+1
Add white-space: nowrap; to .dropdown-header
2014-06-18fixes #13093: reset the background color and remove background image on ↵Mark Otto1-0/+6
disabled theme buttons
2014-06-18fixes #13020: proper color for small/.small in list group headingsMark Otto1-1/+3
2014-06-18fixes #13021: add .form-group-sm/-lgMark Otto1-0/+25
2014-06-18fixes #10073: add width: 100%; for ie10 and below to size svg.img-responsive ↵Mark Otto1-0/+1
correctly
2014-06-18Darken @gray-light to meet accessibility guidelinesRoss Allen1-1/+1
`@gray-light` darkens from #999 to #777, which puts `.text-muted` at the threshold for the 4.5:1 WCAG minimum contrast[1]. #777:#fff is 4.48:1. The “Example” headers in docs become #959595, which is contrast ratio 3:1, the minimum for larger text. Since the headers are less important than the surrounding text, 3:1 is fine and an improvement on the previous #bbb:#fff (1.92:1). Fixes issue #13847. [1] http://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-contrast.html
2014-06-18Add white-space: nowrap; to .dropdown-headerahoereth1-0/+1
Dropdowns adjust their width to the width of their containing a elements - which have no line breaks ([*](https://github.com/twbs/bootstrap/commit/f226463b057f945795661c3d19fbcabf63b931f7)). Consistent to this dropdown-headers also should be prevent to contain line breaks.
2014-06-18Fix dismissible spellingBas Bosman1-2/+3
2014-06-13min-content is standard, so no need to vendor prefix itChris Rebert1-1/+1
Also, makes little sense to say that Firefox sets a `-webkit`-prefixed value
2014-06-10Merge pull request #13351 from Cecchi/nested-kbdMark Otto1-0/+6
Add nested kbd element styles for actual keys or inputs