sort by:
Revision Author Date Message Commit Date
9991f3f resolve problem with nested tables having double borders 08 October 2011, 06:53:32 UTC
d74dee5 fixing multi select on chromium ubuntu by setting background color explicitly 04 October 2011, 08:16:07 UTC
088a9ef merging master which has the label fix 04 October 2011, 07:58:12 UTC
5cae222 Merge branch 'master' into dev 04 October 2011, 07:57:37 UTC
3c31d8a more small changes to compiled css to try things out 04 October 2011, 06:50:14 UTC
45c9b48 scope the label back to the form element 04 October 2011, 05:44:35 UTC
1b245ff make links in error messages not be blue, but instead match the text color and be bold: 04 October 2011, 05:36:51 UTC
c843e20 make it so that checkboxes and radio options-list can have wrapping labels; needs to be cross browser tested yet 04 October 2011, 05:27:15 UTC
a968d30 overhaul the grid CSS to make it more durable for tables and forms to use the same sizing methods; need to see about improving this in the future 04 October 2011, 05:14:50 UTC
948c59d resolve issue with form fields and errors causing no space between fields with consecutive errors; needs more work, but will address later 04 October 2011, 04:43:53 UTC
0caa484 fix the popover bug in the app example by making the custom css more specific for .content 04 October 2011, 04:36:51 UTC
2edf16c Merge pull request #346 from alepee/master Add a white-space: nowrap; for .label elements. 04 October 2011, 04:32:26 UTC
b41175f Merge pull request #362 from purcell/safe-dropdown-initialization Add jquery.ready hook after defining plugin, to avoid breakage with modernizr/yepnope 03 October 2011, 18:46:42 UTC
bdbb1c9 Add jquery.ready hook after defining plugin, to avoid breakage when used with modernizr/yepnope See https://gist.github.com/1258742 for an example, which results in the error "TypeError: Object has no method 'dropdown' at bootstrap-dropdown.js line 31" It looks like in these circumstances, the functions hooked into jquery.ready get run immediately, and so applying the dropdown behavior to specific elements before defining the 'dropdown' method causes breakage. 03 October 2011, 09:05:43 UTC
7e01ff8 Merge branch 'master' of github.com:twitter/bootstrap 03 October 2011, 06:00:47 UTC
823b063 preboot.less > variables.less in docs 03 October 2011, 06:00:11 UTC
5f52c5c Merge pull request #361 from samuelcarlton/patch-1 Fixed comment to show appropriate file name. 03 October 2011, 05:44:33 UTC
0b625d0 Merge branch 'master' of github.com:twitter/bootstrap 03 October 2011, 05:33:02 UTC
f8be7a8 remove options check in modal.js 03 October 2011, 05:26:26 UTC
6fb0eb8 Fixed comment to show appropriate file name. 03 October 2011, 01:12:50 UTC
a61a624 white-space: nowrap; for .label Add white-space: nowrap; for .label elements. 30 September 2011, 12:19:56 UTC
fda10a6 Merge pull request #329 from lmjabreu/master make tabs plugin play well with nested tabs 30 September 2011, 06:42:58 UTC
b2b8a78 wait for transition to end before triggering shown event 30 September 2011, 06:38:11 UTC
2715a1e whitespace 30 September 2011, 06:32:10 UTC
7a153ac Merge branch 'fix_hide_before_show_bug' of https://github.com/aaronj1335/bootstrap into aaronj1335-fix_hide_before_show_bug 30 September 2011, 06:31:26 UTC
a0c3250 add note about making sure to include boostrap-twipsy before popover script 30 September 2011, 06:24:34 UTC
fb749ee show should be fals for modal default 30 September 2011, 06:12:27 UTC
87d9343 @dmyers settings fix #255 30 September 2011, 06:09:53 UTC
d2de00f Merge branch 'kasperp-tab-event' 30 September 2011, 06:01:06 UTC
a0bf8b6 change event to use target and relatedTarget (which more closely resembles actual event api) 30 September 2011, 06:00:10 UTC
b827303 changed event should be change event 30 September 2011, 05:21:55 UTC
24b05fe Merge branch 'tab-event' of https://github.com/kasperp/bootstrap into kasperp-tab-event 30 September 2011, 05:18:08 UTC
28c770b Merge pull request #332 from pamelafox/patch-2 JS Docs Typo 29 September 2011, 18:28:37 UTC
1be7e09 Think the option is supposed to be 'keyboard' in the docs, not 'closeOnEsc'. 28 September 2011, 21:56:54 UTC
9a2440a tweaked bootstrap-tabs plugin active tab selector to allow for nested tabs 28 September 2011, 21:08:26 UTC
616f136 return this 23 September 2011, 21:09:18 UTC
1066ec4 updated if statement form 23 September 2011, 18:38:08 UTC
d541ece added bug fix for hide-before-show bug this commit fixes a bug where .modal('hide') is called on a modal object before .modal('show'). this can be viewed here: http://jsfiddle.net/aaronj1335/7hH89/8/ (notice the JS exception that is thrown) 23 September 2011, 13:46:08 UTC
68605bd add semicolon to end of file while i think about better solution... 22 September 2011, 20:13:55 UTC
46958b2 Merge branch 'master' of github.com:twitter/bootstrap 22 September 2011, 19:55:34 UTC
41983bb update table to support header and arrows 22 September 2011, 19:54:57 UTC
323de40 Merge pull request #278 from adamnbowen/patch-1 Fixes typos of "bootstrap" 21 September 2011, 17:59:58 UTC
7c637bc Fixes typos of "bootstrap" 21 September 2011, 13:38:08 UTC
6ec1abc Merge branch 'master' of github.com:twitter/bootstrap 20 September 2011, 21:50:50 UTC
f2e1540 fix reflow typo - should be $element not $backdrop 20 September 2011, 21:50:14 UTC
a7134db Merge pull request #268 from workwithnano/patch-1 Typo fix: "you're" to "your". 20 September 2011, 17:46:26 UTC
bc6e4b8 Typo fix: "you're" to "your". 20 September 2011, 17:09:28 UTC
01ab4ca Merge branch 'master' of github.com:twitter/bootstrap 20 September 2011, 03:14:33 UTC
0c6a2ac remove var O_O 20 September 2011, 03:13:51 UTC
75cbf0d Merge pull request #259 from jacobfike/master fixes #258, clicking a tab remove .active class from all elements on the page 19 September 2011, 20:07:28 UTC
9b61f71 fixes #258, clicking a tab remove .active class from all elements on the page 19 September 2011, 18:54:20 UTC
fc6effa listen to document for ie 19 September 2011, 04:13:56 UTC
ac80011 force reflow instead of relying on eventloop (firefox) listen to window for escape press 19 September 2011, 04:03:52 UTC
ba6f4f0 lemme smang it giiiirl 19 September 2011, 02:05:21 UTC
89c5eb4 Merge pull request #241 from asmega/javascript_docs_favicon fixing locations of favicon + apple icons 18 September 2011, 20:45:12 UTC
159ccc9 fixing locations of favicon + apple icons 18 September 2011, 15:10:36 UTC
e16de59 Added changed event to bootstrap-tabs.js 18 September 2011, 08:15:24 UTC
3eafbe5 change version in makefile to 1.3 18 September 2011, 01:25:40 UTC
39a1681 Merge pull request #233 from cheeaun/patch-1 Documentation typo/error on scrollSpy. 18 September 2011, 01:20:56 UTC
7da0e5c Documentation typo/error on scrollSpy. 18 September 2011, 00:35:34 UTC
7b614cf allow backdrop option to accept "static" option 17 September 2011, 21:20:51 UTC
2cb2333 Adding flag to prevent backdrop click hiding modal 17 September 2011, 20:08:16 UTC
732ff9e fix fluid example 16 September 2011, 21:07:18 UTC
08d0175 Fix spelling mistake in pre on js page (/ul instead of /div). 16 September 2011, 20:01:49 UTC
f03f7da fix readme link spacing 16 September 2011, 19:30:30 UTC
cd556cf remake for version 1.3 16 September 2011, 18:24:45 UTC
c7c5ce8 Merge branch 'master' of github.com:twitter/bootstrap into 1.3-wip Conflicts: Makefile README.md bootstrap.css bootstrap.min.css lib/bootstrap.less lib/scaffolding.less 16 September 2011, 18:24:07 UTC
aa43239 Merge branch '1.3-wip' of github.com:twitter/bootstrap into 1.3-wip 16 September 2011, 18:09:46 UTC
f0d5caf check for jquery/ender on window 16 September 2011, 18:09:26 UTC
e8d9eb2 update alert message for ie7 to adjust dismiss icon, update example pages to clean up a few things from testing 16 September 2011, 17:51:44 UTC
2903331 Merge pull request #219 from caniszczyk/1.3-wip Merge in pull request to clarify docs licensing as CC BY 3.0 16 September 2011, 17:37:52 UTC
08b6c47 Clarify documentation license to be CC BY 3.0 Signed-off-by: Chris Aniszczyk <zx@twitter.com> 16 September 2011, 17:30:47 UTC
597590c add active class back to tabs 16 September 2011, 17:15:45 UTC
e663cfb fix tabs jitter bug when there is no active class 16 September 2011, 17:14:35 UTC
c579e4d expanding comment in application.js 16 September 2011, 16:55:12 UTC
8ff18a9 fixing conflict and recompiling 16 September 2011, 16:47:36 UTC
b188c0d updated table styles a bit and floated the fluid columns to clear the row dropping problem we were having 16 September 2011, 16:41:58 UTC
d1b594d $(document).ready instead of $(function() {}) for ender support 16 September 2011, 06:16:06 UTC
472632b mv 1.3.0 file names to plane bootstrap.css for submodulers 16 September 2011, 06:09:56 UTC
5675d8f remove table border seperate for ie 16 September 2011, 05:40:50 UTC
39aca91 move clearfix logic back onto clearfix class for ie7 16 September 2011, 05:36:32 UTC
68f89d1 little fixes for ie 7 16 September 2011, 05:27:41 UTC
8896497 update attributes for js and make tooltips reposition on resize 16 September 2011, 04:19:39 UTC
dcf6a05 allow multi-select lists in forms 14 September 2011, 15:58:20 UTC
32a690a apply clearfix to appended input pattern to clear the floats 14 September 2011, 05:23:08 UTC
01d9cd8 updated browsers image 14 September 2011, 03:24:30 UTC
2af3eb6 fix tab-content and pre funkiness, convert p in tab content to div 13 September 2011, 21:47:18 UTC
121b62d updates to docs to include more example html, include links to javascript docs where necessary 13 September 2011, 17:08:24 UTC
35bc3ae remove theming section from docs 13 September 2011, 16:44:43 UTC
1d50fa7 adding quick and dirty favicons and touch icons for iOS 13 September 2011, 16:35:43 UTC
bc2ae90 Merge branch '1.3-wip' of github.com:twitter/bootstrap into 1.3-wip 13 September 2011, 05:19:44 UTC
5249483 comment out box-shadow on masthead and footer in docs.css because Opera sucks at inset box-shadow :" 13 September 2011, 05:19:28 UTC
e34bc6e Merge branch '1.3-wip' of github.com:twitter/bootstrap into 1.3-wip 13 September 2011, 04:06:53 UTC
5ee11ec fix docs for opera 13 September 2011, 04:06:29 UTC
206334b remove theme.less and split preboot.less to mixins.less and variables.less to isolate customization from function 13 September 2011, 03:07:26 UTC
2978934 remove adaptive, recomment theme.less to avoid comments in compiled 13 September 2011, 02:40:48 UTC
218976a resolve conflict 13 September 2011, 02:00:59 UTC
3f64aaf fix topbar link with button bug 13 September 2011, 02:00:44 UTC
427a001 Link Twitter account in readme 12 September 2011, 21:33:39 UTC
a218475 Edited README.md via GitHub 12 September 2011, 21:33:00 UTC
back to top