aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css
AgeCommit message (Collapse)AuthorFilesLines
2012-04-24fix #3202: add cursor to .accordion-toggleMark Otto1-0/+4
2012-04-23fix up buttons after recess property orderMark Otto1-0/+4
2012-04-23white bg on docs againMark Otto1-1/+1
2012-04-23remove background color from radios and checkboxes for IEsMark Otto2-1/+9
2012-04-18make bootstrap compile with Recess instead of LessJacob Thornton2-495/+1341
2012-04-18fix #3111, badge and label alignment with surrounding textMark Otto1-1/+1
2012-04-16lots of property orderingJacob Thornton1-79/+77
2012-04-16Merge branch '2.0.3-wip' of https://github.com/twitter/bootstrap into 2.0.3-wipJacob Thornton1-0/+2
2012-04-16a few property reordering thingsJacob Thornton2-30/+6
2012-04-15fix #2990: text wrapping in .uneditable-inputMark Otto1-0/+2
2012-04-14fix #2989: clear .checkbox/.radio floatsMark Otto1-0/+1
2012-04-14ditch the .navbar in the selectors since it's the same specificity level, ↵Mark Otto1-24/+24
and thus superfluous
2012-04-14Merge branch '2.0.3-wip-nav-collapse' of https://github.com/tierra/bootstrap ↵Mark Otto2-89/+110
into tierra-2.0.3-wip-nav-collapse Conflicts: docs/assets/bootstrap.zip
2012-04-14fix #3068: compile after changing commentMark Otto1-2/+0
2012-04-14fix #1823: styles of tabs within other tabs resolvedMark Otto1-23/+23
2012-04-14adding icon classes to finish off glyphicons 1.6 updateMark Otto1-0/+60
2012-04-14alt fix to #3029: change to single border-radii propertiesMark Otto1-9/+12
2012-04-14fix #3036: add bg color to inputsMark Otto1-0/+1
2012-04-10Fixed extra margin on Navbar buttons.Bryan Petty1-1/+1
2012-04-07add larger .input-* to block reset for responsive <767Mark Otto1-0/+3
2012-04-07fix conflicts, add docs example for two buttons on an appendMark Otto1-6/+12
2012-04-07fix left margin on .thumbnails for responsive <767Mark Otto1-2/+3
2012-04-07fix #2968 manually: add consolas to monospace font stackMark Otto1-1/+1
2012-04-05Changed .nav-collapse to clear both instead of left, and added compiled files.Bryan Petty2-88/+109
2012-04-02fix #2908: unfloat inputs using .span* in fluid rowMark Otto1-1/+5
2012-04-02fix #2913: get more specific with button group selectorsMark Otto1-15/+15
2012-04-01fix #2296: allow fluid thumbnailsMark Otto2-0/+6
2012-04-01fix #2572: streamline thumbnails css to allow for offsetsMark Otto2-8/+1
2012-04-01fix #2811: left and right aligned tabbable tabs fixes so that .tab-content ↵Mark Otto1-6/+1
grows to match parent's width
2012-03-31fix #2860: truncate .dl-horizontal terms and reset to stacked for <767px layoutsMark Otto2-0/+12
2012-03-31fix #2856: make inputs using .span* classes responsive at <767px layoutMark Otto1-2/+5
2012-03-31remove @shadow instances and replace with escaped values, update mixins to ↵Mark Otto2-27/+27
not use a default value at all
2012-03-31fix fluid grid selectors to remove > in selectorsMark Otto2-36/+69
2012-03-28fix #2846: Firefox required two clicks on selects to get to options dropdownMark Otto1-1/+1
2012-03-28fix #2829: redeclare .pull-right for navs since they get more specific floatsMark Otto1-0/+3
2012-03-25add position relative to .dropupMark Otto1-0/+1
2012-03-25change all anchor alert closes to buttonsMark Otto1-0/+7
2012-03-25remove > in fluid grid selectors, fix double padding issue on fluid layout ↵Mark Otto2-6/+9
and example
2012-03-25jankify the IE7 horizontal forms a bit more to account for no labels before ↵Mark Otto1-0/+3
.controls, per #2728
2012-03-25give IE7 inline-block behavior for input-prepend/appendMark Otto1-0/+4
2012-03-25remove padding on .search-query for IE7-8 since it doesn't pick up large ↵Mark Otto1-0/+4
border-radius
2012-03-25Remove black border on buttons in IE7:Mark Otto1-0/+39
1. Removed borders on .btn and increased line-height 2px to compensate 2. Set buttons to use the endColor of the gradient as the background-color by default for extra contrast between button and background 3. Set a 5% darker background-color on hover of buttons just for IE7
2012-03-25fix responsive navbarJacob Thornton2-2/+3
2012-03-25revert bart's mixin fixMark Otto1-15/+15
2012-03-25add navbarheight support to .brand and .nav links in navbarMark Otto1-1/+2
2012-03-25introduce .navbar-link to resolve issue with buttons in .navbar-textMark Otto1-0/+6
2012-03-25Overhaul the responsive utility classes:Mark Otto1-20/+11
1. Rename file from responsive-utility-classes.less to responsive-utilities.less 2. Add additional help text around the documentation for the classes in Scaffolding 3. Remove unnecessary display values on initial classes 4. Drop block values for inherit for better support on inline and table elements 5. Make use of \!important on every class to avoid classes with more specific selectors (e.g., .span* classes for the grid)
2012-03-25remove height: auto on images since it interferes with inline dimensionsMark Otto1-1/+8
2012-03-25Merge branch 'andreasbovens-master' into 2.0.3-wipMark Otto1-0/+2
2012-03-24Added -o- and -ms- prefixes to animations CSSAndreas Bovens1-0/+2
Added -o- and -ms- prefixes to make the animated progress bars to work in the latest/upcoming versions of IE and Opera.