aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-10-04remakeJacob Thornton2-3/+3
2011-10-04Merge branch 'master' of github.com:twitter/bootstrapJacob Thornton4-13/+18
2011-10-04add selector option to alerts, update modal settings strategyJacob Thornton4-10/+34
2011-10-04fixing multi select on chromium ubuntu by setting background color explicitlyMark Otto3-2/+4
2011-10-04fixing multi select on chromium ubuntu by setting background color explicitlyMark Otto3-2/+4
2011-10-04merging master which has the label fixMark Otto3-5/+5
2011-10-04Merge branch 'master' into devMark Otto3-1/+3
2011-10-04adding new mixinsMark Otto1-0/+11
2011-10-04adding placeholder font-face mixin which doesn't work yetMark Otto2-1/+15
2011-10-04update variables to inlude @baseFontSize, @baseFontFamily, @baseLineHeight ↵Mark Otto9-148/+164
for easier customization; added placeholder for @primaryButtonColor, but didn't implement
2011-10-03more small changes to compiled css to try things outMark Otto4-8/+4
2011-10-03scope the label back to the form elementMark Otto3-4/+4
2011-10-03make links in error messages not be blue, but instead match the text color ↵Mark Otto4-6/+45
and be bold:
2011-10-03make it so that checkboxes and radio options-list can have wrapping labels; ↵Mark Otto4-4/+10
needs to be cross browser tested yet
2011-10-03overhaul the grid CSS to make it more durable for tables and forms to use ↵Mark Otto6-94/+154
the same sizing methods; need to see about improving this in the future
2011-10-03resolve issue with form fields and errors causing no space between fields ↵Mark Otto4-14/+21
with consecutive errors; needs more work, but will address later
2011-10-03fix the popover bug in the app example by making the custom css more ↵Mark Otto1-1/+1
specific for .content
2011-10-03Merge pull request #346 from alepee/masterMark Otto3-1/+3
Add a white-space: nowrap; for .label elements.
2011-10-03Merge pull request #362 from purcell/safe-dropdown-initializationJacob Thornton1-12/+15
Add jquery.ready hook after defining plugin, to avoid breakage with modernizr/yepnope
2011-10-03Add jquery.ready hook after defining plugin, to avoid breakage when used ↵Steve Purcell1-12/+15
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.
2011-10-02Merge branch 'master' of github.com:twitter/bootstrapJacob Thornton1-1/+1
2011-10-02preboot.less > variables.less in docsJacob Thornton1-3/+3
2011-10-02Merge pull request #361 from samuelcarlton/patch-1Jacob Thornton1-1/+1
Fixed comment to show appropriate file name.
2011-10-02Merge branch 'master' of github.com:twitter/bootstrapJacob Thornton1-1/+1
2011-10-02remove options check in modal.jsJacob Thornton1-5/+3
2011-10-02Fixed comment to show appropriate file name. Sam Carlton1-1/+1
2011-09-30white-space: nowrap; for .labelAntoine Lépée3-1/+3
Add white-space: nowrap; for .label elements.
2011-09-29Merge pull request #329 from lmjabreu/masterJacob Thornton1-1/+1
make tabs plugin play well with nested tabs
2011-09-29wait for transition to end before triggering shown eventJacob Thornton1-2/+8
2011-09-29whitespaceJacob Thornton1-2/+2
2011-09-29Merge branch 'fix_hide_before_show_bug' of ↵Jacob Thornton1-1/+5
https://github.com/aaronj1335/bootstrap into aaronj1335-fix_hide_before_show_bug
2011-09-29add note about making sure to include boostrap-twipsy before popover scriptJacob Thornton1-0/+1
2011-09-29show should be fals for modal defaultJacob Thornton1-1/+1
2011-09-29@dmyers settings fix #255Jacob Thornton1-1/+1
2011-09-29Merge branch 'kasperp-tab-event'Jacob Thornton3-12/+67
2011-09-29change event to use target and relatedTarget (which more closely resembles ↵Jacob Thornton3-22/+33
actual event api)
2011-09-29changed event should be change eventJacob Thornton3-8/+8
2011-09-29Merge branch 'tab-event' of https://github.com/kasperp/bootstrap into ↵Jacob Thornton3-10/+54
kasperp-tab-event
2011-09-29Merge pull request #332 from pamelafox/patch-2Jacob Thornton1-1/+1
JS Docs Typo
2011-09-29adding button groups and toolbars like a bossMark Otto5-6/+210
2011-09-29round the corners on the search form inputs like a bossMark Otto3-1/+16
2011-09-29change h4 back to lineheight * 2Mark Otto3-11/+10
2011-09-29update topbar dropdown arrow to match link and hover colorsMark Otto3-20/+19
2011-09-29remove that test gradientMark Otto1-3/+0
2011-09-29huge update to forms, docs for the new forms, added a new link for js ↵Mark Otto9-817/+560
example to tabs/pills, add some new mixins
2011-09-28initial idea for handling closing of modals from whatever element you want ↵Mark Otto3-6/+6
with .js-dismiss class
2011-09-28updated forms.less to have better comments while pulling out all the old ↵Mark Otto3-82/+51
classes for input elements
2011-09-28pulling out more stuff and fixing file name at top of fileMark Otto4-19/+11
2011-09-28Think the option is supposed to be 'keyboard' in the docs, not 'closeOnEsc'.Pamela Fox1-1/+1
2011-09-28tweaked bootstrap-tabs plugin active tab selector to allow for nested tabsLuis Abreu1-1/+1