| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-10-22 | Merge pull request #11208 from ZDroid/codestyle_fix | Chris Rebert | 1 | -1/+1 | |
| Put a space before `{` due to code style | |||||
| 2013-10-22 | Put a space before { due to code style | Zlatan Vasović | 1 | -1/+1 | |
| 2013-10-22 | variable way to set @caret-width-base | Rogério Yokomizo | 1 | -1/+1 | |
| 2013-10-21 | Adjust in modal size rules | LFeh | 2 | -10/+9 | |
| 2013-10-21 | Change upper case to lower case | Zlatan Vasović | 1 | -1/+1 | |
| 2013-10-21 | Fixes #10601: Use overflow-y: auto; for navbar collapse instead of visible ↵ | Mark Otto | 1 | -1/+1 | |
| to better enable scrolling on Android 4.x | |||||
| 2013-10-20 | Merge pull request #10893 from Shaun-Dychko/patch--webkit-linear-gradient | Mark Otto | 1 | -1/+1 | |
| remove comma separating the color and the color-stop in -webkit-linear-gradient in the #gradient .vertical mixin. | |||||
| 2013-10-20 | more spacing | Mark Otto | 1 | -0/+1 | |
| 2013-10-20 | Merge branch 'master' into pr/10656 | Mark Otto | 29 | -466/+304 | |
| Conflicts: dist/css/bootstrap.min.css | |||||
| 2013-10-20 | spacing | Mark Otto | 1 | -0/+3 | |
| 2013-10-20 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 1 | -2/+4 | |
| 2013-10-20 | Fixes #10620: remove gradient on buttons for IE9 in theme.less due to bleed ↵ | Mark Otto | 1 | -0/+1 | |
| through with rounded corners | |||||
| 2013-10-20 | Remove default z-index on navbar and only set on static and fixed variants | Mark Otto | 1 | -2/+2 | |
| 2013-10-20 | Fixes #10433: Navbar z-index refactor | Mark Otto | 1 | -1/+3 | |
| * Resets the default navbar z-index to auto at a certain breakpoint * Adds fixed navbar z-index var to fixed bottom navbar (previously only on fixed top navbar) | |||||
| 2013-10-20 | fixes #11139: add position: relative; to .modal-dialog so that z-index takes ↵ | Mark Otto | 1 | -0/+1 | |
| effect | |||||
| 2013-10-20 | Merge branch 'master' of https://github.com/jeonghwan-kim/bootstrap into ↵ | Mark Otto | 1 | -1/+2 | |
| jeonghwan-kim-master Conflicts: dist/css/bootstrap.min.css | |||||
| 2013-10-20 | Fixes #10522: Enable use of form validation class on .radio, .checkbox, ↵ | Mark Otto | 1 | -1/+5 | |
| .radio-inline, and .checkbox-inline | |||||
| 2013-10-20 | fixes #11126: remove box-shadow from open dropdown toggle with .btn-link | Mark Otto | 1 | -0/+5 | |
| 2013-10-20 | Merge branch 'master' into carousel_indicators_ie | Mark Otto | 1 | -1/+0 | |
| Conflicts: dist/css/bootstrap.min.css | |||||
| 2013-10-20 | fixes #11151: remove unused h5bp class from print CSS | Mark Otto | 1 | -1/+0 | |
| 2013-10-20 | Fixes #10903 and #10457: IE8-9 don't support events on elements without ↵ | Mark Otto | 1 | -0/+11 | |
| background-color, so we have to hack it | |||||
| 2013-10-18 | Options of sizes added in modal | LFeh | 2 | -0/+11 | |
| 2013-10-17 | FIx invalid element selector | Zlatan Vasović | 1 | -1/+1 | |
| `kbd` (keyboard) is right, not `kdb`. :P | |||||
| 2013-10-16 | Active state overrides contextual list-item styles | Max Edmands | 1 | -2/+2 | |
| 2013-10-16 | Adding contextual styles to list-items | Aaron Borden | 2 | -0/+20 | |
| 2013-10-16 | Fixes issue #11122 -- navbar-fixed-bottom border | jeonghwan | 1 | -1/+2 | |
| Enable border-top in .navbar-fixed-bottom | |||||
| 2013-10-15 | Customizable backdrop opacity | Geremia Taglialatela | 2 | -1/+2 | |
| 2013-10-15 | Ditch `&`, as `+ ...` is enought | Zlatan Vasović | 1 | -1/+1 | |
| 2013-10-14 | fix #10952 | Chris Rebert | 1 | -1/+1 | |
| 2013-10-14 | extended hover state of linked versions of .thumbnail | Rogério Yokomizo | 1 | -1/+2 | |
| 2013-10-14 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 1 | -2/+2 | |
| Conflicts: dist/css/bootstrap.min.css | |||||
| 2013-10-14 | unnest the list-group-item link variation for #11085 and #11088 | Mark Otto | 1 | -12/+12 | |
| 2013-10-14 | Merge pull request #11084 from ZDroid/variable_way | Mark Otto | 1 | -1/+1 | |
| Unhardcode .table-responsive bottom margin | |||||
| 2013-10-14 | fix .table-responsive media query; refs #11067 | Chris Rebert | 1 | -1/+1 | |
| 2013-10-14 | Unhardcode .table-responsive bottom margin | Zlatan Vasović | 1 | -1/+1 | |
| 2013-10-14 | Nuke trailing zeros | Zlatan Vasović | 1 | -2/+2 | |
| 2013-10-13 | no trailing decimal place | Mark Otto | 1 | -1/+1 | |
| 2013-10-13 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 2 | -2/+2 | |
| 2013-10-13 | Merge pull request #10949 from StevenBlack/jumbotron.fontsize | Mark Otto | 2 | -2/+2 | |
| Jumbotron: remove the hard-coded font-size from jumbotron.less and moved... | |||||
| 2013-10-13 | scope top padding of .form-control-static to be within horizontal forms ↵ | Mark Otto | 1 | -1/+4 | |
| only; fixes #10927 | |||||
| 2013-10-13 | move .hidden to utilities; fixes #10997 | Mark Otto | 2 | -10/+10 | |
| 2013-10-13 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 1 | -1/+1 | |
| 2013-10-13 | fix #10257 | Mark Otto | 1 | -0/+2 | |
| 2013-10-13 | Merge pull request #10955 from ZDroid/patch-1 | Mark Otto | 1 | -1/+1 | |
| Insert comma to fix validation warning | |||||
| 2013-10-13 | Merge branch 'master' into restore_grid_mixins | Mark Otto | 1 | -6/+2 | |
| Conflicts: dist/css/bootstrap.min.css | |||||
| 2013-10-13 | comment and spacing | Mark Otto | 1 | -1/+2 | |
| 2013-10-13 | drop .tabbable since it's unused and undocumented /cc #10102 | Mark Otto | 1 | -5/+0 | |
| 2013-10-13 | Merge branch 'master' into restore_grid_mixins | Mark Otto | 3 | -13/+16 | |
| Conflicts: dist/css/bootstrap.min.css | |||||
| 2013-10-13 | remove undocumented and unsupported .pill-content and .pill-pane /cc #10102 | Mark Otto | 1 | -7/+5 | |
| 2013-10-12 | Merge pull request #11059 from ZDroid/patch-5 | Mark Otto | 1 | -5/+10 | |
| Add more functionality to .small to match <small> | |||||
