Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/less
AgeCommit message (Collapse)Author
2012-06-29standardize top level file commentsMark Otto
2012-06-29address issues with fixed subnav like borders, corners, etcMark Otto
2012-06-29remove responsive subnav from docs and place in navbar-responsive.lessMark Otto
2012-06-28use variablef or wells background-color, update docs for glyphicons license ↵Mark Otto
mention, update popovers to remove that thick border and make them look mo betta
2012-06-26fix dropdowns in button groups after font-size hackMark Otto
2012-06-26reverse the gradient on striped progress bars so it matches the active state ↵Mark Otto
when animated
2012-06-26Merge pull request #3856 from Calvein/patch-1Mark Otto
Remove useless ms prefixes
2012-06-26use @textColor to change help-block/help-inline font colorMark Otto
2012-06-26reorder media queriesMark Otto
2012-06-26prevent button group buttons from wrapping in tight spaces by removing ↵Mark Otto
floats and replacing with font-size: 0; inline-block hack
2012-06-26remove jank fix for dt bold textMark Otto
2012-06-26add tests for table grid sizing, solve bugs in fluid table grid sizingMark Otto
2012-06-26#3223: make table row hover optional classMark Otto
2012-06-25make fixing of subnav work againMark Otto
2012-06-25remove subnav file, instead add an optional class for .navbarMark Otto
2012-06-25more subnav optimizationsMark Otto
2012-06-25tons of docs cleanup in css, adding subnav to official componentsMark Otto
2012-06-21create vars for responsive grid values, fixed and fluid, and document them ↵Mark Otto
in the customizer
2012-06-21Merge branch '2.1.0-wip' of https://github.com/marcusds/bootstrap into 2.1.0-wipMark Otto
2012-06-21Merge branch 'EngineerGio-patch-1' into 2.1.0-wipMark Otto
2012-06-21reorder for t-r-b-lMark Otto
2012-06-21Added border-radius mixins to set single corner radius and single side ↵EngineerGio
border radius
2012-06-20#3861: add span to pagination selectors for full support of non-link ↵Mark Otto
pagination items
2012-06-20remove unused container resetMark Otto
2012-06-20add separate vars for dropdown link hover and active statesMark Otto
2012-06-20add basic vertical button group supportMark Otto
2012-06-20#2764: add disabled styles to navs and dropdownsMark Otto
2012-06-20round select list cornersMark Otto
2012-06-20updated tests and homepage marketing copyMark Otto
2012-06-17Merge branch '2.1.0-wip' of github.com:twitter/bootstrap into 2.1.0-wipMark Otto
2012-06-17#3864: use @baseLineHeight in alerts.lessMark Otto
2012-06-16Corrected spelling errorRoss Laird
2012-06-15Remove useless ms prefixesFrançois Robichet
2012-06-14improve inline-block of append/prepend inputs with font-size: 0;Mark Otto
2012-06-11Merge remote-tracking branch 'upstream/2.1.0-wip' into 2.1.0-wipMarcus Schwab
2012-06-11Proper spacing between offsetsMarcus Schwab
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-11rewrite alerts and progress bars sectionsMark Otto
2012-06-08ajgon's fluid offsets working with first-childMarcus Schwab
2012-06-08Added offsets for .row-fluidIgor Rzegocki
2012-06-05#3684: reset width to auto for input type='image'Mark Otto
2012-06-04Merge branch 'wachunga-2.0.4-wip' into 2.1.0-wipMark Otto
2012-06-04Merge branch '2.0.4-wip' of https://github.com/wachunga/bootstrap into ↵Mark Otto
wachunga-2.0.4-wip
2012-06-04fix #3693: rounded corners on search formMark Otto
2012-06-04fix placeholder for FF by attaching input and textarea when we call the mixinMark Otto
2012-06-03fix cut off iconsMark Otto
2012-06-03Merge branch 'accessibility' into 2.1.0-wipJacob Thornton
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 Thornton
2012-05-29fix broken css tests, add fluid input-prepend/-append to tests, fix ↵Mark Otto
input-prepend/append for responsive for both fluid and fixed sizing
2012-05-29Merge branch 'raymccoy-no-filters' into 2.0.4-wipMark Otto
2012-05-28scope float right dropdown menus to immediate childrenMark Otto