0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00
Commit Graph

6092 Commits

Author SHA1 Message Date
Chris Rebert
d24a15d2b0 rm docs references to nuked stateful button feature
[skip sauce]
2015-08-20 18:47:41 -07:00
Chris Rebert
e3899b4fa8 reboot.md: fix typo: "to a minimal" [sic] 2015-08-20 18:37:20 -07:00
Chris Rebert
8e6972b170 docs/layout/grid.md: Fix responsive utilities link 2015-08-20 18:34:59 -07:00
Chris Rebert
911e58ed63 introduction.md: Fix typo: "started template" 2015-08-20 18:21:35 -07:00
Heinrich Fenkart
3c17c9e90c Docs: link to tooling setup on download page 2015-08-21 02:38:36 +02:00
Heinrich Fenkart
66be25917a Docs: various fixes
Mostly links.
Fixes #17056.
2015-08-21 02:15:17 +02:00
Heinrich Fenkart
3895bfa388 Docs: Fix "read more about x-ua" link
Fixes #17096
2015-08-21 01:28:41 +02:00
Heinrich Fenkart
c585ea5bdf Merge pull request #17027 from n1c/patch-1
Title on Figures page should be Figures and not Images?
2015-08-21 01:20:51 +02:00
Heinrich Fenkart
29496ada60 Merge pull request #17065 from kkirsche/patch-8
Fix link to .table section in Reboot
2015-08-21 01:09:51 +02:00
Heinrich Fenkart
233ae8164f Merge pull request #17085 from thejameskyle/tjk/4
v4 - Fix urls ./helpers => ./utilities
2015-08-21 01:08:48 +02:00
Heinrich Fenkart
666617109f Merge pull request #17086 from thejameskyle/tjk/5
v4 - Fix text utilities link
2015-08-21 01:08:10 +02:00
Heinrich Fenkart
12df7622a0 Merge pull request #17025 from hebbet/v4-dev
fix broken link to flexbox
2015-08-21 01:02:03 +02:00
Heinrich Fenkart
a5bed79459 Fix link to wall of browser bugs; closes #17107 2015-08-21 00:45:09 +02:00
Heinrich Fenkart
2fb4e182c6 Docs: a little bit of love for the wall of browser bugs 2015-08-21 00:41:18 +02:00
Heinrich Fenkart
73a88dbe86 Docs: Update all dropdowns to new HTML structure 2015-08-21 00:18:55 +02:00
Mark Otto
70e4c72066 Merge branch 'v4' into v4-dev 2015-08-20 15:16:41 -07:00
Mark Otto
b3808f833d this sucks, but it's needed for now due to the grunt build control plugin 2015-08-20 15:08:43 -07:00
Mark Otto
705fb5361e grunt 2015-08-20 15:06:36 -07:00
Heinrich Fenkart
d211654e55 Merge pull request #17156 from kkirsche/patch-19
v4 Docs - Fix scroll spy navbar example
2015-08-20 23:14:09 +02:00
David Richardson
42792682ac Fix use of LESS var syntax in docs when referencing SCSS
Example:
> ... SCSS variables (e.g., `@enable-gradients: true`) ...
Referenced SCSS but used the LESS syntax. Changed to:
> ... SCSS variables (e.g., `$enable-gradients: true`) ...

Closes #17114
2015-08-20 13:03:12 -07:00
Kevin Kirsche
df734852ee v4 Docs - Fix scroll spy navbar example
Fix #17125
2015-08-20 15:24:07 -04:00
Heinrich Fenkart
d16144cf2f Merge pull request #17152 from zacechola/popover_container_example
v4 - Fix container option example code
2015-08-20 21:15:55 +02:00
Zac Echola
8bfb295c1b Fix container option example code 2015-08-20 13:46:49 -05:00
Kevin Kirsche
ca9fdcee9c Add pixel values for the rem breakpoints and column sizes
Fix: #17145
2015-08-20 12:39:21 -04:00
Kevin Kirsche
5c03882aff Rendered example bin in grid docs should use sass
Fix #17129
2015-08-20 11:48:27 -04:00
Christian Oliff
9471ad7533 Fix tether typo
Fix tether typo
2015-08-21 00:43:34 +09:00
Heinrich Fenkart
0771881935 Merge pull request #17133 from zacechola/btn_xs_removal
Remove btn-xs from dropdown docs
2015-08-20 16:48:04 +02:00
Zac Echola
8dec4e8995 Remove btn-xs from dropdown 2015-08-20 09:18:11 -05:00
Benjamin Dean
b381af5e65 Fix "background-variants" anchor 2015-08-20 12:53:35 +03:00
Manoj Kumar
6b1cf58d58 Add more compatibility info and caniuse links to Flexbox docs
Closes #17091
2015-08-19 20:33:07 -07:00
James Kyle
5d8751274d Use .example-element instead of doge 😢 2015-08-19 16:52:24 -07:00
James Kyle
8be18f32ac Fix text utilities link 2015-08-19 15:42:41 -07:00
Heinrich Fenkart
6ce530a1c4 Merge pull request #17083 from thejameskyle/tjk/2
v4 - fix after => :after
2015-08-20 00:35:31 +02:00
James Kyle
459b9fa0e0 Fix urls ./helpers => ./utilities 2015-08-19 15:33:35 -07:00
Heinrich Fenkart
1f6c4859fe Merge pull request #17081 from gps035/patch-1
Correct presented class for outline buttons
2015-08-20 00:33:27 +02:00
James Kyle
4540ad38af Use doge instead of css for <pre> example 2015-08-19 15:28:49 -07:00
James Kyle
3a2c798397 v4 - fix after => :after 2015-08-19 15:21:42 -07:00
gps035
d868eb2825 Correct presented class for outline buttons 2015-08-19 23:17:19 +01:00
James Kyle
56eefe2ab4 Add code example to display typography 2015-08-19 15:16:13 -07:00
Kevin Kirsche
805d4874f0 Fix link to .table section in Reboot
Fix #17062
2015-08-19 17:30:48 -04:00
Kevin Kirsche
b6e0481c32 State Edge support instead of IE 11 as latest
Fix #17055
2015-08-19 17:23:50 -04:00
Chris Rebert
1efb07dad9 Merge pull request #17047 from petetnt/petetnt-v4-dev-patch-1
Fixed couple of formatting errors in modal.md (v4)
2015-08-19 13:11:27 -07:00
Chris Rebert
7102ac6e6c Merge pull request #17034 from chrisrowe/patch-1
Fixed "Srollspy" typo in component title
2015-08-19 13:10:22 -07:00
Chris Rebert
7bc5af2628 Merge pull request #17030 from swaincreates/v4-dev-spelling-fix
V4 dev spelling fix in docs/getting-started/flexbox.md
2015-08-19 13:09:12 -07:00
Thomas McDonald
c9a5f82357 Merge pull request #17038 from supergibbs/tehter-spelling
tehter spelling
2015-08-19 12:40:37 -07:00
Pete Nykänen
66a9ed278e Fixed couple of formatting errors in modal.md
One extra `</p>` was out of place, plus couple of issues with `'s which caused some odd formatting.
2015-08-19 21:43:16 +03:00
Chris Rowe
95999a13b4 Fixed "Srollspy" typo in component title 2015-08-19 19:29:21 +01:00
Bram van Leur
7ec40d25cd v4: Fix Typo in Forms docs 2015-08-19 20:22:55 +02:00
Supergibbs
b071e6e03c tehter -> tether 2015-08-19 11:01:11 -07:00
Thomas McDonald
323b9b1320 remove .btn-xs reference in docs 2015-08-19 10:38:22 -07:00
swaincreates
1e8d186f33 change flexbix to flexbox in docs/getting-started/flexbox.md 2015-08-19 13:30:18 -04:00
Nic
83acf0573b Title on Figures page should be Figures and not Images? 2015-08-19 19:03:33 +02:00
Pascal Herbert
547e6e8af8 fix broken link to flexbox 2015-08-19 18:46:05 +02:00
Mark Otto
980d8ea2d8 docs tweaks for responsive 2015-08-19 00:07:59 -07:00
Mark Otto
624723f4c3 links, disable downloads, alert package manager downloads 2015-08-18 23:51:59 -07:00
Mark Otto
1020297f0a remove cdn link from home for now 2015-08-18 23:46:56 -07:00
Mark Otto
5a905ef8a5 basic responsive top nav hacks for docs 2015-08-18 23:44:18 -07:00
Mark Otto
923677013d themes link 2015-08-18 23:19:38 -07:00
Mark Otto
fc5d996e10 Merge branch 'v4' of https://github.com/twbs/derpstrap into v4 2015-08-18 22:23:44 -07:00
Mark Otto
d52755b3eb comment out versions for now 2015-08-18 20:31:27 -07:00
Mark Otto
6211641f69 more grunt 2015-08-18 20:28:45 -07:00
Mark Otto
0df8fae725 grunt 2015-08-18 20:25:35 -07:00
Mark Otto
c8306d2f70 rewrite active and disabled styles for navs 2015-08-18 20:25:31 -07:00
Mark Otto
d2f4c35061 rewrite some button group docs 2015-08-18 20:25:18 -07:00
Mark Otto
e18d6b691d note to the migration page 2015-08-18 20:03:03 -07:00
Mark Otto
f83ca1c6b0 ads colors 2015-08-18 19:56:28 -07:00
Mark Otto
7de3b3eced fix footer to use new dropdown markup 2015-08-18 19:51:21 -07:00
Mark Otto
1ee84d4a1c help text tweaks 2015-08-18 19:36:01 -07:00
Mark Otto
a79e7db6bd document some help text examples to the docs 2015-08-18 19:30:22 -07:00
Mark Otto
c369409a54 grunt 2015-08-18 19:26:21 -07:00
Mark Otto
58d1297fcb overhaul custom selects with latest from primer, shoutout 2015-08-18 19:26:18 -07:00
Mark Otto
15b7ce59df grunt 2015-08-18 18:45:12 -07:00
Mark Otto
5ebc46cec3 fix dropdown fonts in header 2015-08-18 18:45:08 -07:00
Mark Otto
2685475919 downsize that nav 2015-08-18 01:27:33 -07:00
Mark Otto
ff72ea6b81 navbar positioning 2015-08-18 01:18:21 -07:00
Mark Otto
4c7e4e4454 grunt 2015-08-18 01:06:40 -07:00
Mark Otto
a3eecaadb0 fix main docs nav to use latest navbar changes 2015-08-18 01:06:36 -07:00
Mark Otto
e8e7b2303f grunt 2015-08-18 00:59:48 -07:00
Mark Otto
03f21a75e5 grunt 2015-08-18 00:47:15 -07:00
Mark Otto
a84e51a2dc don't let that interfere with the navbar 2015-08-18 00:47:10 -07:00
Mark Otto
d6b6a20a0d rewrite navbar once more for lower key styles and a new take on modifiers for improved customization 2015-08-18 00:46:29 -07:00
Mark Otto
a4e9a6845a space out form control sizing examples 2015-08-17 23:44:17 -07:00
Mark Otto
f1e10c37fd rewrite navbar bits some more 2015-08-17 23:43:59 -07:00
Mark Otto
34f24ddd20 docs grunt 2015-08-17 21:31:23 -07:00
Mark Otto
b68acc8938 redo hella docs scss
- clean out commented out code
- break apart homepage.scss into sub files by component
- rename a few files to reflect their new component names
2015-08-17 21:31:17 -07:00
Mark Otto
38efe5ae59 rip commented out old anchor js css 2015-08-17 21:24:39 -07:00
Mark Otto
84a862e75f rebuild docs js 2015-08-17 21:24:25 -07:00
Mark Otto
cd592725cb restore docs kill links js 2015-08-17 21:21:39 -07:00
Mark Otto
03b6c35b5d restore docs anchor js 2015-08-17 21:20:36 -07:00
Mark Otto
b430ed19d8 docs grunt 2015-08-17 21:16:12 -07:00
Mark Otto
1654f2a6e1 tweak docs spacing 2015-08-17 21:16:09 -07:00
Mark Otto
c9ed01d972 grunt 2015-08-17 21:13:54 -07:00
Mark Otto
5dd88488d4 stub out docs links 2015-08-17 21:08:30 -07:00
Mark Otto
78d18c82c7 rip gauges tracking 2015-08-17 21:08:15 -07:00
Mark Otto
8cb0cd3106 tweak that margin 2015-08-17 21:08:07 -07:00
Mark Otto
86f7ee0184 grunt 2015-08-17 20:41:13 -07:00
Mark Otto
8d8f3aa078 fix ads display on homepage 2015-08-17 20:41:10 -07:00
Mark Otto
4cb324afab add redirects for all top level docs sections 2015-08-17 20:34:11 -07:00
Mark Otto
abc9f26558 grunt 2015-08-17 18:33:38 -07:00
Mark Otto
d2a29b5643 typo 2015-08-17 18:21:59 -07:00
Mark Otto
be34e2fde6 grunt 2015-08-17 18:20:33 -07:00
Mark Otto
29b4031db5 allow <button> elements as .dropdown-item's 2015-08-17 18:18:37 -07:00
Mark Otto
f6925475dc grunt 2015-08-17 11:21:13 -07:00
Mark Otto
9a243f2b66 grunt 2015-08-17 11:19:22 -07:00
Mark Otto
e558f490dd Rewrite dropdowns
- Remove nested > selectors for dropdown items
- Update docs examples to use all the new markup
2015-08-17 11:19:14 -07:00
Mark Otto
5d114f8cb4 grunt 2015-08-17 11:18:35 -07:00
Mark Otto
9970983b6b copy 2015-08-17 00:42:41 -07:00
Mark Otto
461b37b034 Merge branch 'v4' of https://github.com/twbs/derpstrap into v4 2015-08-17 00:12:58 -07:00
Mark Otto
bce36ae026 narrow homepage grid cols 2015-08-17 00:12:20 -07:00
Mark Otto
c6d6135e26 reformat that 2015-08-17 00:12:07 -07:00
Mark Otto
0048e3a32e grunt 2015-08-16 18:20:10 -07:00
Mark Otto
053853a4f5 custom padding on homepage 2015-08-16 18:11:23 -07:00
Mark Otto
18cbb7d695 semibold buttons 2015-08-16 18:11:10 -07:00
Mark Otto
0a78c48064 darken gradient 2015-08-16 18:10:53 -07:00
Mark Otto
a52b0d7b03 darken gradient 2015-08-16 18:10:31 -07:00
Jacob Thornton
409ede0a35 rebuild js 2015-08-15 12:19:11 -07:00
Jacob Thornton
db14bac42f update tooltip/popover docs 2015-08-15 12:07:06 -07:00
Mark Otto
c064eef67b Massive cleanup
- Simpler main nav on all pages
- Back to purple masthead on homepage instead of dark graphite
- Active link styles on the main nav
- Cleaned up sidebar nav
- New docs layout name
- Homepage copy edits
- Updated bright purple docs color
2015-08-14 22:45:55 -07:00
Mark Otto
b388778f1f restyle zeroclipboard doodad 2015-08-14 00:47:41 -07:00
Mark Otto
31cddd11c6 bump headings 2015-08-14 00:36:47 -07:00
Mark Otto
43e1678bf3 update utils, use important 2015-08-14 00:36:26 -07:00
Mark Otto
b2f9fe4a3e grunt it 2015-08-13 23:18:58 -07:00
Mark Otto
9b1ee31567 nuke the shared padding vars and assign to individual components
- no real need for everything to be 100% shared
- padding looked and felt too large for inputs but not for buttons
- tying forms and buttons seems fine, but throwing in pagination feels wrong
2015-08-13 23:04:16 -07:00
Mark Otto
879114a808 Merge branch 'v4' of https://github.com/twbs/derpstrap into v4 2015-08-12 22:56:56 -07:00
Thomas McDonald
d8acb36777 fix breadcrumbs libsass content 2015-08-12 22:14:58 -07:00
Mark Otto
28d399c436 grunt 2015-08-12 22:14:38 -07:00
Mark Otto
faacbdb49f Remove .help-block entirely
- Fixes #13267 somewhat.
- Instead of a single, block-level class, let's use a combination of existing elements and classes.
- For block-level help text, use p.text-muted.
- For inline-level help text, use span.text-muted or small.text-muted.
2015-08-12 22:14:31 -07:00
Thomas McDonald
dd0fa97856 clarify ie8- 2015-08-12 22:03:32 -07:00
Thomas McDonald
454fc7c03a add example for disabled pager link 2015-08-12 21:17:33 -07:00
Mark Otto
5e928c7c2b Merge branch 'v4' of https://github.com/twbs/derpstrap into v4 2015-08-12 21:16:56 -07:00
Jacob Thornton
7ba24450be Merge branch 'v4' of github.com:twbs/derpstrap into v4 2015-08-12 21:18:36 -07:00
Jacob Thornton
17ba95c201 rebuild stuff 2015-08-12 21:17:43 -07:00
Mark Otto
a0ae458a8a grunt 2015-08-12 21:15:23 -07:00
Mark Otto
067311f44b basic docs fix for badges in list group, still needs more changes 2015-08-12 21:15:19 -07:00
Jacob Thornton
f2ae3ea043 Merge branch 'v4' of github.com:twbs/derpstrap into v4 2015-08-12 21:12:23 -07:00
Jacob Thornton
11abb0f7e9 fix modal 2015-08-12 21:12:03 -07:00
Thomas McDonald
35f064f96c Merge branch 'v4' of github.com:twbs/derpstrap into v4 2015-08-12 21:09:44 -07:00
Thomas McDonald
a8023edf16 Merge branch 'v4' of github.com:twbs/derpstrap into v4 2015-08-12 21:09:19 -07:00
Thomas McDonald
1d631e6ca3 remove .badge class from buttons 2015-08-12 21:07:41 -07:00
Mark Otto
b1a74195c8 simpler type, docs callout for reproducing the v3 style headings and small text 2015-08-12 20:45:21 -07:00
Mark Otto
314161cb17 remove hella vars from the jumbotron 2015-08-12 20:28:46 -07:00
Mark Otto
0babe3568c simpler gruntfile watch 2015-08-12 20:14:14 -07:00
Mark Otto
3406e2fd7f Merge branch 'v4' of https://github.com/twbs/derpstrap into v4 2015-08-12 20:01:38 -07:00
Mark Otto
46fbaab5ef unfuck all that watch shit 2015-08-12 20:01:15 -07:00
Jacob Thornton
9bdb6d13f6 Merge branch 'v4' of github.com:twbs/derpstrap into v4 2015-08-12 20:00:33 -07:00
Jacob Thornton
23d05f1585 get the js working for docs 2015-08-12 19:59:55 -07:00
Thomas McDonald
a7e36a1f1b Merge branch 'v4' of github.com:twbs/derpstrap into v4 2015-08-12 19:49:21 -07:00
Thomas McDonald
9305fd378f fix scrollspy example 2015-08-12 19:49:08 -07:00
Mark Otto
bbd62031f2 fix blockquote docs 2015-08-12 18:47:15 -07:00
Mark Otto
2375bb55b0 fix homepage btn classes 2015-08-12 17:50:02 -07:00