aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-09-03Merge branch 'master' of github.com:twbs/bootstrapMark Otto1-10/+14
2013-09-03mo betta docs on box-sizing to build on e521ee83094f5a70978cc9d879f400c3ac95369cMark Otto1-11/+33
2013-09-02fixes #10372: two download buttons on homepage; also fixes broke button stylesMark Otto4-8/+13
2013-09-02Merge pull request #10382 from StevenBlack/GSEdits5Mark Otto1-10/+14
'Disabling responsiveness' section of docs: simplification and focus
2013-09-02Merge branch 'master' of github.com:twbs/bootstrapMark Otto3-3/+3
2013-09-02update box-sizing third party support section to include mention of google ↵Mark Otto1-3/+15
CSE and expand to include CSS and Less options
2013-09-02Getting Started page: Simplified and focused the text of the 'Disabling ↵Steven Black1-10/+14
responsiveness' section.
2013-09-02Refactoring the paragraph describing the 'Examples' section.Steven Black1-1/+1
2013-09-02Merge pull request #10374 from tagliala/patch-2Julian Thilo1-1/+1
Fixed glyphicons count
2013-09-02Merge pull request #10366 from coliff/patch-2Chris Rebert1-1/+1
Update index.html (change from 'hero unit' to 'jumbotron')
2013-09-02Update index.htmlChristian1-1/+1
Updated text in the jumbotron container to reflect the Bootstrap 3 change from 'hero unit' to 'jumbotron'.
2013-09-02Merge pull request #10364 from wangsai/patch-1Chris Rebert1-1/+1
Completion of parentheses
2013-09-02Completion of parentheseswangsai1-1/+1
2013-09-01derp, add on to #10153 with proper variable /cc @ggamMark Otto1-1/+1
2013-09-02Pass $element to offset top/bottom calc funcsAleksey V. Zapparov1-2/+2
At the moment to make dynamic top offset calculator on multiple elements, one would write: ``` javascript $('.my-affix').each(function () { var $el = $(this); $el.affix({ offset: { top: function () { return $el.offset().top; } } }); }) ``` This patch will allow to: ``` javascript $('.my-affix').affix({ offset: { top: function ($el) { return $el.offset().top; } } }); ```
2013-09-02Merge branch 'master' of github.com:twbs/bootstrapMark Otto1-2/+2
2013-09-02fixes #10316: Document .active and :active for buttonsMark Otto2-0/+27
2013-09-01Merge pull request #10342 from twbs/affix-docsMark Otto1-2/+2
minor improvements to affix docs
2013-09-01fixes #10344: Update IE8-9 support section with table of specific CSS3 and ↵Mark Otto1-2/+43
HTML5 features and their support in Bootstrap
2013-09-01Remove links to navbar examples from example navbars in Theme ↵Mark Otto1-11/+1
example--nullifies #9894
2013-09-01update vars to use new component-active-colorMark Otto1-2/+2
2013-09-01fixes #9909: Add component active color variable to complement component ↵Mark Otto2-3/+8
active bg variable
2013-09-01alt fix to #10278: Change Google Maps compatibility warning to a general ↵Mark Otto1-13/+7
box-sizing warning
2013-09-01Merge branch 'master' of github.com:twbs/bootstrapMark Otto2-5/+13
2013-09-01Bower: Ignore development and documentation files on bower.json. Fix #10313.Rodrigo Willrich1-1/+13
I've kept only the files I consider relevant to bower installation: - Files in dist directory; - Files in js directory; - Files in less directory; - bower.json file; - README.md file; - LICENSE file.
2013-09-01Fixed glyphicons countGeremia Taglialatela1-1/+1
Glyphicons are 200 refers to #9794
2013-09-01fix straggler instance of "Tiny grid" terminologyChris Rebert1-1/+1
2013-09-01fixes #10164: Document .center-block mixin and update CSS to include it as a ↵Mark Otto5-1/+32
class as well
2013-09-01minor improvements to affix docsChris Rebert1-2/+2
2013-09-01reverse vars for backwards compatibility /cc @cvrebertMark Otto1-6/+6
2013-09-01Merge branch 'deprecate_screen_containers'Mark Otto3-13/+16
2013-09-01fixes #10115: Default carousel controls and Glyphicon controls should behave ↵Mark Otto3-9/+14
the same on small devices and up
2013-09-01fixes #10111: different colors for dropdown link hover and active statesMark Otto8-15/+27
2013-09-01tweak #10336 to double up on the hyphen-minuses to better approximate a long ↵Chris Rebert1-4/+4
dash
2013-09-01Merge pull request #10336 from Shipow/masterChris Rebert1-4/+4
Replace invalid US-ASCII character "\xE2")
2013-09-01tweak #10298Chris Rebert1-3/+6
2013-09-01fixes alignment and nav list in offcanvas exampleMark Otto2-17/+14
2013-09-01Merge pull request #10298 from jhr007/patch-1Chris Rebert1-0/+5
Note the change to the progress bar.
2013-09-01fixes #10282: Cross reference tabs and tabs pluginMark Otto2-0/+9
2013-09-01fixes #10277: Mention removal of navbar vertical dividers in migration docsMark Otto1-1/+6
2013-09-01remove unused link from navs sectionMark Otto1-1/+0
2013-09-01Merge branch 'master' of github.com:twbs/bootstrapMark Otto2-2/+2
2013-09-01finishes #10256 to add updated var to customizer; also fixes another old varMark Otto2-3/+3
2013-09-01Merge branch 'master' into tagliala-patch-1Mark Otto11-60/+68
2013-09-01Merge pull request #10249 from coliff/patch-1Mark Otto1-1/+1
Update index.html (update text from hero unit to jumbotron)
2013-09-01restore "only" wording in docs regarding Recess/less.jsChris Rebert1-1/+1
It was there for good reason. We're not gonna deal with lessphp or dotless bugs.
2013-09-01fixes #10246: Use correct variable for link hover color in CustomizerMark Otto2-3/+3
2013-09-01Merge branch 'master' of github.com:twbs/bootstrapMark Otto3-34/+35
2013-09-01better layoutMark Otto1-6/+2
2013-09-01finishes #10245 by adding it the new var to the customizerMark Otto2-1/+6