Mark Otto
d9bb7ddac5
rearrange docs components
2014-07-11 22:34:47 -07:00
Mark Otto
60cf7d45db
Rewrite progress to markdown
2014-07-11 15:45:11 -07:00
Mark Otto
dae1a68fb1
Merge branch 'master' into derp
...
Conflicts:
dist/css/bootstrap.css.map
dist/css/bootstrap.min.css
docs/_includes/components/navs.html
docs/_includes/css/images.html
docs/_includes/js/dropdowns.html
docs/_includes/js/tabs.html
docs/assets/css/docs.min.css
docs/dist/css/bootstrap.css.map
docs/dist/css/bootstrap.min.css
2014-07-09 22:19:23 -07:00
Mark Otto
c42d943e10
nuke wells include
2014-07-09 20:01:55 -07:00
Mark Otto
be877bc691
plugins: add new example doodad hackery bullshitery and markdown block plugin for markdown includes
2014-07-09 20:00:22 -07:00
Mark Otto
2846850117
Fix navs dropdown sections
2014-07-09 16:08:18 -07:00
Mark Otto
857fe32a70
Refactor navs: new classes, remove separate pills & tabs files, drop justified nav because it never really worked
2014-07-09 16:04:31 -07:00
Mark Otto
4d5243674a
remove deprecated warnings from docs
2014-07-09 13:51:20 -07:00
Mark Otto
f37dbe53a4
disabled links part of the examples now
2014-07-09 10:52:48 -07:00
Mark Otto
41f3af407b
Merge branch 'derp' into derp_navs
...
Conflicts:
dist/css/bootstrap.css.map
dist/css/bootstrap.min.css
docs/dist/css/bootstrap.css.map
docs/dist/css/bootstrap.min.css
2014-07-09 10:48:58 -07:00
Mark Otto
54537b500e
Refactor: drop all custom .progress-bar styles and replace with <progress> element
2014-07-09 01:39:34 -07:00
Mark Otto
a8625f452e
Badges, navs, and more
2014-07-09 00:15:20 -07:00
Mark Otto
0e47ce959c
move tabs and pills to separate files with unique classes
2014-07-08 19:00:48 -07:00
Mark Otto
93a7421f2c
.btn-default to .btn-secondary
2014-07-08 17:14:14 -07:00
Mark Otto
4ca45be6e9
drop the low percentages docs from progress bars
2014-07-08 16:54:57 -07:00
Mark Otto
8582659d5c
Refactor: drop .dropdown .caret for a generated caret using .dropdown-toggle:after
2014-07-08 14:23:34 -07:00
Chris Rebert
5c1f4e1a0c
add role="presentation" to tab <li>s to improve accessibility
...
Refs #13554 .
Per https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#tab-panel
Credit: https://github.com/paypal/bootstrap-accessibility-plugin
[skip sauce]
2014-07-08 12:00:43 -07:00
Mark Otto
9c319d67ee
Drop: Thumbnails completely, as they'll be replaced
2014-07-08 04:00:35 -07:00
Mark Otto
527eccaa9f
Drop: Panels completely, as they'll be replaced
2014-07-08 03:56:47 -07:00
Mark Otto
dae5ec5416
Drop Glyphicons
2014-07-08 00:33:21 -07:00
Chris Rebert
7c50b9ad7a
Add role="tablist" to .nav-pills in examples to improve accessibility
...
Follow-up to e9374c0609
Per f203dea4b6
Credit: https://github.com/paypal/bootstrap-accessibility-plugin & @rohk
[skip sauce]
2014-07-07 19:24:32 -07:00
Chris Rebert
719cde1a11
docs HTML5 validity fixup to 8e2348e9ed
2014-07-07 00:25:55 -07:00
Chris Rebert
ddffe76961
grammar fix; indicate that img[src] shouldn't actually be empty
2014-07-07 00:04:14 -07:00
Mark Otto
8e2348e9ed
Fixes #13746 : Add docs section for brand image
2014-07-06 18:39:37 -07:00
Michael Silber
1e407c81f1
Add collapsed default class to navbar-toggle
2014-07-02 16:49:03 -04:00
Mark Otto
99f176e7ec
rewrite striped and active to deprecate the parent selectors, change the docs
2014-06-18 22:35:05 -07:00
Mark Otto
02642350f8
Fixes #13400 , #13415 : actually document the existing practice for links in panel headings
2014-06-18 22:16:15 -07:00
Bas Bosman
128e52ff29
Fix dismissible spelling
2014-06-18 00:00:28 +02:00
Chris Rebert
cb85f2ad9b
fix grammar in new callout
2014-06-10 23:08:30 -07:00
Mark Otto
dacaf619d2
docs callout for #13219
2014-06-10 22:39:27 -07:00
Mark Otto
e8100c3b3c
fix thumbnails docs
2014-06-10 21:14:04 -07:00
Chris Rebert
ff7e8d5054
button-groups.html: fix grammar: "in on" => "on"
2014-06-10 18:09:30 -07:00
Mark Otto
61dbc6134e
Merge branch 'master' of github.com:twbs/bootstrap
2014-06-09 21:56:45 -07:00
Mark Otto
2535f7c79a
fixes #13769
2014-06-09 21:45:55 -07:00
Mark Otto
d2061e8aeb
relative
2014-06-09 21:26:57 -07:00
Mark Otto
24a9b34add
typo
2014-06-09 21:08:24 -07:00
Mark Otto
b35840e48d
simpler and updated docs copy for icon font file paths
2014-06-09 21:00:27 -07:00
Chris Rebert
95ff94091e
add missing role="menu" attrs to .dropdown-menu elements in docs+examples
...
Docs audit prompted by #13697 .
[skip sauce]
2014-05-28 17:18:22 -07:00
Chris Rebert
ad34c3b061
fix #13697
...
[skip sauce]
2014-05-28 16:52:47 -07:00
Chris Rebert
e9374c0609
add role="tablist" to .nav-tabs in examples to improve accessibility
...
Per https://github.com/paypal/bootstrap-accessibility-plugin#tab-panel
Credit: https://github.com/paypal/bootstrap-accessibility-plugin
2014-05-09 15:05:20 -07:00
Chris Rebert
949b81f511
Improve accessibility of close buttons in modals & alerts
...
Adds textual caption to the close buttons. The "X" multiplication sign isn't very meaningful to screenreaders.
Credit: https://github.com/paypal/bootstrap-accessibility-plugin
Per:
https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#alert
https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#modal-dialog
2014-05-03 19:53:34 -07:00
Mark Otto
f9b88cbe9e
Merge pull request #13461 from patrickhlauke/docs-dropdown-sr-only
...
Remove sr-only from components/dropdowns example
2014-05-01 22:41:06 -07:00
Patrick H. Lauke
463e02511b
Remove sr-only from components/dropdown entirely
...
possibly less confusing option, as per discussion, is to always show the
dropdown trigger button (both live and in that code example)
2014-05-01 20:26:42 +01:00
Chris Rebert
42c8daea75
Not Less' fault per se
2014-05-01 11:45:48 -07:00
Patrick H. Lauke
7026c9626a
Remove sr-only from components/dropdowns example
...
Assuming sr-only is used in the actual live code so that the menu can be
shown open already ... but having sr-only in the highlighted example
code itself is confusing/misleading.
Also, change the text for the button from "Dropdown" to "Dropdown
trigger" for clarity (and it then matches
http://getbootstrap.com/javascript/#dropdowns )
2014-04-29 20:52:35 +01:00
Chris Rebert
31f01c1abb
Document that @import-ing Bootstrap can break the icon font path
...
Addresses part of #13429 .
2014-04-25 12:02:16 -07:00
Chris Rebert
aec366c591
fix #13340 by documenting @icon-font-path & @icon-font-name more
2014-04-15 20:03:44 -07:00
Mark Otto
f159ce8b9e
Fixes #13208 : Drop <b> for <span> in code snippets and examples
2014-04-07 22:59:37 -07:00
Chris Rebert
1c19284a38
doc how to change the collapsed mobile navbar breakpoint; fixes #13126
2014-04-03 13:31:55 -07:00
Chris Rebert
11ffc7346b
explicitly doc that icon classes should only be used on empty elements; closes #13240
2014-03-31 20:23:14 -07:00