Rodrigo Prado
fbe0836a8f
Add docs on how to install Bootstrap via composer
...
Closes #16113
Closes #16114
[skip sauce]
2015-03-20 18:42:03 -07:00
Steven Black
0862d1410e
Accessibility and headings hierarchy for the "Getting started" page.
...
Closes #15946 by merging it.
2015-03-03 18:26:38 +02:00
Kevin Kirsche
673cd67798
Fix URL to match the keyword
...
Fix URL to match the keyword
2015-03-01 16:44:13 -05:00
Chris Rebert
a415b91558
Merge pull request #15828 from kkirsche/patch-20
...
Add plugin package keyword recommendation
2015-02-24 16:26:39 -08:00
Kevin Kirsche
114d1cf76c
Add plugin package keyword recommendation
...
Related to #15823 , I would be interested in officially recommending a keyword such as `twbs-bootstrap` so that we can more easily showcase plugins and extensions for Bootstrap without requiring additional curation by the admins / collabs of TWBS
specificity
Add additional comment to docs
Fix capitalization
Update tag per @mdo's recommendation
2015-02-23 13:53:01 -05:00
Patrick H. Lauke
36d6af9bcd
Fix copy/pasta'd id on accessibility skiplink callout
2015-02-21 15:02:40 +00:00
Patrick H. Lauke
b9504feb80
Typo in URL
2015-02-21 14:00:04 +00:00
Jon Chretien
7080e895d8
fixed a few typos in the docs
2015-02-20 17:07:14 -05:00
vsn4ik
1bb3ef3e0b
Use https://www.npmjs.com (new site).
2015-02-17 10:01:58 +03:00
Chris Rebert
0fe6ff9fca
browser-device-support.html: tweak indentation
2015-02-12 10:40:00 -08:00
Chris Rebert
e7de01eeed
Update Twitter handle: @twbootstrap => @getbootstrap
...
Refs 1c94b7791f
CC: @mdo
2015-02-06 11:54:07 -08:00
Patrick H. Lauke
27677fab5b
Merge pull request #15714 from patrickhlauke/skip-link-fixes
...
Skip link workarounds for Chrome and IE
2015-02-04 15:38:17 +00:00
XhmikosR
391054fa2d
Merge pull request #15658 from kkirsche/patch-3
...
Fix issue #15601 — Position of Charset, X-UA-Compatible, and Viewport Meta Tags
2015-02-03 07:22:45 +02:00
Kevin Kirsche
a380e30f7e
Fix issue #15601 — Position of X-UA-Compatible
...
Fix issue #15601 — Position of X-UA-Compatible, charset and viewport
Add comment to all examples
The non-responsive is correctly saying 2 instead of 3
2015-02-02 15:45:57 -05:00
Patrick H. Lauke
214516da16
Expand/clean-up prose about skip links
2015-02-02 12:30:21 +00:00
Patrick H. Lauke
c0892d1470
Skip link workarounds for Chrome and IE
...
Add tabindex="-1" to main #content to work around bug in Chrome (and old
WebKits) and IE
Update advice in accessibility section
Include patch in docs CSS to suppress outline when #content is focused
(particularly as Chrome sets focus as result of mouse click for
tabindex="-1" elements)
2015-01-31 13:09:57 +00:00
Patrick H. Lauke
4d4c7c4051
License FAQ clarification
2015-01-30 16:03:07 +00:00
Chris Rebert
2e20e67dc1
Document sticky :hover on mobile browsers; fixes #12832
2015-01-20 19:22:20 -08:00
Chris Rebert
f1cb639c34
Docs: add missing "http://"
2015-01-15 10:46:58 -08:00
Chris Rebert
ccc3eb5cc6
document usage of npm package; fixes #15127
...
[skip sauce]
2015-01-14 18:43:08 -08:00
XhmikosR
9db1de2a3a
Update jQuery to v1.11.2.
2015-01-07 00:31:18 +02:00
Chris Rebert
c328b6254f
Merge pull request #15473 from twbs/autoprefixer-docs
...
Document that Autoprefixer is required
2014-12-31 16:11:42 -08:00
Nate Eagleson
1b375420fa
Remove extra word from disabling-responsiveness.html
2014-12-30 21:48:34 -05:00
Chris Rebert
4f1000d772
Document that Autoprefixer is required
...
Closes #14937
[skip sauce]
2014-12-30 18:34:48 -08:00
Mark Otto
b7be72c86c
Merge pull request #15348 from bastienmoulia/master
...
Correction in the documentation, add the brand-primary true color in comment and woff2 glyphicons
2014-12-14 16:28:53 -08:00
Patrick H. Lauke
2d41894ce5
Expand/clarify advice about skip links
2014-12-14 21:27:58 +00:00
Bastien
c8855a7ad1
Add glyphicons fonts in woff2
2014-12-12 14:22:41 +01:00
Chris Rebert
7e758f60fc
Repeat warning comment about keeping "What's included" sections in sync
...
Refs #15238
[skip sauce]
2014-12-05 11:50:55 -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
c9289691ba
fix the run-on
2014-11-29 16:53:37 -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
Julian Thilo
c022d88ac5
Merge pull request #15108 from zacechola/irc_room
...
corrects IRC room
2014-11-24 15:46:14 +01:00
Chris Rebert
03f35d2dab
Since Safari has released new fixed versions, we're unlikely to take any further action on this.
2014-11-17 03:19:05 -08:00
Patrick H. Lauke
db4e5efb8f
Fixes to scope
...
as discssued in
https://github.com/twbs/bootstrap/issues/15117#issuecomment-63029993
- added ``scope="row"`` to row headers
- made sure row headers are actual ``<th>`` elements
- removed ``scope="col"`` where it was redundant
- simplified table examples with (to me) unnecessary
``rowspan``/``colspan`` (unless you really want complex tables, in which
case we would need full-on ``id`` and ``headers`` attributes to make
sure each table cell has an explicit association with the related header
cells - overkill, in my opinion)
- one table (in typography) left header-less, as it's more or less presentational (though its structure is still important, hence not adding ``role="presentation"``)
2014-11-14 13:40:09 +00:00
XhmikosR
4d2fb67050
Specify img
alternative text.
2014-11-14 11:28:17 +02:00
Quy Ton
cd03436379
Fix link
2014-11-13 22:20:30 -08:00
Chris Rebert
7bdc307b70
clarify that Bower is one among several installation methods
2014-11-13 15:18:55 -08:00
XhmikosR
6ce4ca75a2
Fix a small grammar mistake.
...
[ci skip]
2014-11-13 22:18:02 +02:00
Zac Echola
bf43c9cf9f
escaped uri
2014-11-13 09:12:31 -06:00
Chris Rebert
82eaefcd43
add link to MDN docs regarding iOS Safari element clickability
2014-11-12 16:16:10 -08:00
Zac Echola
75dfed7f8f
corrects IRC room
2014-11-12 15:31:36 -06:00
Patrick H. Lauke
9391ef207f
aria-hidden added to some stray glyphicons
...
plus minor tweak to customizer's generated alerts
2014-11-11 22:41:21 +00:00
Patrick H. Lauke
bb89657bcb
Assorted accessibility (and some consistency) fixes for documentation
...
Closes #14951 by merging it.
2014-11-11 07:46:14 +01:00
Chris Rebert
c513f58c6a
Remove X-UA-Compatible caveat from Validators docs
...
Refs #15072
2014-11-10 13:14:33 -08:00
Chris Rebert
f0d8894d54
Add #14868 to the compatibility docs
2014-11-03 10:56:30 -08:00
Chris Rebert
780c9b05fe
reads more smoothly
...
For @XhmikosR
2014-10-28 13:11:35 -07:00
XhmikosR
41dbc53b9b
Fix a small typo in comment.
...
[ci skip]
2014-10-23 09:11:12 +03:00
Chris Rebert
8a6a253355
clarify that "build & test everything" Grunt task requires Jekyll
...
Refs #13131 .
2014-10-14 11:41:30 -07:00
Mark Otto
82eaf3cdce
Fixes #14251 : Don't use hidden screen reader content in docs table so that Safari doesn't screw up overflow: hidden; content
2014-10-02 22:18:39 -07:00
Chris Rebert
e70fc61eff
fix typo in Tools section of Getting Started docs
2014-09-24 11:10:18 -07:00