aboutsummaryrefslogtreecommitdiff
path: root/less
AgeCommit message (Collapse)AuthorFilesLines
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-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
2014-06-10Merge pull request #13671 from 04818419/text-transformationMark Otto1-0/+5
text transformation added
2014-06-10Merge pull request #13687 from smmoosavi/patch-1Mark Otto1-0/+4
Color Contrast for panel heading
2014-06-10New text align class, .text-nowrap, for preventing text from breaking to new ↵Mark Otto1-0/+1
lines. Applies it to the grid docs table.
2014-06-10Fixes #13548: Use position: absolute; to fix checkbox and radio line-height ↵Mark Otto1-1/+4
problems that were introduced after #13003
2014-06-10hidden and autoMark Otto1-2/+2
2014-06-10fixes 13609 - Modal is shifting left just before the hiding animationfat1-2/+5
2014-06-10Fix gutter variableBas Bosman1-2/+2
2014-06-10Merge branch 'master' of github.com:twbs/bootstrapMark Otto1-1/+1
2014-06-10Fixes #13616: Add custom gutter support to containersMark Otto1-1/+1
2014-06-10Merge pull request #13670 from nadangergeo/masterMark Otto1-1/+1
Table-responsive: changed overflow-x to auto to hide scrollbar when it's not overflown, fixes #13669.
2014-06-08Addresses part of #13643: Correct webkit-linear-gradient syntax in ↵Mark Otto1-1/+1
horizontal gradients
2014-06-08remove max-width: 100%; from table and place it on .tableMark Otto1-0/+1
2014-06-08Merge pull request #13707 from bcullman/bcullman-remove-table-max-widthMark Otto1-1/+0
removing unnecessary max-width on tables
2014-06-08Merge pull request #13738 from thomaswelton/issue-13737-fix-ie11-rem-sizingMark Otto1-1/+1
Use px for font-size fixes #13737
2014-06-08fixes #13375Mark Otto1-1/+2
2014-06-08Merge branch 'master' into pr/13736Mark Otto6-12/+30
Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css
2014-06-08Merge pull request #13735 from skhilko/masterMark Otto1-1/+1
Fix bug where a panel recieve extra top border when placed within a collapsible panel
2014-06-08gruntMark Otto4-6/+24
2014-06-08Merge pull request #13649 from ItsJonQ/repaint-fixes-2Mark Otto3-2/+4
Repaint Fixes When Scrolling
2014-06-06set not-allowed cursor on disabled radio+checkbox labels; fixes #13281Chris Rebert1-4/+20
[skip validator] [skip sauce]