2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03:00

Commit Graph

  • 73540abc80 Merge pull request #14240 from vsn4ik/fix_dropdown_link_example Chris Rebert 2014-07-25 07:27:49 -07:00
  • 3e15e40ac9 dropdowns.html: Remove wrong "type" attribute. vsn4ik 2014-07-25 16:54:05 +04:00
  • 098242afd8 Delete duplicate JSCS properties Artem Belov 2014-07-25 15:03:07 +04:00
  • 2c4641855d fix #14115 Chris Rebert 2014-07-24 15:15:05 -07:00
  • 43fe197da7 Update docs & add example for #14221 Chris Rebert 2014-07-24 13:57:39 -07:00
  • 5ea6b57616 Merge pull request #14233 from twbs/another-one-bites-the-dust Chris Rebert 2014-07-24 12:25:42 -07:00
  • 8288cc9c05 Remove #9226 from Wall of Browser Bugs Chris Rebert 2014-07-24 12:22:22 -07:00
  • 98d693ba7b Fixes #14142: Adding horizontal padding to captions in tables in panels. Mark Otto 2014-07-23 21:03:46 -07:00
  • 7fcc6c7889 unfuck those dropdowns Mark Otto 2014-07-23 21:00:48 -07:00
  • 078aafe7fd Fixes #14221: Make .form-control-static work in inline forms as well Mark Otto 2014-07-23 20:54:07 -07:00
  • abbb4d64e1 Merge branch 'master' of github.com:twbs/bootstrap Mark Otto 2014-07-23 20:50:00 -07:00
  • 6dde491ddf Fixes #14168: bold nested kbd elements Mark Otto 2014-07-23 20:49:47 -07:00
  • 463fe476d8 Merge pull request #14166 from hnrch02/docs-cleanup Mark Otto 2014-07-23 20:39:40 -07:00
  • 5713bd74d6 Fixes #12669 again: Redeclare the line-heights again for date inputs in IE8+ Mark Otto 2014-07-23 20:32:05 -07:00
  • 912c4bcbe4 Merge pull request #14225 from twbs/issue-14211 Chris Rebert 2014-07-23 18:02:58 -07:00
  • c0eddc1fe3 Merge pull request #14188 from twbs/doc-14148 Chris Rebert 2014-07-23 18:01:31 -07:00
  • 4a98e2d765 Merge pull request #14191 from twbs/autocomplete-off-btns Chris Rebert 2014-07-23 17:55:12 -07:00
  • c22ec79d3f Add Wall of Browser Bugs entry for IE bug from issue #14211 Chris Rebert 2014-07-23 10:23:23 -07:00
  • 36483af92c Merge pull request #14207 from twbs/charlesbjohnson-affix-bottom-when-dynamic-height Jacob 2014-07-21 22:48:38 -07:00
  • f88e6ba2a3 Merge pull request #14208 from twbs/mckramer-dropdown-aria Jacob 2014-07-21 22:48:08 -07:00
  • 4775c9296a Merge branch 'dropdown-aria' of git://github.com/mckramer/bootstrap into mckramer-dropdown-aria fat 2014-07-21 22:44:35 -07:00
  • eff9b063da cleanup style fat 2014-07-21 22:31:56 -07:00
  • 97cb2803d7 Run grunt. XhmikosR 2014-07-22 08:30:35 +03:00
  • 88b4016ce6 Update all devDependencies. XhmikosR 2014-07-22 08:29:39 +03:00
  • caed585033 Update Filesaver.js to v2014-07-21. XhmikosR 2014-07-22 08:08:31 +03:00
  • 5c569dc4d4 Update Blob.js to the latest version. XhmikosR 2014-07-02 07:58:39 +03:00
  • 8b6d396adf Merge pull request #13873 from twbs/grunt-csscomb XhmikosR 2014-07-22 08:26:37 +03:00
  • 8d435cbb3c Run grunt. XhmikosR 2014-07-22 08:25:41 +03:00
  • 7ba5c5d5e4 Update grunt-csscomb. XhmikosR 2014-06-11 09:30:30 +03:00
  • e3f4072a9e update to Jekyll v2.1.1 in Travis CI build Chris Rebert 2014-07-21 19:38:30 -07:00
  • 031734c1d1 update to rouge v1.5.1 in Travis CI build Chris Rebert 2014-07-21 19:37:22 -07:00
  • a3ebd0104c Merge pull request #14203 from twbs/fix-14202 Mark Otto 2014-07-21 12:46:10 -07:00
  • 1118e8103b Document that form field feedback icons only work with input.form-control Chris Rebert 2014-07-21 12:26:12 -07:00
  • 49519e9816 grunt dist Chris Rebert 2014-07-21 00:35:41 -07:00
  • a035ee59ae Merge pull request #14192 from twbs/https-everywhere Chris Rebert 2014-07-19 22:11:07 -07:00
  • 780e8d7e7e Merge pull request #14156 from twbs/fix-14038 Chris Rebert 2014-07-18 16:46:19 -07:00
  • 0fe4fe328c Use HTTPS in CDN URLs in _config.yml Chris Rebert 2014-07-18 14:26:14 -07:00
  • db352bcc94 Make warning from #13875 slightly more detailed Chris Rebert 2014-07-18 14:01:33 -07:00
  • 031cb969d7 Have HTML5 validator ignore autocomplete="off" on input[type="checkbox"] Chris Rebert 2014-07-18 14:15:47 -07:00
  • fc19cad608 Use autocomplete="off" in buttons plugin docs examples Chris Rebert 2014-07-18 13:59:37 -07:00
  • 976441ac1b Document limitations of buttons JS plugin Chris Rebert 2014-07-18 11:48:00 -07:00
  • 724c4f526c Fix issue where bottom affixed element floats over the footer when the document height is smaller than the viewport height. Charles B Johnson 2014-07-18 10:46:42 -04:00
  • 8c0eb9b00e Refactor determining affix state into a separate expanded method in order to handle multiple edge cases, specifically when the document height is dynamic. Always reposition an affix that is affixed to the bottom. Charles B Johnson 2014-04-24 23:15:38 -04:00
  • d3dea01a11 Add a bottom affixed element to affix visual tests. Charles B Johnson 2014-07-02 16:53:00 -04:00
  • 866ffc4f37 Merge pull request #14055 from twbs/fat-speed-up-tests Jacob 2014-07-17 10:07:28 -07:00
  • 33156dc184 Merge pull request #14171 from wangsai/tab2space Chris Rebert 2014-07-17 09:22:40 -07:00
  • 45acf4e040 Tabs to spaces wangsai 2014-07-17 20:13:16 +08:00
  • 9b90b87099 speed up js tests a bit fat 2014-07-06 22:12:26 -07:00
  • 541a75f92c Merge pull request #14160 from hnrch02/simplify-button-focus-logic Jacob 2014-07-16 21:56:13 -07:00
  • 38335b2a3d Merge alert examples and add .bs-example-standalone class Heinrich Fenkart 2014-07-17 04:33:30 +02:00
  • 31772677f9 Clean up the Alert documentation Heinrich Fenkart 2014-07-17 04:11:21 +02:00
  • f9349f36df Clean up Affix documentation Heinrich Fenkart 2014-07-17 03:53:49 +02:00
  • cc7fab893d Follow-up to #13907: simplify JS logic for focus shim Heinrich Fenkart 2014-07-16 08:44:56 +02:00
  • b3d068f2d3 regenerate docs/assets/js/docs.min.js Chris Rebert 2014-07-15 16:57:40 -07:00
  • 11db482371 popover dismiss-on-next-click example: instead of <button>, use <a> w/ tabindex Chris Rebert 2014-07-15 16:57:25 -07:00
  • dd22f59999 Merge pull request #14151 from BBosman/fix-link Chris Rebert 2014-07-15 11:09:50 -07:00
  • d7c92a0f08 Fix jsbin link Bas Bosman 2014-07-15 19:55:28 +02:00
  • dc0fe18e35 Merge pull request #14143 from twbs/fix-14134 Chris Rebert 2014-07-15 09:51:07 -07:00
  • aa73047254 Another new js bin link Mark Otto 2014-07-15 09:28:48 -07:00
  • f200c39657 don't include local jquery Mark Otto 2014-07-15 09:09:40 -07:00
  • 74691b7e27 add docs note about browsers w/ JS disabled; fixes #14134 Chris Rebert 2014-07-14 17:16:11 -07:00
  • 5c1746c556 fix #14114 mo' betta Chris Rebert 2014-07-14 14:50:53 -07:00
  • 01816e4e10 add css resets outline section to scaffolding docs Mark Otto 2014-07-14 09:14:59 -07:00
  • 8ff37bdb23 markdownify jumbotron docs Mark Otto 2014-07-14 09:14:48 -07:00
  • 35e68dcc33 markdownify label docs Mark Otto 2014-07-14 09:14:41 -07:00
  • 2879b93624 example page header Mark Otto 2014-07-14 09:14:31 -07:00
  • 5c9bcb72fb link the new navbar examples Mark Otto 2014-07-14 09:05:27 -07:00
  • 95fbbdd550 new fixed navbar example Mark Otto 2014-07-14 09:05:21 -07:00
  • 61b9496ba6 new navbar example Mark Otto 2014-07-14 09:05:12 -07:00
  • 76368ef0a9 grunt dist Mark Otto 2014-07-14 09:04:47 -07:00
  • 43450f7768 simplify jumbotron styles, rem-ify padding Mark Otto 2014-07-14 09:04:10 -07:00
  • 1c3d461996 fixed pos utility class Mark Otto 2014-07-14 09:03:21 -07:00
  • 108c395ad4 new navbar tweaks Mark Otto 2014-07-14 08:48:33 -07:00
  • 4d6ab7c068 experiment with more utilities Mark Otto 2014-07-14 08:48:26 -07:00
  • 68b71d1a50 nav update Mark Otto 2014-07-14 08:35:33 -07:00
  • cdb0f8229e move scaffolding stuff back to layout once more, split off the type docs to typography section Mark Otto 2014-07-14 08:34:56 -07:00
  • 8d55c3c0a3 move containers to layout section Mark Otto 2014-07-14 08:22:33 -07:00
  • e6ee1b228f inverse table idea Mark Otto 2014-07-14 00:23:46 -07:00
  • d60d34231a table headers Mark Otto 2014-07-13 23:45:34 -07:00
  • 3e896193ab new navbar ideas Mark Otto 2014-07-13 23:33:54 -07:00
  • ed8228e1cb Merge pull request #14138 from danielnixon/master Chris Rebert 2014-07-13 15:28:07 -07:00
  • 8167223b3b Fix inaccessible buttons. Daniel Nixon 2014-07-14 08:13:17 +10:00
  • b831dc06af more rems Mark Otto 2014-07-13 13:50:35 -07:00
  • 66f7062e81 transitions mixin and global variable, add it to buttons Mark Otto 2014-07-13 13:31:07 -07:00
  • a1bd7634d7 more docs rems, some mixin optimization Mark Otto 2014-07-13 13:19:58 -07:00
  • 2211af5ed1 more rems in docs Mark Otto 2014-07-13 12:47:24 -07:00
  • 3d36227616 rem-ify the footer and masthead Mark Otto 2014-07-13 12:38:06 -07:00
  • 0d89b7f55e rem-ify homepage icon Mark Otto 2014-07-13 12:15:14 -07:00
  • aaccb80c3c yellow var Mark Otto 2014-07-13 12:10:54 -07:00
  • b137f0b874 vars Mark Otto 2014-07-13 12:04:05 -07:00
  • bf4984145a nesting docs css Mark Otto 2014-07-13 12:00:17 -07:00
  • 264d1def90 fix header Mark Otto 2014-07-13 01:45:26 -07:00
  • 20349df3e7 markdownify browser bugs, add config vars for shorthand urls Mark Otto 2014-07-13 01:43:26 -07:00
  • 0927a0fc75 about header Mark Otto 2014-07-13 01:38:08 -07:00
  • 5af891ac69 fix paths Mark Otto 2014-07-13 01:38:03 -07:00
  • 7b30393935 markdownify about docs Mark Otto 2014-07-13 01:35:29 -07:00
  • 990b05d2fd layout section Mark Otto 2014-07-13 01:30:32 -07:00
  • aa22440acb move media to layout Mark Otto 2014-07-13 01:28:19 -07:00
  • 1b35ec9be5 fix helpers Mark Otto 2014-07-13 01:26:48 -07:00
  • 2cce857220 fix nav Mark Otto 2014-07-13 01:26:44 -07:00