aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/bootstrap.css
AgeCommit message (Collapse)AuthorFilesLines
2012-06-28address issues with fixed subnav like borders, corners, etcMark Otto1-9/+13
2012-06-28remove responsive subnav from docs and place in navbar-responsive.lessMark Otto1-7/+44
2012-06-28use variablef or wells background-color, update docs for glyphicons license ↵Mark Otto1-73/+145
mention, update popovers to remove that thick border and make them look mo betta
2012-06-25fix dropdowns in button groups after font-size hackMark Otto1-1/+5
2012-06-25reverse the gradient on striped progress bars so it matches the active state ↵Mark Otto1-60/+27
when animated
2012-06-25use @textColor to change help-block/help-inline font colorMark Otto1-1/+1
2012-06-25prevent button group buttons from wrapping in tight spaces by removing ↵Mark Otto1-12/+12
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 Otto1-0/+7
2012-06-25#3223: make table row hover optional classMark Otto1-2/+2
2012-06-24remove subnav file, instead add an optional class for .navbarMark Otto1-103/+29
2012-06-24more subnav optimizationsMark Otto1-31/+38
2012-06-24tons of docs cleanup in css, adding subnav to official componentsMark Otto1-15/+126
2012-06-20create vars for responsive grid values, fixed and fluid, and document them ↵Mark Otto1-1/+3
in the customizer
2012-06-20Merge branch 'marcusds-2.1.0-wip' into 2.1.0-wipMark Otto1-0/+120
2012-06-20add docs for fluid offsettingMark Otto1-0/+120
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 Otto1-1/+6
2012-06-19add basic vertical button group supportMark Otto1-0/+42
2012-06-19#2764: add disabled styles to navs and dropdownsMark Otto1-0/+21
2012-06-19round select list cornersMark Otto1-3/+3
2012-06-14improve inline-block of append/prepend inputs with font-size: 0;Mark Otto1-0/+3
2012-06-10rewrite alerts and progress bars sectionsMark Otto1-4/+0
2012-06-04#3684: reset width to auto for input type='image'Mark Otto1-0/+1
2012-06-04Merge branch 'wachunga-2.0.4-wip' into 2.1.0-wipMark Otto1-16/+16
2012-06-04Merge branch '2.0.4-wip' of https://github.com/wachunga/bootstrap into ↵Mark Otto1-20/+20
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-3/+6
2012-06-02fix cut off iconsMark Otto1-0/+2
2012-06-02Merge branch 'accessibility' into 2.1.0-wipJacob Thornton1-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 Thornton1-1/+1
2012-05-31rebuild and fix testJacob Thornton1-4/+4
2012-05-28fix broken css tests, add fluid input-prepend/-append to tests, fix ↵Mark Otto1-0/+9
input-prepend/append for responsive for both fluid and fixed sizing
2012-05-28remake after merging IE7/8 bugfix for animationsMark Otto1-2/+0
2012-05-28scope float right dropdown menus to immediate childrenMark Otto1-1/+1
2012-05-27fixes .placeholder to work as a "grouped selector"Corey Innis1-0/+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/+4
2012-05-24recompile after adding ms-placeholderMark Otto1-0/+4
2012-05-23remove redeclared font styles from <p> and rebuildMark Otto1-3/+0
2012-05-23fix field state mixinMark Otto1-0/+12
2012-05-17fix resizing issues from incorrectly changing <767px grid classes to ↵Mark Otto1-0/+4
inline-block, fix height issue on textareas
2012-05-17abandon activedescendant because it was awfulJacob Thornton1-8/+3
2012-05-17nearly everything working with activedescendant... then decide it's wrong.Jacob Thornton1-3/+18
2012-05-16add proper role to dialog markup and cleanup modal loggingJacob Thornton1-4/+4
2012-05-15remake again after pullMark Otto1-24/+35
2012-05-15finish fixing uneditable-input and remakeMark Otto1-2/+4
2012-05-15correct regressions against 2.0.3Mark Otto1-0/+28
2012-05-14add forms test page for all html5 input types and refactor selectorsMark Otto1-89/+40