Mark Otto
5a3a356651
revisit how we do these heading examples because the jekyll-toc plugin renders them awkwardly
2017-05-27 22:40:00 -07:00
Mark Otto
968c0c6971
update content docs
2017-05-27 22:16:44 -07:00
Mark Otto
fdf4b7be5f
hide third level toc and deeper
2017-05-27 22:12:18 -07:00
Mark Otto
fa2731b626
update layout pages
2017-05-27 22:12:00 -07:00
Mark Otto
1f43d9c066
revamp getting started docs to use new toc
2017-05-27 22:03:48 -07:00
Mark Otto
fa413aece1
prep the navbar for some old version stuff
2017-05-27 22:03:17 -07:00
Mark Otto
27a98e014a
fix viewbox
2017-05-27 21:44:50 -07:00
Mark Otto
a3f7639728
swap kramdown toc for jekyll-toc plugin, update page layout to only show on xl and above
2017-05-27 21:44:42 -07:00
Mark Otto
3b8202db93
update nav to use logo at all times
2017-05-27 21:43:52 -07:00
Mark Otto
ed3b308c27
purple nav
2017-05-27 20:10:35 -07:00
Mark Otto
0322e7e83b
remove top/bottom padding
2017-05-27 20:10:02 -07:00
Mark Otto
07ef129fc6
always show docs search
2017-05-27 18:47:59 -07:00
Mark Otto
f6b7c38c9b
finesse the docs layout
2017-05-27 18:47:45 -07:00
Mark Otto
3c838067a6
redesign sidebar a bit
2017-05-27 18:30:58 -07:00
Mark Otto
5b66579e4d
make it big screen friendly
2017-05-27 18:24:00 -07:00
Mark Otto
8627c506f7
more responsive docs nav
2017-05-27 18:12:45 -07:00
Mark Otto
7c9efe786a
move .scss-lint.yml to route dir instead of symlink (which didn't work)
2017-05-27 17:54:23 -07:00
Mark Otto
9dbe77a0b0
explicit styles
2017-05-27 17:37:34 -07:00
Mark Otto
6bf63cbe67
hack the headings for sticky header so shit doesn't overlap
2017-05-27 17:37:25 -07:00
Mark Otto
33b322e9b5
position the markdown toc on the right for larger screens
2017-05-27 17:37:03 -07:00
Mark Otto
ded32a682a
new nav styles
2017-05-27 17:36:35 -07:00
Mark Otto
4564f7e3ef
give the navbar a fixed height so we can position other sticky elements more reliably
2017-05-27 17:36:20 -07:00
Mark Otto
ca6c23161f
moved file
2017-05-27 17:35:52 -07:00
Mark Otto
e1cd3c7c2b
remove ads from in these pages, move some content to descriptions
2017-05-27 17:35:43 -07:00
Mark Otto
1029a35f74
Add a symlink to the scss-lint for doing local dev
2017-05-27 17:34:32 -07:00
Mark Otto
480944e66e
• Add SVGs for GitHub, Slack, and Twitter
...
• Move the Bootstrap SVG into the same folder
2017-05-27 17:34:17 -07:00
Mark Otto
456d6a07f0
style our svg icons in the navbar
2017-05-27 17:31:55 -07:00
Mark Otto
bf0fcd7a96
drop navbar search for download button and social icons
2017-05-27 17:31:28 -07:00
Mark Otto
56415b18c6
full width navbar too
2017-05-27 17:30:28 -07:00
Mark Otto
c91da107ad
make the body full width
2017-05-27 17:30:07 -07:00
Mark Otto
8f67ac19a7
Merge branch 'v4-dev' into v4-docs-streamlined
2017-05-27 15:26:48 -07:00
Geremia Taglialatela
db44e4b311
Update nav and navbar HTML markup
...
According to the docs, you just need to apply the `navbar-nav` to an
`<ul>` tag in a list-based navbar. In fact, `navbar-nav` seems to
override all the css properties set by `nav`.
Also, `nav-item` class should be used only for `<li>` tags, or in
conjunction with `<a>` tags to entirely avoid the list-based approach.
This commit removes the redundant `nav` class from `navbar-nav` `<ul>`
tags, moves `nav-item` from `<a>` tags to `<li>` tags and properly
adds `nav-item` class to `<li>` tags where missing.
Refs:
* https://v4-alpha.getbootstrap.com/components/navs/
* https://v4-alpha.getbootstrap.com/components/navbar/#nav
2017-05-27 15:21:49 -07:00
Mark Otto
8a6642bbff
rename section
2017-05-27 14:38:37 -07:00
Mark Otto
6c3f833076
Merge branch 'v4-docs-streamlined' of https://github.com/twbs/bootstrap into v4-docs-streamlined
2017-05-26 22:28:09 -07:00
Mark Otto
f3acf9d890
custom forms example with new grid styles
2017-05-26 21:54:35 -07:00
Mark Otto
9e6644a206
Update forms docs to add more headings and move the huge type example into a table
2017-05-26 21:54:25 -07:00
Mark Otto
04724939a3
Merge branch 'v4-dev' into form-tweaks
2017-05-26 21:22:08 -07:00
Hugh Bellamy
4a8728d54c
Update migration docs for .has-error rename
2017-05-26 20:54:39 -07:00
Mark Otto
733c092681
Drop CSS icons for SVGs ( #22708 )
...
* add the svg icon as a partial so we can include it easily
* add the icon to the homepage
* drop .bd-booticon for svgs here
* rip out the import for .bd-booticon sass file
* Delete _booticon.scss
* indentation
* Update bootstrap-icon.html
* remove those
2017-05-26 20:54:12 -07:00
Mark Otto
b872a6f807
build
2017-05-26 20:21:29 -07:00
Mark Otto
4282d892f3
build
2017-05-26 20:20:10 -07:00
Mark Otto
e0e1e849e6
document more form layout options with grid, including some compact .gutters-sm examples
2017-05-26 20:15:30 -07:00
Mike Cooper
c8c51186f5
update equal-width numbering in docs ( #22697 )
2017-05-26 11:06:25 -07:00
Heiko Jansen
38682f69af
Merge branch 'v4-dev' into patch-1
2017-05-26 11:07:06 +02:00
Idan Cohen
fc5e8b9415
add webpack to documentation ( #22423 )
...
* add webpack to documentation"
implementing PR comments
implementing PR comments
* replace tether with popper
2017-05-25 21:01:07 -07:00
Ayachii
5fa262adec
Fix 22643 - Readme links to vanished file ( #22647 )
...
* Fixed dead link to browser list
The link to the list of browsers supported through Autoprefixer was dead, now updated to a working link.
* Updated label to display new file path
Changed the labeling on the updated link to show read as the new updated file path.
2017-05-24 21:50:22 -07:00
Heiko Jansen
3689be8115
Sync code shown with code actually used
...
Remove class and attributes from buttons which are not expected to trigger dropdowns.
Code used to render the examples is correct but code shown was not.
2017-05-24 16:32:36 +02:00
Johann-S
f5527c65f1
Fix fallbackPlacement default value for Popovers documentation
2017-05-24 15:10:26 +02:00
Johann-S
cc303d5d26
Update Popper.js to 1.9.9
2017-05-24 14:57:40 +02:00
Johann-S
9e894991b0
Update documentation for Tooltips/Popovers about auto placement
2017-05-24 14:57:40 +02:00