aboutsummaryrefslogtreecommitdiff
path: root/less
AgeCommit message (Collapse)AuthorFilesLines
2012-09-17fixes #5163: add new var for navbar collapse's default view, use that in ↵Mark Otto2-1/+2
responsive navbar css
2012-09-16Support for left-opening dropdown submenusRobert McLaws1-1/+34
Adds a new class called .dropdown-submenu-left. It is useful when you have a .pull-right DropDown that has submenus. Without this, the menu opens left past the page boundary, which can trigger the scrollbars and cause other nastiness.
2012-09-13fix active tab bg on non-white bodyAdrien Cahen1-1/+1
2012-09-12fixes #5107: make all .btn-group inline-block by default instead of just ↵Mark Otto1-4/+2
within a .btn-toolbar
2012-09-12use local var for a few other .box-shadow mixins to fix CSS not compilingMark Otto2-2/+4
2012-09-12add spaceMark Otto1-1/+1
2012-09-12revert the js evaluation in .box-shadow mixin, fix last mixin usages to ↵Mark Otto2-10/+8
escape if using >1 shadows
2012-09-12change up box-shadow mixin usage everywhere to use escaping again, or local ↵Mark Otto6-8/+8
var if necessary for further var evaluation
2012-09-12Updated pagination to support .pagination-large, .pagination-small, ↵Brian Campbell1-6/+48
.pagination-mini matching button sizes. Updated related docs.
2012-09-10fixes #5040 manually: remove overflow: auto; from .modal to resolve sporadic ↵Mark Otto1-1/+0
modal right padding issues with scrollbars
2012-09-10fixes #5064 manually: remove fancy quote markMark Otto1-1/+1
2012-09-10more tests and experimentsMark Otto2-3/+23
2012-09-08latest tweaks to grid classes for formsMark Otto4-8/+54
2012-09-07commenting out stuff and adding grid test pageMark Otto2-2/+95
2012-09-07Merge branch '2.1.2-wip' into box-sizing-exerciseMark Otto19-66/+147
Conflicts: docs/scaffolding.html docs/templates/pages/scaffolding.mustache
2012-09-07Merge branch 'dionysiosarvanitis-master' into 2.1.2-wipMark Otto1-0/+3
2012-09-07fixes #5020: submenu support in dropupMark Otto1-0/+14
2012-09-07fixes #5018: .btn-block in .modal-footer no longer has left marginMark Otto1-0/+4
2012-09-07fixes #5010: .pager span selector should be scoped to immediate children onlyMark Otto1-9/+10
2012-09-07remove offset margin in row-fluid mobile layoutDionysios G. Arvanitis1-0/+3
2012-09-07Modified the file to conform to bootstrap standards and fix an IE7 css ↵Giuliano Velli1-38/+39
selector issue Signed-off-by: Giuliano Velli <[email protected]>
2012-09-05fixes #4996: incorrect border radius on a tableMark Otto1-1/+1
2012-09-05Merge branch 'spantaleev-patch-1' into 2.1.2-wipMark Otto1-2/+0
2012-09-05version bump to get this startedMark Otto2-2/+2
2012-09-05Do not force white icons in active tab linksSlavi Pantaleev1-2/+0
Active `.nav-tabs` elements are not blue (like pills), so forcing a white icon there is not appropriate.
2012-09-04improve comments in image stylesMark Otto1-1/+4
2012-09-04fixes #4885: correct use of skew in .skew() mixin for FFMark Otto1-1/+1
2012-09-04fixes #4957: use input border var for select element instead of #dddMark Otto1-1/+1
2012-09-03fixes #4935: properly comment responsive image techniques and add CSS tests ↵Mark Otto2-2/+42
to support
2012-09-03fixes #4146: IE7-8 responsive image helperMark Otto1-0/+1
2012-09-03add comment to go with updated box-shadow mixinMark Otto1-0/+1
2012-09-03Merge pull request #4763 from Luis-TP/2.1.1-wipMark Otto8-25/+19
Improve .box-shadow mixin by utilizing regex function to no longer require escaping
2012-09-03fixes #4909: add color utility classes .text-warning, etc and document themMark Otto1-0/+14
2012-09-02fixes #4922: use basefontsize for realz on .leadMark Otto1-1/+1
2012-09-01fixes #4910: use @baseLineHeight * 1.5 for .lead font-sizeMark Otto1-1/+1
2012-08-31fixes #4824: scope table grid sizes to .table instead of tableMark Otto1-1/+1
2012-08-31fixes #4889: btn-link disabled stylesMark Otto1-1/+6
2012-08-29fixes #4828: make fluid grid inputs size the same as fixed grid inputsMark Otto1-1/+2
2012-08-29fixes #4819: manual fix of missing .control-label in responsive767 file, ↵Mark Otto1-18/+20
coupled with a remake
2012-08-28remake the box-size grid, nuke fluid grid docs, fix up examples, clean up ↵Mark Otto6-130/+32
form styles
2012-08-28fixes #4771: widen .form-horizontal labels and .dl-horizontal terms given ↵Mark Otto3-6/+11
larger font-size of 2.1.0
2012-08-27fixes #4729: only use margin-top on .help-block when it follows an input, ↵Mark Otto1-1/+8
select, textarea
2012-08-27fixes #4741: undo previous version's attempt at firefox gradient changes and ↵Mark Otto3-1/+103
add gradient tests
2012-08-27Merge branch '2.1.1-wip' of github.com:twitter/bootstrap into 2.1.1-wipMark Otto1-2/+3
2012-08-27fixes #4653: add hover states to stateful table rowsMark Otto1-5/+22
2012-08-27fix for open elements under modal when .modal-openJacob Thornton1-2/+3
2012-08-27Unescaped box-shadows to take advantage of new box-shadow mixinLuis Aleman6-11/+11
2012-08-27Do not need to write box-shadow in fullLuis Aleman2-6/+2
2012-08-27No longer need to write box-shadows in full when using lighten or other ↵Luis Aleman1-4/+1
functions
2012-08-27Changed box-shadow mixin to accept infinite, comma separated, shadowsLuis Aleman1-4/+5