aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-03-26remove .navbar-inner from starter templateMark Otto1-16/+14
2013-03-26Merge branch '3.0.0-wip' of https://github.com/psylabs/bootstrap into ↵Mark Otto4-10/+10
psylabs-3.0.0-wip Conflicts: less/tests/navbar-fixed-top.html less/tests/navbar-static-top.html less/tests/navbar.html
2013-03-26Merge branch '3.0.0-wip' of https://github.com/psylabs/bootstrap into ↵Mark Otto5-11/+11
psylabs-3.0.0-wip Conflicts: less/tests/navbar-fixed-top.html less/tests/navbar-static-top.html less/tests/navbar.html
2013-03-25Fixed the navbar toggle in example templates by changing all the ".btn ↵mo4-5/+5
.btn-navbar" to ".navbar-toggle"
2013-03-25Fixed the navbar toggle in example templates by changing all the ".btn ↵mo7-8/+8
.btn-navbar" to ".navbar-toggle"
2013-03-25Fixed all the .brand in navbar to .navbar-brandmo4-5/+5
2013-03-25Fixed all the .brand in navbar to .navbar-brandmo5-7/+7
2013-03-23Give horizontal-three-colors a horizontal filter gradientThomas McDonald1-1/+1
Previously the filter had GradientType=0, which would render a vertical gradient rather than the horizontal one implied by name
2013-03-17color border in table contextual classesMark Otto2-0/+12
2013-03-17Remove `text-rendering`Simon Boudrias1-1/+0
2013-03-17Fixes #7297: add support for .success, .error, and .warning on td and th ↵Mark Otto2-0/+24
elements in tables
2013-03-17incorporate print utilities classes into responsive docs; rejigger some contentMark Otto1-2/+26
2013-03-17Merge branch 'jfroom-2.3.1-jfroom-wip' into 3.0.0-wipMark Otto1-5/+5
2013-03-17update readme to resolve conflictMark Otto1-5/+5
2013-03-17Remove all #font mixins; replace single instance of its use in Bootstrap ↵Mark Otto2-36/+1
with the @font-family-monospace variable
2013-03-17Exploring rems as font-size unitMark Otto5-62/+64
* Added a new mixin to calculate rems and pixels for IE fallback * Updated the body, p, and .lead elements to use the new .font-size() mixin * New mixin has default value of 14px or 1.4rem * Still needs exploration, and change this means lots of work rejiggering margins and line-heights * Related, started to reorganize the mixins a bit to call out mixins that are used by the framework and not utilities or snippets
2013-03-17mixin, not copypastaMark Otto1-3/+1
2013-03-16convert to preboot's retina mixinMark Otto1-21/+14
2013-03-16Merge branch '3.0.0-wip' of https://github.com/dannykeane/bootstrap into ↵Mark Otto1-0/+26
dannykeane-3.0.0-wip
2013-03-16fixes #7140: hide navbar toggle in printMark Otto2-0/+8
2013-03-16Fixes #7150: colorize links in alertsMark Otto2-0/+42
2013-03-16commentMark Otto1-1/+1
2013-03-16Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipMark Otto1-0/+1
2013-03-16Merge pull request #7258 from acconrad/patch-1Mark Otto1-0/+1
Update buttons.less to disable btn pointer events
2013-03-16typoMark Otto1-1/+1
2013-03-16Fix vertical button groupsMark Otto2-0/+2
2013-03-16Use form elements in checkbox and radio button groupsMark Otto4-26/+88
* Uses .btn on label elements with nested checkbox and radio controls within * Updated examples to reflect change in HTML and CSS * Had to add .active all buttons for proper state highlighting (mimicing the :active pseudo state) * Still needs JavaScript plugin updated by @fat
2013-03-16remove inner shadow from .highlightMark Otto1-1/+0
2013-03-16update pygments highlighting with customizations from prebootMark Otto1-2/+6
2013-03-15Overhaul the grid system and its docsMark Otto5-77/+248
* Add new grid mixins adapted from Preboot (http://github.com/mdo/preboot) * Drop the @grid-row-width and @grid-column-width variables * Add the @grid-float-breakpoint variable, as used in Preboot * Add support for .push* and .pull* classes for column ordering manipulation * Document all the things
2013-03-15begin to rewrite the grid docsMark Otto1-8/+23
2013-03-15getting started as navbar link labelMark Otto1-1/+1
2013-03-14Use translucent box shadow on hr elements; colorize hr elements within alert ↵Mark Otto3-22/+78
components
2013-03-15Fix dropdown (and therefore typeahead) wrappickypg1-1/+1
I have recently been experimenting with a lot of Typeahead controls, and I ran into a situation where my Typeahead was too wide for my screen, particularly on mobile devices, and it was not wrapping as I had expected it to do. http://jsfiddle.net/Mtxkn/3/ Changing the CSS for `.dropdown-menu > li > a` to `white-space: normal` causes it to wrap in every scenario that I have seen, whereas leaving it as `nowrap` never does what I want when the text is too long for a given row. It's possible that this has ramifications for other dropdown menus, but honestly I expect that even those would prefer to wrap than to extend the screen horizontally.  If that is not the case, then it would work to change the typeahead version of this only: ```css .typeahead > li > a {     white-space: normal; } ```
2013-03-14fix derpy linenos in pygments for thumbnails componentMark Otto2-3/+2
2013-03-14Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipMark Otto1-11/+12
2013-03-14Merge pull request #7287 from waynn/patch-1Mark Otto1-1/+1
fix pluralization since "a" is in front for issue #6342
2013-03-14unfuck misaligned main containerMark Otto2-5/+4
2013-03-14Merge pull request #7285 from stilliard/patch-1Mark Otto1-11/+12
Additional heading font-size classes
2013-03-14more readme copyMark Otto1-1/+1
2013-03-14readme copyMark Otto1-1/+1
2013-03-14start listing other bootstrap powered starter doodads in the readmeMark Otto1-2/+9
2013-03-15Additional heading font-size classesAndrew Stilliard1-11/+12
This relates to changes in issue #7284
2013-03-14underp license maybeMark Otto2-1/+1
2013-03-14herp derp, spelling boobooMark Otto1-1/+1
2013-03-14Rename license to license.md; point readme to it via linkMark Otto2-13/+4
2013-03-14fix example navbar brandMark Otto1-1/+1
2013-03-14use the proper selectorMark Otto1-1/+1
2013-03-14modify copyMark Otto1-5/+5
2013-03-14Merge branch '3.0.0-wip' of https://github.com/addyosmani/bootstrap into ↵Mark Otto1-0/+5
addyosmani-3.0.0-wip