Mark Otto
9fc9977a25
purple sidebar
2017-05-28 21:40:23 -07:00
Mark Otto
64c548527a
add new var, update alignment
2017-05-28 21:40:15 -07:00
Mark Otto
9cf11d71dd
move algolia overrides to separate scss partial
2017-05-28 21:24:44 -07:00
Mark Otto
f894dd4a24
move docs vars to new scss partial
2017-05-28 21:24:29 -07:00
Mark Otto
66011fb74c
more algolia design tweaks
2017-05-28 21:21:50 -07:00
Mark Otto
d4a1244c60
fix font-size and borders
2017-05-28 18:01:24 -07:00
Mark Otto
f2fb861308
fix font-size to compute to 14px even
2017-05-28 18:01:08 -07:00
Mark Otto
31613b55de
.bd-lead refinement for mobile
2017-05-28 18:00:38 -07:00
Mark Otto
bef65b17dc
fix homepage
2017-05-28 17:52:52 -07:00
Mark Otto
930012f29a
try out a different navbar approach
2017-05-28 17:49:46 -07:00
Mark Otto
9c4d588f0b
new styles for docsearch
2017-05-28 16:16:13 -07:00
Maxime Locqueville
c709ce19a5
add docsearch
2017-05-28 16:15:08 -07:00
Mark Otto
fdf4b7be5f
hide third level toc and deeper
2017-05-27 22:12:18 -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
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
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
1029a35f74
Add a symlink to the scss-lint for doing local dev
2017-05-27 17:34:32 -07:00
Mark Otto
456d6a07f0
style our svg icons in the navbar
2017-05-27 17:31:55 -07:00
Mark Otto
8f67ac19a7
Merge branch 'v4-dev' into v4-docs-streamlined
2017-05-27 15:26:48 -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
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
Johann-S
cc303d5d26
Update Popper.js to 1.9.9
2017-05-24 14:57:40 +02:00
Johann-S
460ff235fa
Documentation display tooltips/popovers arrows with css for static examples
2017-05-23 15:19:54 +02:00
Johann-S
dd78950d0a
Update Popper.js 1.9.4
2017-05-17 14:22:10 +02:00
Johann-S
21c3864134
Update Popper.js 1.9.3
2017-05-14 11:41:19 +02:00
Johann-S
3cfa5e8c05
Update Popper.js 1.9.1 + Update documentation about Dropdown placement
2017-05-14 11:41:19 +02:00
Johann-S
458b3cc4a3
Update Popper.js 1.8.2
2017-05-14 11:41:19 +02:00
Johann-S
d5fabf8de5
Remove totaly Tether from documentation + dependencies
2017-05-14 11:41:19 +02:00
Johann-S
c4b4d534a4
Remove Tether from package.json + Update Popper
2017-05-14 11:41:19 +02:00
Johann-S
69de65180f
Fix unit tests + Update Popper to 1.6.0
2017-05-14 11:41:19 +02:00
Johann-S
6cf0fe8780
Use Popper for tooltip and popover
2017-05-14 11:41:19 +02:00
Mark Otto
ba312c20a5
build
2017-04-21 23:58:09 -07:00
Patrick H. Lauke
ea1d69c64b
Make "Copy" buttons actual buttons
...
This makes them keyboard-accessible. For mouse users, the only change
here is that the focus outline will remain on the button once clicked
(in future, this can be solved with :focus-ring, but for now this would
require a polyfill). the tooltip is explicitly hidden on `mouseleave`,
so even though the `<button>` retains focus after clicking, the tooltip
won't stay visible once mouse user moves away.
the mouse hover styles have explicitly not been make to also apply to
:focus, so as to minimise the visual impact for
mouse users (though the tooltip remains visible)
- but due to the default outline and the custom tooltip, it
should be fairly clear when keyboard users set focus to a copy button
too.
2017-04-16 13:57:33 -07:00
Mark Otto
364e01885f
grunt
2017-04-08 13:22:53 -07:00
Pierre Vanduynslager
91b62941af
Tabs/Scrollspy/.nav/.list-group/.active independent of markup (<nav>, .nav-item, <li> etc...)
2017-04-02 11:21:04 +02:00
Mark Otto
319c278cfe
grunt
2017-03-26 14:52:41 -07:00
Mark Otto
1a264be8b3
Redo semantic grid example and make it real in the docs
2017-03-26 13:23:49 -07:00
Mark Otto
4ab06ca453
grunt
2017-03-26 11:26:31 -07:00