aboutsummaryrefslogtreecommitdiff
path: root/less
AgeCommit message (Collapse)AuthorFilesLines
2015-06-19remove less dirMark Otto1-18/+0
2015-06-18Merge branch 'master' into v4Mark Otto1-0/+18
2015-06-16Fix hover border covering active in paginationKevin Kirsche1-2/+2
Fix #16646
2015-06-16bump versionMark Otto2-2/+2
2015-06-10Fix asymmetry between dropup and dropdown carets.Simon Pai1-1/+2
2015-06-01Merge pull request #16567 from justincron/masterChris Rebert1-1/+1
Fixed typo in hide-text.less [skip sauce] [skip validator]
2015-06-01Fixed typoJustin Cron1-1/+1
2015-05-16Remove grunt-banner completely.XhmikosR1-0/+5
Add a license header in theme instead.
2015-05-14[Close #16482] Add border-radius to theme's navbar-inverseKevin Kirsche1-1/+1
[Close #16482] Add border-radius to theme's navbar-inverse
2015-05-14Merge pull request #16472 from twbs/fixes_16346Mark Otto1-1/+5
Tweak temporal inputs
2015-05-14Redo jumbotron paddingMark Otto1-2/+4
- In general, there are very few instances that would require a jumbotron without a parent or child container. - Right now we account for that behavior though with some horizontal padding on the .jumbotron class. - This removes that horizontal padding as it narrows our grid classes unnecessarily and accounts for a super small use case. - It also improves consistency across breakpoints, in that padding isn't being added and removed. - In doing so, I also removed the shorthand padding property and went with the specific ones (because yay specificity).
2015-05-14add comment, remove week typeMark Otto1-1/+2
2015-05-13Group inverted navbar vars under a subheadingChris Rebert1-1/+1
[skip sauce] [skip validator]
2015-05-13Use vanilla comment since this isn't a description of @btn-border-radius-baseChris Rebert1-1/+1
2015-05-13scope temporal changes to .form-control class, add week input to bootMark Otto1-1/+4
2015-05-13Merge pull request #16215 from zacechola/list_group_buttonsMark Otto2-4/+11
Adds button styles to `.list-group-item`
2015-05-13Merge branch 'btn-borders' of https://github.com/martinbean/bootstrap into ↵Mark Otto3-6/+11
martinbean-btn-borders
2015-05-13Merge pull request #16405 from rlindner81/Fix16371Mark Otto1-1/+1
Fixes Issue #16371 Carousel control is vertically off center
2015-05-13Merge pull request #16462 from kkirsche/patch-12Mark Otto2-3/+4
[Closes #16460] Fix .pagination-sm line height
2015-05-13[Closes #16460] Fix .pagination-sm line heightKevin Kirsche2-3/+4
[Closes #16460] Fix .pagination-sm line height by adding `@line-height-small` to `.pagingation-sm`.
2015-05-11[Closes #16447] Concat. license to bootstrap.lessKevin Kirsche1-0/+6
[Closes #16447] Concat. license to bootstrap.less
2015-05-02Fixes Issue #16371 Carousel control is vertically off center for small screensRichard Lindner1-1/+1
2015-04-28Merge branch 'master' of https://github.com/twbs/bootstrap into ↵Zac Echola19-50/+85
list_group_buttons
2015-04-28dropdowns.less: Add space before IE8 workaround.XhmikosR1-1/+1
This in turn works around an issue with clean-css (fixed in 3.2.6). So this basically is just a consistency change.
2015-04-26Add @btn-border-radius variables (#16271)Martin Bean3-6/+11
2015-04-25Remove inaccurate commentMark Otto1-1/+0
2015-04-25Merge pull request #16280 from arxene/issue-16270Mark Otto1-1/+1
Fixes #16270.
2015-04-25Merge pull request #16333 from pine3ree/patch-2Mark Otto1-2/+4
form-group size + form-control-feedback
2015-04-25Merge pull request #16351 from thomasphorton/gutterRoundingMark Otto3-5/+5
Round results from gutter division to prevent decimal margins and padding
2015-04-24Fix collapsing .img-thumbnail due to display: table-cell clashing with max-widthThomas P. Horton1-0/+5
2015-04-23Round results from gutter division to prevent decimal margins and paddingThomas P. Horton3-5/+5
2015-04-22form-group size + form-control-feedbackmaks feltrin1-2/+4
automatically feedback icon sizing inside a larger|smaller form-group.
2015-04-21Merge pull request #16258 from twbs/fix-16172Chris Rebert1-0/+1
Use CSS hack to fix IE8 .caret regression
2015-04-21https://github.com/necolas/normalize.css/pull/379 was rejectedChris Rebert1-2/+1
Refs #15947
2015-04-13Merge pull request #16279 from twbs/fix-16276Chris Rebert1-0/+1
Make .btn in .btn-toolbar float:left too
2015-04-13Fixes #16270.Ray McMahan1-1/+1
Badges now appeared vertically centered next to text. Previously, badges appeared to be somewhat lower than tall text such as h1's next to it.
2015-04-12Merge pull request #16256 from twbs/fix-16247Chris Rebert1-1/+1
Add px unit to perspective property value
2015-04-12Merge pull request #16086 from twbs/fix-15925Chris Rebert4-13/+27
Reset text/font properties more thoroughly for tooltips+popovers
2015-04-12Make .btn in .btn-toolbar float:left too; fixes #16276Chris Rebert1-0/+1
[skip sauce] [skip validator]
2015-04-08rm defunct workaround for OS X Chrome <select> printing bugChris Rebert1-6/+0
Chrome fixed the bug several versions ago (see https://github.com/twbs/bootstrap/issues/11245#issuecomment-57494756 ) thus rendering this workaround unnecessary. [skip sauce]
2015-04-08Reset text/font properties more thoroughly for tooltips+popovers; fixes #15925Chris Rebert4-13/+27
[skip sauce]
2015-04-08hoist text-decoration reset up from .tooltip-inner to .tooltipChris Rebert1-1/+1
2015-04-08tooltip: line-height: 1.4 => @line-height-baseChris Rebert1-1/+1
2015-04-07Use CSS hack to fix IE8 .caret regression introduced by #15697; fixes #16172Chris Rebert1-0/+1
[skip sauce] [skip validator]
2015-04-07add px unit to perspective property value; fixes #16247Chris Rebert1-1/+1
[skip sauce] [skip validator]
2015-04-05Merge pull request #15978 from sqal/fix_pagination_border_on_hoverMark Otto1-0/+1
[Fixes #15976] Fix pagination link cut off border on hover
2015-04-05property orderMark Otto1-1/+1
2015-04-05Merge pull request #15945 from kkirsche/patch-9Mark Otto1-0/+1
[Fixes #15944] Add Z-Index to avoid border overlapping
2015-04-04Merge pull request #16234 from twbs/normalize_303Mark Otto1-11/+8
Normalize v3.0.3
2015-04-04Merge branch 'master' into fix_15830Mark Otto3-13/+54
Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css