2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00
Commit Graph

10507 Commits

Author SHA1 Message Date
TJ f837a3f775 Remove "Separated link" in example where it's not
Removed "Separated link" in example where it's not separated. This may confuse people to think that it is separated.

I don't want to sound nitpick, but I've been working with a client maintaining a custom internal Bootstrap installation with customized docs, so I've been getting a lot of feedback from client developers using the docs.
2014-12-04 19:00:31 -05:00
Bootstrap's Grunt bot ac49a09906 automatic grunt dist 2014-12-03 07:20:27 +00:00
Chris Rebert 66217e4a85 Temporarily revert "automatic grunt dist" so Grunt bot will run again.
This reverts commit 2c1c885ed4.
2014-12-02 23:02:46 -08:00
Bootstrap's Grunt bot 2c1c885ed4 automatic grunt dist 2014-12-03 00:51:08 +00:00
Chris Rebert 5cb0d933c9 Merge pull request #15269 from twbs/role-separator
Whitelist <li role="separator">...</li>
[skip sauce]
2014-12-02 15:16:34 -06:00
Chris Rebert a527aaa114 Whitelist <li role="separator">...</li>
Refs https://www.w3.org/Bugs/Public/show_bug.cgi?id=27120
Refs #15263

[skip sauce]
2014-12-02 12:56:30 -08:00
Chris Rebert 0445f23b72 Update Wall of Browser Bugs entry for #14972
http://crbug.com/175502 is fixed in Chrome 40 and has been closed.
But Windows is still broken due to http://crbug.com/438064 ,
  which is open and currently targeting Chrome 41.
2014-12-02 12:31:55 -08:00
Mark Otto a17f23c022 nuke the other incomplete example per @ianw 2014-12-01 01:39:31 -08:00
Mark Otto 0eb2c922d8 Merge branch 'master' of github.com:twbs/bootstrap 2014-11-30 17:11:24 -08:00
Mark Otto 88ec5152da clarify collapse example with link and button triggers; also mention classes 2014-11-30 17:10:13 -08:00
Mark Otto ced63b0a02 Merge pull request #15244 from zalog/patch-2
Center .icon-prev and .icon-next in carousel
2014-11-30 14:20:21 -08:00
Mark Otto 20ddded9f8 Merge pull request #15258 from Quy/media-object
Add .media-object in docs
2014-11-30 12:38:01 -08:00
Quy Ton a6950ce276 Add .media-object in docs 2014-11-30 07:44:14 -08:00
XhmikosR 2a1a3e6806 Example: minor image compression improvements.
[ci skip]
2014-11-30 13:16:27 +02:00
XhmikosR d5a4db48cc Merge pull request #15183 from twbs/deps
Update devDependencies
2014-11-30 12:51:49 +02:00
XhmikosR 61bbe74df1 Update devDependencies. 2014-11-30 12:51:16 +02:00
XhmikosR 4e2db80cbf Merge pull request #15134 from twbs/docs-gh
Add a target to generate the gh-pages files.
2014-11-30 12:50:24 +02:00
Mark Otto e6fc081c91 Merge branch 'master' of github.com:twbs/bootstrap 2014-11-30 01:32:03 -08:00
Mark Otto bcb90ef3a0 Bump Glyphicons to v1.9 2014-11-30 01:31:49 -08:00
Mark Otto d74fd9af2f Fixes #15096: Fix navbar forms in the non-responsive example 2014-11-30 00:54:43 -08:00
Mark Otto 65f72ff095 Merge pull request #15133 from patrickhlauke/docs-table-fixes
Fixes to scope
2014-11-29 23:17:36 -08:00
Mark Otto 9928144dc4 Fixes #15241: Add simple example to docs for collapse plugin 2014-11-29 23:03:47 -08:00
Mark Otto 23bdfc45eb grunt 2014-11-29 21:40:04 -08:00
Mark Otto 7e27e749d1 Fixes #15140: Restore more missing .media styles from shipping #14801 2014-11-29 21:36:57 -08:00
Mark Otto 149f32d9d3 Alternate fix for #15250 with a more descriptive theme jumbotron 2014-11-29 21:18:05 -08:00
Mark Otto 9c049c99e2 grunt 2014-11-29 20:58:14 -08:00
Mark Otto 7c71b4874b Fixes #15074: Fix the nesting problem with form control size variants 2014-11-29 20:57:04 -08:00
Mark Otto 80d7be1126 grunt 2014-11-29 18:36:21 -08:00
Mark Otto c2d868cfbe Fixes #15124: Restore .media-object 2014-11-29 18:33:20 -08:00
Mark Otto c22b8dca14 Fixes #15148: make the dropdown and dropup menus have the same margins 2014-11-29 18:31:09 -08:00
Mark Otto 1de638f830 fixes #15164: wrap disable pagination spans in another span 2014-11-29 18:27:51 -08:00
Mark Otto c9289691ba fix the run-on 2014-11-29 16:53:37 -08:00
Mark Otto a35ee9d218 Merge pull request #15238 from peterblazejewicz/docs/dist-update
Add CSS source maps reference to docs. Closes #15211
2014-11-29 16:51:38 -08:00
Mark Otto 01fa32e879 Merge pull request #15167 from vsn4ik/rem_blob_master_from_links
Remove redundant .../blob/master/ prefix in markdown.
2014-11-29 14:25:12 -08:00
Chris Rebert b38e284e18 Merge pull request #15249 from dandv/patch-1
Fix copy/paste error
2014-11-28 12:54:21 -06:00
Dan Dascalescu 2c64fc2c4d Fix copy/paste error 2014-11-28 04:30:04 -08:00
Peter Blazejewicz c1885ef58b Add CSS source maps reference to docs. Closes #15211
- update distribution file list with relevant files
- add a short reference to CSS source map purpose
- add link to Google Chrome developer network article
2014-11-27 22:03:32 +01:00
Catalin Zalog 8770f55f1e Center .icon-prev and .icon-next
Center .icon-prev and .icon-next the same way .glyphicon icon are.
And this is the html markup:
<a class="left carousel-control" href="#carousel-main-menu" role="button" data-slide="prev">
<span class="icon-prev" aria-hidden="true"></span>
</a>
2014-11-27 13:06:42 +02:00
Chris Rebert d763e0e2a0 Merge pull request #15215 from twbs/input-date-chrome
Remove #12548's entry from the Wall of Browser Bugs
[skip sauce]
2014-11-25 11:12:43 -08:00
Chris Rebert c97d4d648f Remove #12548's entry from the Wall of Browser Bugs
Since https://crbug.com/346051 has been closed as WontFix.
Bug is now documented in MDN:
    https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Input$compare?locale=en-US&to=698785&from=693137
Refs #12548

[skip sauce]
2014-11-24 18:38:01 -08:00
Julian Thilo c022d88ac5 Merge pull request #15108 from zacechola/irc_room
corrects IRC room
2014-11-24 15:46:14 +01:00
XhmikosR 7ea49019b8 Run grunt. 2014-11-24 09:53:42 +02:00
Julian Thilo 33c4a2f1d7 Merge pull request #15198 from twbs/fix-15194
Fix #15194: Shrink media link area
2014-11-24 01:46:59 +01:00
Chris Rebert ede9cf0037 Merge pull request #15200 from twbs/mdn
add documenting in MDN as a step in browser bug handling process
2014-11-23 16:28:06 -08:00
vsn4ik 992644ee34 Update links (.../blob/master prefix) in markdown. 2014-11-23 14:50:09 +03:00
Chris Rebert 8a4757dfb0 add documenting in MDN as a step in browser bug handling process
[skip sauce]
[skip validator]
2014-11-22 18:33:08 -08:00
Chris Rebert 6e9d4e6907 add Apple Safari Radar entry for #8350 2014-11-22 17:48:49 -08:00
Julian Thilo 7bf002d63d Fix #15194: Shrink media link area 2014-11-22 13:45:32 +01:00
Chris Rebert bc5a753b67 fix affix-top unit test to properly clean up after itself 2014-11-20 23:26:37 -08:00
Chris Rebert 7527ce93c9 Merge pull request #15187 from twbs/doc-savage-contributing
Document Savage cross-browser JS pull request tester bot
[skip sauce]
2014-11-20 11:00:34 -08:00