aboutsummaryrefslogtreecommitdiff
path: root/less
AgeCommit message (Collapse)AuthorFilesLines
2012-06-25Merge pull request #3856 from Calvein/patch-1Mark Otto1-13/+3
Remove useless ms prefixes
2012-06-25use @textColor to change help-block/help-inline font colorMark Otto1-1/+1
2012-06-25reorder media queriesMark Otto3-81/+81
2012-06-25prevent button group buttons from wrapping in tight spaces by removing ↵Mark Otto2-2/+41
floats and replacing with font-size: 0; inline-block hack
2012-06-25remove jank fix for dt bold textMark Otto1-1/+0
2012-06-25add tests for table grid sizing, solve bugs in fluid table grid sizingMark Otto2-1/+76
2012-06-25#3223: make table row hover optional classMark Otto1-1/+1
2012-06-24make fixing of subnav work againMark Otto1-5/+6
2012-06-24remove subnav file, instead add an optional class for .navbarMark Otto4-105/+76
2012-06-24more subnav optimizationsMark Otto5-44/+41
2012-06-24tons of docs cleanup in css, adding subnav to official componentsMark Otto6-4/+111
2012-06-20create vars for responsive grid values, fixed and fluid, and document them ↵Mark Otto4-10/+30
in the customizer
2012-06-20Merge branch '2.1.0-wip' of https://github.com/marcusds/bootstrap into 2.1.0-wipMark Otto1-1/+19
2012-06-20Merge branch 'EngineerGio-patch-1' into 2.1.0-wipMark Otto1-0/+40
2012-06-20reorder for t-r-b-lMark Otto1-14/+14
2012-06-21Added border-radius mixins to set single corner radius and single side ↵EngineerGio1-0/+40
border radius
2012-06-19#3861: add span to pagination selectors for full support of non-link ↵Mark Otto1-5/+10
pagination items
2012-06-19remove unused container resetMark Otto1-3/+1
2012-06-19add separate vars for dropdown link hover and active statesMark Otto2-5/+17
2012-06-19add basic vertical button group supportMark Otto1-0/+30
2012-06-19#2764: add disabled styles to navs and dropdownsMark Otto2-0/+30
2012-06-19round select list cornersMark Otto1-1/+1
2012-06-19updated tests and homepage marketing copyMark Otto1-5/+16
2012-06-17Merge branch '2.1.0-wip' of github.com:twitter/bootstrap into 2.1.0-wipMark Otto1-2/+2
2012-06-17#3864: use @baseLineHeight in alerts.lessMark Otto1-1/+1
2012-06-15Corrected spelling errorRoss Laird1-2/+2
2012-06-15Remove useless ms prefixesFrançois Robichet1-13/+3
2012-06-14improve inline-block of append/prepend inputs with font-size: 0;Mark Otto1-0/+3
2012-06-14fix responsive height of imagealienlebarge1-0/+1
2012-06-11Merge remote-tracking branch 'upstream/2.1.0-wip' into 2.1.0-wipMarcus Schwab1-4/+1
2012-06-11Proper spacing between offsetsMarcus Schwab1-3/+9
row-fluids don't have the same negative margin-left as rows. This was throwing everything off. So added a different rule for first-child and subsequent "spans".
2012-06-10rewrite alerts and progress bars sectionsMark Otto1-4/+1
2012-06-07ajgon's fluid offsets working with first-childMarcus Schwab1-1/+1
2012-06-07Added offsets for .row-fluidIgor Rzegocki1-1/+13
2012-06-04#3684: reset width to auto for input type='image'Mark Otto1-1/+2
2012-06-04Merge branch 'wachunga-2.0.4-wip' into 2.1.0-wipMark Otto1-3/+3
2012-06-04Merge branch '2.0.4-wip' of https://github.com/wachunga/bootstrap into ↵Mark Otto1-3/+3
wachunga-2.0.4-wip
2012-06-04fix #3693: rounded corners on search formMark Otto1-1/+1
2012-06-04fix placeholder for FF by attaching input and textarea when we call the mixinMark Otto1-1/+4
2012-06-02fix cut off iconsMark Otto1-2/+2
2012-06-02Merge branch 'accessibility' into 2.1.0-wipJacob Thornton2-2/+12
Conflicts: docs/assets/js/bootstrap.min.js docs/javascript.html docs/templates/pages/javascript.mustache
2012-06-012.0.3 -> 2.0.4v2.0.4Jacob Thornton2-2/+2
2012-05-28fix broken css tests, add fluid input-prepend/-append to tests, fix ↵Mark Otto3-28/+56
input-prepend/append for responsive for both fluid and fixed sizing
2012-05-28Merge branch 'raymccoy-no-filters' into 2.0.4-wipMark Otto1-3/+3
2012-05-28scope float right dropdown menus to immediate childrenMark Otto1-1/+1
2012-05-27fixes .placeholder to work as a "grouped selector"Corey Innis2-10/+4
adding the `&` combinator to `.placeholder` makes it work for the global case (in forms.less) as well as within `.navbar-search .search-query` the result can be seen in the generated bootstrap.css, which include the -ms vendor extension.
2012-05-25remove color from labelsMark Otto1-1/+0
2012-05-24make bootstrap like google maps a bit moreMark Otto1-0/+5
2012-05-24Merge branch 'ademaro-patch-1' into 2.0.4-wipMark Otto1-0/+3
2012-05-24ie support placeholder color ↵Ademaro1-0/+3
(http://msdn.microsoft.com/en-us/library/ie/hh772745(v=vs.85).aspx)