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

3233 Commits

Author SHA1 Message Date
Chris Rebert
422ed9ab48 grunt dist docs
[ci skip]
2016-01-01 12:37:52 -08:00
Chris Rebert
e9192f6de0 Update copyright years to 2016
[ci skip]
2016-01-01 12:31:38 -08:00
Geremia Taglialatela
ac77f5843a Fix margins in highlights 2015-12-31 20:00:28 +01:00
XhmikosR
612ff4f5d1 Run grunt.
[ci skip]
2015-12-24 12:50:15 +02:00
Mark Otto
1e9f0ab99e grunt 2015-12-07 22:11:27 -08:00
Mark Otto
0186ab5fff Merge pull request #18325 from twbs/tooltip-a-nowrap
Prevent anchors in tooltip example from splitting across lines
2015-12-07 21:58:35 -08:00
Mark Otto
8f80b80c17 grunt 2015-12-07 21:35:05 -08:00
Mark Otto
4520b0f5d0 proper fix for #18439 w/ clippy placement and hover 2015-12-07 21:35:00 -08:00
Mark Otto
a78b835143 grunt 2015-12-07 09:24:54 -08:00
Mark Otto
5a2318b68c fixes #18436 2015-12-06 16:41:38 -08:00
XhmikosR
34a0ce571e Run grunt.
[ci skip]
2015-12-05 11:43:23 +02:00
XhmikosR
4191288873 Update clipboard.js to v1.5.5.
[ci skip]
2015-12-05 11:41:34 +02:00
XhmikosR
58717fa2d8 Update anchor.js to v2.0.0.
[ci skip]
2015-12-05 11:41:34 +02:00
XhmikosR
4e7c7f4b9d Update jekyll-search.min.js to v1.0.9.
Fixes the IE 9 error.

[ci skip]
2015-12-04 19:28:41 +02:00
XhmikosR
14772943a6 Rename jekyll-search.js to reflect that it's minified.
[ci skip]
2015-12-04 19:28:41 +02:00
XhmikosR
8a1685fdee Run grunt.
[ci skip]
2015-12-03 08:51:57 +02:00
Chris Rebert
4a51f28e2c Prevent anchors in tooltip example from splitting across lines
So as to decrease the number of future inquiries about said edge case (which is already documented).
Refs #18304
[skip sauce]
2015-11-29 23:54:13 -08:00
Mark Otto
3140701b52 grunt 2015-11-29 18:41:12 -08:00
Mark Otto
9f40178112 fix ads background color 2015-11-29 18:41:08 -08:00
Mark Otto
e28e73e531 grunt 2015-11-29 18:39:46 -08:00
Mark Otto
6421e27b6c darken docs nav selected state and un-semibold it so it's not dangling 2015-11-29 18:36:50 -08:00
XhmikosR
569f86051e Run grunt.
[ci skip]
2015-11-23 18:51:32 +02:00
XhmikosR
eea6690d0e Run grunt.
[ci skip]
2015-11-16 10:03:57 +02:00
Jacob Thornton
a3d7f79ae9 Merge branch 'v4-dev' of github.com:twbs/bootstrap into v4-dev 2015-11-14 19:52:17 -08:00
Jacob Thornton
186c1c6d80 Merge branch 'v4-dev' of https://github.com/lincolndbryant/bootstrap into lincolndbryant-v4-dev 2015-11-14 19:49:48 -08:00
Mark Otto
7d9ddb844d grunt 2015-11-14 19:46:15 -08:00
Mark Otto
ffa3b7c296 grunt 2015-11-12 23:15:38 -08:00
XhmikosR
f1223195b3 Run grunt.
[ci skip]
2015-11-12 09:17:52 +02:00
XhmikosR
a291d79ecb Run grunt.
[ci skip]
2015-11-11 09:00:47 +02:00
Chris Rebert
1dc8583bc5 grunt dist 2015-10-29 22:08:31 -07:00
Chris Rebert
ee34e924dd IE10 Mobile viewport bug workaround: document.querySelector('head') => document.head
Per http://caniuse.com/#feat=documenthead , document.head is supported in IE Mobile 10+,
so slightly simplify the JS accordingly.

[skip sauce]
2015-10-28 15:09:57 -07:00
XhmikosR
a50849f61b Switch to jQuery 2.1.4.
Now that we don't support IE 8 it's safe to do that.
2015-10-24 19:09:33 +03:00
XhmikosR
270c0b1470 Run grunt. 2015-10-24 19:02:32 +03:00
Zeno Rocha
e4590aca61 Fix the remaining issues for the clipboard.js switch. 2015-10-24 19:01:03 +03:00
XhmikosR
c343b9f59d Replace ZeroClipboard with clipboard.js.
Things left:
1. clear the selection after copy
2. add messages for success and error
2015-10-24 19:01:02 +03:00
Chris Rebert
4461884f69 Rename docs-specific static tooltip/popover classes for clarity; refs #18043
[skip sauce]
2015-10-23 23:17:19 -07:00
Chris Rebert
a19bcaef96 grunt dist 2015-10-23 12:06:24 -07:00
XhmikosR
724bf86288 Run grunt.
[ci skip]
2015-10-14 00:49:31 +03:00
Chris Rebert
b74536fa8c grunt dist 2015-10-09 21:03:57 -07:00
XhmikosR
b93c16341d Run grunt. 2015-09-23 09:39:13 +03:00
XhmikosR
7399607a03 Specify a filter gradient for IE 9. 2015-09-19 09:41:25 +03:00
XhmikosR
2c7e65a680 Use the individual background properties instead of the shorthand.
[ci skip]
2015-09-19 09:41:25 +03:00
Mark Otto
c34fdd415e grunt 2015-09-15 21:11:19 -07:00
Corbzilla
2dce4740cf Add JS to fix indeterminate checkbox example in docs
Fixes #17196
Closes #17510
2015-09-07 13:41:45 -07:00
Mark Otto
180f97d7b2 grunt 2015-09-05 20:56:46 -07:00
Patrick H. Lauke
e859b4b216 Merge pull request #17477 from patrickhlauke/v4-skippy
Port skiplink styling from v3 to v4
2015-09-05 18:37:27 +02:00
XhmikosR
fec2cedfd4 Merge pull request #17369 from twbs/v4-dev-xmr-docs-img
Compress images.
2015-09-05 17:17:00 +03:00
Patrick H. Lauke
6a37ec3767 Port skiplink styling from v3 to v4 2015-09-05 08:56:47 +01:00
XhmikosR
f0840c893b Run grunt. 2015-09-05 08:13:43 +03:00
XhmikosR
1ba807f15d Update Holder.js to v2.8.2.
[ci skip]
2015-09-05 07:51:14 +03:00
Mark Otto
cab79b13ca grunt 2015-09-04 21:28:06 -07:00
Kevin Kirsche
54fba7cbe5 Rename .img-responsive class to .img-fluid
Fix #17166
2015-09-01 21:12:28 -07:00
Mark Otto
0537c5a455 Merge pull request #17336 from petetnt/petetnt/v4-dev-patch-3
Document utility class .bg-inverse
2015-09-01 20:17:09 -07:00
XhmikosR
8941bdfbda Merge pull request #17392 from twbs/v4-dev-xmr-https
Use `https` when possible.
2015-08-30 13:31:05 +03:00
XhmikosR
6e732ace2c Run grunt.
[ci skip]
2015-08-30 00:01:30 +03:00
XhmikosR
8328344212 Use https when possible.
[ci skip]
2015-08-29 18:50:20 +03:00
XhmikosR
3fef66eaf5 Fix the JS errors due to jekyll-search.
1) Update it to v1.0.8
2) Include jekyll-search where it's used only

[ci skip]
2015-08-28 14:28:47 +03:00
XhmikosR
7da2d3c68a Lossy compress the 2 new images.
Before: 538 KB (551.052 bytes)
After:  179 KB (183.296 bytes)

[ci skip]
2015-08-27 18:49:39 +03:00
XhmikosR
4631b229fb Losslessly compress images.
Before: 1,28 MB (1.351.880 bytes)
After:  1,27 MB (1.341.411 bytes)

[ci skip]
2015-08-27 18:49:39 +03:00
XhmikosR
1029240b2d Update Anchor.js to v1.2.1.
[ci skip]
2015-08-27 08:14:39 +03:00
XhmikosR
13e33e329c Remove the obsolete JSHint references. 2015-08-27 08:11:11 +03:00
petetnt
6aebac8e38 Document .bg-inverse 2015-08-26 16:01:34 +03:00
Chris Rebert
7ff9b1979c grunt dist 2015-08-26 01:28:48 -07:00
XhmikosR
ab4c07dbdd Bump year.
[ci skip]
2015-08-25 18:52:27 +03:00
XhmikosR
606393502d Specify Internet Explorer 9 as the minimum supported version. 2015-08-25 18:52:27 +03:00
Mark Otto
facb3a0c3c grunt 2015-08-24 22:34:46 -07:00
Mark Otto
d4e7252a83 grunt 2015-08-23 00:18:35 -07:00
Mark Otto
b3c4ea52cd Merge pull request #17221 from maxbeatty/docs-preprocessor
Update Preprocessor section of homepage
2015-08-22 19:07:05 -07:00
Mark Otto
912637f0d0 homepage docs callout 2015-08-22 18:32:18 -07:00
Mark Otto
6e5e9225fd grunt 2015-08-22 18:25:20 -07:00
Max Beatty
2c58bd5294 Update Preprocessor section of homepage 2015-08-21 15:02:11 -07:00
Kevin Kirsche
b35fc603fd v4 - Remove weird extra border from GitHub follow buttons on v4 Team page
Fix #17175

X-Ref Original Against Wrong Branch: #17179
2015-08-20 23:09:19 -04:00
Mark Otto
980d8ea2d8 docs tweaks for responsive 2015-08-19 00:07:59 -07:00
Mark Otto
5a905ef8a5 basic responsive top nav hacks for docs 2015-08-18 23:44:18 -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
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
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
a4e9a6845a space out form control sizing examples 2015-08-17 23:44:17 -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
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
bce36ae026 narrow homepage grid cols 2015-08-17 00:12:20 -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
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
0babe3568c simpler gruntfile watch 2015-08-12 20:14:14 -07:00
Jacob Thornton
23d05f1585 get the js working for docs 2015-08-12 19:59:55 -07:00
Mark Otto
575a886437 fix general page and page header layout 2015-08-12 17:45:47 -07:00
Mark Otto
8e8f8f54cd property order 2015-08-12 17:23:44 -07:00
Mark Otto
2e98fd872c compile latest 2015-08-10 23:43:32 -07:00
Mark Otto
9998556556 fix widths on container diagrams 2015-08-10 23:18:45 -07:00
Mark Otto
28bcf047c8 container illustrations 2015-08-10 23:07:50 -07:00
Mark Otto
1624c5b594 remove commented out code 2015-08-10 22:47:50 -07:00
Mark Otto
b814a96aba ads spacing 2015-08-10 16:50:48 -07:00
Mark Otto
d1f06ffe83 light gray on docs search input 2015-08-10 16:47:43 -07:00
Mark Otto
f5008769a5 really fix that spacing and nesting 2015-08-10 16:46:21 -07:00
Mark Otto
d02017e0e5 more margin there 2015-08-10 16:44:47 -07:00
Mark Otto
80a1b69ce5 compile latest docs css 2015-08-10 16:11:49 -07:00
Mark Otto
c78965b47d clean up spacing of table of contents links in docs 2015-08-10 15:56:05 -07:00
Mark Otto
491cc512ad build 2015-08-09 22:50:04 -07:00
Mark Otto
74ee24db1e treat old .btn-outline docs button as a true .btn modifier 2015-08-09 22:49:42 -07:00
Mark Otto
44fe355ec2 un-affix top navbar 2015-08-09 20:31:16 -07:00
Mark Otto
7c3f5b6d59 rewrite some forms docs, use new validation styles and icons 2015-08-08 14:15:09 -07:00
Mark Otto
ee133a9cd4 fix ads styles 2015-08-05 23:26:10 -07:00
Mark Otto
0173b553d5 fix broken table in the forms docs 2015-08-05 23:19:15 -07:00
Mark Otto
fed0d8a2d4 restore page headers, use partial and page frontmatter to organize it 2015-08-05 17:47:45 -07:00
Mark Otto
bc88c90b2c footer overhaul again 2015-08-05 00:54:30 -07:00
Mark Otto
d80f26fe49 unaffix sidebar and simplify styles of docs side nav to be more like v3 2015-08-05 00:38:36 -07:00
Mark Otto
6836530f72 account for nav on docs pages 2015-08-05 00:10:15 -07:00
Mark Otto
b728fe2bbd tweak homepage copy and layout 2015-08-05 00:05:05 -07:00
Mark Otto
95b0ec18f4 new global navbar for all docs pages 2015-08-04 23:39:51 -07:00
Mark Otto
60a045634c grunt 2015-08-04 23:24:22 -07:00
Mark Otto
5e8baa3004 yay 2015-08-04 22:47:22 -07:00
Mark Otto
4b506b9b11 color function that shiz 2015-08-04 22:46:49 -07:00
Mark Otto
042b5fc7eb tweak footer styles 2015-08-04 22:39:54 -07:00
Mark Otto
d318d64c08 grunt 2015-08-04 22:31:18 -07:00
Mark Otto
1ddc3f5e21 Merge branch 'master' into v4m 2015-08-04 22:29:45 -07:00
Mark Otto
ab412b2404 grunt 2015-08-04 21:36:11 -07:00
Mark Otto
8babdf166a Merge pull request #16921 from twbs/footer
Simpler docs footer
2015-07-31 15:17:33 -07:00
Mark Otto
c9c9c614a9 simpler footer with no social buttons, fewer links 2015-07-31 15:03:17 -07:00
Mark Otto
32f9b626b3 smaller, local expo screenshots 2015-07-31 14:51:31 -07:00
XhmikosR
abdf41f5f3 Add a local jQuery fallback.
Shouldn't really happen, but China for example has blocked Google so this should help.
2015-07-26 10:07:33 +03:00
XhmikosR
f4a44208f4 Run grunt. 2015-07-26 00:16:58 +03:00
Mark Otto
847470ca09 grunt 2015-06-22 23:25:18 -07:00
Mark Otto
b5bfc7c252 line-height-base in docs 2015-06-22 23:25:14 -07:00
Mark Otto
96e7ceed90 grunt 2015-06-22 16:30:56 -07:00
Mark Otto
5f20106784 fix margin again 2015-06-22 16:17:18 -07:00
Mark Otto
e4d72c914d fix vars, grunt that shit 2015-06-19 00:01:57 -07:00
Mark Otto
169d2a4a78 Merge branch 'master' into v4 2015-06-18 23:56:43 -07:00
Mark Otto
b39ce7d6c0 grunt 2015-06-18 15:48:54 -07:00
Julian Thilo
a49f8e98f7 Update customize.min.js with version bump 2015-06-16 18:45:08 +02:00
Mark Otto
57a9a5c803 bump version 2015-06-16 09:37:42 -07:00
Mark Otto
16b48259a6 customizer and raw files 2015-06-16 09:13:22 -07:00
Mark Otto
29ff44d311 grunt 2015-06-16 09:06:51 -07:00
Mark Otto
e615ae053c overhaul nav and shit again
- drop the index pages save for examples
- comment out the extend section for now
- fix up spacing fix on team list
2015-06-13 14:05:25 -07:00
Mark Otto
840938f09d tweak code styles 2015-06-09 16:28:17 -07:00
Mark Otto
07c7d2d1de remove commented out css 2015-06-09 15:24:28 -07:00
Mark Otto
7f37ec1be3 grunt 2015-06-09 15:23:21 -07:00
Mark Otto
6b1c9ee8d5 redo most of the css for the masthead, page headers, and ads 2015-06-09 15:22:57 -07:00
XhmikosR
b5ed74d43d Run grunt.
[ci skip]
2015-06-01 10:29:18 +03:00
XhmikosR
82aa0cd56b docs: update uglify-js to v2.4.23.
[ci skip]
2015-06-01 10:29:18 +03:00
Mark Otto
c1a84e38c7 grunt 2015-05-31 23:53:14 -07:00
Timothy Gu
7278bed86f Adjust Carbon Ads margin on -xs
The .container that immediately surrounds .carbonad has a padding of 15px, not 30px.

Fixes #16552.
2015-05-30 14:57:41 -07:00
Mark Otto
38c7813c72 grunt 2015-05-29 13:09:57 -07:00
Mark Otto
43b083effb grunt 2015-05-29 02:09:44 -07:00
Mark Otto
719afd48ac style the markdown toc a bit to hide the first item (the contents heading) 2015-05-29 01:59:20 -07:00
Mark Otto
9e1af0d743 fix scrolling of sidebar 2015-05-28 20:05:48 -07:00
Mark Otto
67f2e77955 don't use anchor.js on h1s in the docs 2015-05-28 14:08:25 -07:00
Mark Otto
7c594f2069 change card styles in docs examples to use just a max-width for now 2015-05-28 14:08:11 -07:00
Mark Otto
663576a7ae Merge branch 'v4' of https://github.com/twbs/derpstrap into v4
Conflicts:
	dist/css/bootstrap.css
	dist/css/bootstrap.css.map
	docs/assets/css/docs.min.css
2015-05-27 15:49:55 -07:00
Mark Otto
4238e2057f grunt 2015-05-22 22:34:04 -07:00
Mark Otto
e84bc04e20 button alignment in nav 2015-05-22 22:33:58 -07:00
XhmikosR
315907c97c Use https when possible. 2015-05-17 12:43:20 +03:00
XhmikosR
9b6a2013d6 docs: update uglify-js to v2.4.21.
[ci skip]
2015-05-17 00:55:26 +03:00
XhmikosR
c56032a0e5 Remove grunt-banner completely.
Add a license header in theme instead.
2015-05-16 12:57:27 +03:00
XhmikosR
9e395712a5 Run grunt. 2015-05-16 09:58:16 +03:00
Bryan Braun
dec2faec3d Update Anchor.js and port over the existing styles.
Anchor.js 1.0.0 drops the need to use anchor.css, so we remove it
from the codebase and move any leftover styles over to docs.css.

Closes #16488 by merging it.
2015-05-16 09:58:15 +03:00
Chris Rebert
c111c291be Relicense ie10-viewport-bug-workaround.js under MIT License
Fixes #16470
Closes #16483
2015-05-14 22:43:27 -07:00
Mark Otto
588b7e564e grrrrrrrrrrrrrrrrrrrunt 2015-05-14 11:11:03 -07:00
Mark Otto
82279a8eb2 Merge branch 'btn-borders' of https://github.com/martinbean/bootstrap into martinbean-btn-borders 2015-05-13 21:20:02 -07:00
fat
3452e8dc83 rewritten tooltip + tether integration and death to our positioner jank 2015-05-11 23:32:37 -07:00
XhmikosR
414d0a535a Run grunt. 2015-05-05 11:57:42 +03:00
XhmikosR
5ae00f2e7c Run grunt. 2015-05-05 06:50:18 +03:00
XhmikosR
49c4556354 Comply to the new JSCS rules. 2015-05-05 06:50:18 +03:00
Mark Otto
b8fa32edd2 le grunt 2015-04-29 12:02:02 -07:00
Mark Otto
52133e41c5 grunt 2015-04-29 11:42:53 -07:00
Mark Otto
19d8585bfa clean up sidebar styles 2015-04-29 11:42:50 -07:00
XhmikosR
07e76a571d Redo changes needed to hide Copy button. 2015-04-29 08:56:33 +03:00
XhmikosR
438cae9d90 Revert "Update ZeroClipboard and remove Copy buttons when Flash is unavailable"
This reverts commit 229e888929.

ZeroClipboard v2.x drops IE < 9 support.
2015-04-29 08:55:29 +03:00
XhmikosR
16a44c208d Fix dab6a4f0e3. 2015-04-29 08:54:32 +03:00
XhmikosR
5ca44f94ac Run grunt. 2015-04-28 14:24:37 +03:00
XhmikosR
86400070b5 Bump copyright year.
[ci skip]
2015-04-28 11:40:42 +03:00
XhmikosR
3e7ca3bbc8 Minor lint tweaks. 2015-04-28 11:03:37 +03:00
Mark Otto
dab6a4f0e3 scope anchorjs to immediate children, fixes #16129 2015-04-27 14:16:27 -07:00
Mark Otto
b9ed61854c grunt 2015-04-27 00:51:34 -07:00
Martin Bean
9a451d4aea Add @btn-border-radius variables (#16271) 2015-04-26 17:42:34 +01:00
Mark Otto
dc835db51c fix progress bar animation button 2015-04-26 07:17:45 -07:00
XhmikosR
fa4d7d2bd2 Run grunt. 2015-04-26 14:03:35 +03:00
XhmikosR
8cc39a3951 Update autoprefixer.js.
Taken from https://github.com/ai/autoprefixer-rails/blob/master/vendor/autoprefixer.js

[ci skip]
2015-04-26 14:01:17 +03:00
Mark Otto
3117c98f13 nav 2015-04-25 13:20:59 -07:00
Mark Otto
37e543759b scope grid example styles better 2015-04-23 01:30:55 -07:00
XhmikosR
a2680e8b6b Run grunt.
[ci skip`
2015-04-23 09:18:46 +03:00
XhmikosR
b29c15dfc8 Update Blob.js to v2015-03-21.
[ci skip]
2015-04-23 09:18:45 +03:00
XhmikosR
6df6452619 Update FileSaver.js to v2015-03-04.
[ci skip]
2015-04-23 09:18:45 +03:00
XhmikosR
7da5f13383 Update JSZip to v2.5.0.
[ci skip]
2015-04-23 09:18:45 +03:00
XhmikosR
cd23569d49 Update uglify-js to v2.4.20.
[ci skip]
2015-04-23 09:18:45 +03:00
XhmikosR
69308dc883 Update Holder.js to v2.6.0.
[ci skip]
2015-04-23 09:18:45 +03:00
Mark Otto
46a3506a42 clarify some docs, improve layout 2015-04-22 23:09:05 -07:00
Mark Otto
fd88ae4b4e recenter homepage 2015-04-20 16:59:21 -07:00
Mark Otto
57eee3d852 change borders on homepage featurettes 2015-04-18 20:04:17 -07:00
Mark Otto
8f94078da8 New form control sizing, new navbar condensed variation, update nav and navbar spacing 2015-04-18 18:12:10 -07:00
XhmikosR
09f98453ce Update devDependencies. 2015-04-19 00:07:37 +03:00
Mark Otto
80239a3da4 grunt 2015-04-17 20:59:26 -07:00
Mark Otto
b0b17b3c56 lighter footer border 2015-04-17 19:51:20 -07:00
Mark Otto
bf5931b5ee massive rewrite of forms docs and some css 2015-04-17 16:02:41 -07:00
Mark Otto
8b93787fd2 move all JS buttons docs to regular buttons docs page, rewrite the callouts and some docs verbage 2015-04-17 14:11:08 -07:00
Mark Otto
970e76ea25 try out a light gray sidebar 2015-04-17 01:32:15 -07:00
Mark Otto
b1f48d3098 more reboot updates 2015-04-16 19:33:42 -07:00
Mark Otto
06c2862d25 start stubbing out a new reboot section and file 2015-04-16 18:39:45 -07:00
Chris Rebert
3a279860b0 grunt docs 2015-04-16 17:25:00 -07:00
Mark Tareshawty
229e888929 Update ZeroClipboard and remove Copy buttons when Flash is unavailable
Fixes #16269.
Closes #16301 by merging a rebased version of it.
2015-04-16 17:17:28 -07:00
Mark Otto
466d36e541 Redo all our callouts with the custom callout plugin
- Replaces manual use of .bd-callout with {% callout [type] %}
- Rearranged some callouts for proximity to others
- Turned long lists of callouts--like those on tooltips, plugings, etc--into a list because holy shit that's overwhelming
2015-04-16 16:56:40 -07:00
Mark Otto
801d49fb32 remove margins 2015-04-16 15:15:12 -07:00
Mark Otto
5c0b459eb5 break down docs scss into imports, hell yeah 2015-04-16 14:57:49 -07:00
Mark Otto
a90de06a60 complete the docs scss toc 2015-04-16 14:37:17 -07:00
Mark Otto
0da9e749e3 redo the anchor css in scss, comment out unused code, add our own styles /cc @xhmikosr 2015-04-16 14:33:32 -07:00
Mark Otto
242cea7544 start toc in docs scss file 2015-04-16 14:09:09 -07:00
Mark Otto
c84cf4f7f5 rename classes from .bs-docs and .bs to .bd 2015-04-16 14:07:20 -07:00
Mark Otto
3c93681245 more docs nav changes 2015-04-15 16:07:50 -07:00
Mark Otto
71b6877328 footer button alignment 2015-04-15 15:56:35 -07:00
Mark Otto
650d168fd8 grunt 2015-04-15 15:30:41 -07:00
Mark Otto
6b2775b2fe tweak alignment and spacing 2015-04-15 15:30:38 -07:00
Mark Otto
e9ceff4a5b don't boost first paragraph on mobile 2015-04-15 15:23:10 -07:00
Mark Otto
30938c6244 fix .highlight spacing 2015-04-15 15:19:42 -07:00
Mark Otto
baad9d75ce grunt and docs 2015-04-14 01:01:37 -07:00
Mark Otto
53a3ff74ca redo sidenav 2015-04-13 19:00:59 -07:00
Mark Otto
f522f1841e docs derp 2015-04-13 16:36:44 -07:00
Chris Rebert
bf3a64f2df grunt dist docs
[skip sauce]
2015-04-07 19:18:35 -07:00
Chris Rebert
05d381afc6 Upgrade to Holder v2.5.2
Fixes #16216, FWICT
2015-04-07 19:18:23 -07:00
Steven Black
d3cbf018a8 Eliminate spurrious padding in .bs-docs-header
I agree with all the comments here.

Rather than dicker with container nesting at this late juncture, near sunset for BS 3.0x, let's just fix and move on.  It's docs only.

This PR addresses issue #15100 and eliminates the unnecessary horizontal scrollbar that appears for width for width >=768px and <= 782px.

Tested on three different iOS devices and FireFox/Chrome on OSX and it's fine now.

The only difference is the text in .bs-docs-header is shifted left by 15-pixels, lines are 30 px longer so wrap less in some circumstances in some viewports.
2015-04-01 21:53:10 -04:00
Mark Otto
309264509d Remove grid sizing styles on tables 2015-03-30 18:11:43 -07:00
Mark Otto
6749e5509c rewrite table modifiers to use .table- prefix 2015-03-30 18:08:01 -07:00
Mark Otto
608be81a43 Fixes #13583: Move .sr-only and .sr-only-focusable to mixins, then use them to create classes in _utilities.scss 2015-03-30 17:36:00 -07:00
Mark Otto
6a2d456719 grunt dist and docs 2015-03-29 00:14:02 -07:00
Mark Otto
ce75f289f2 grunt 2015-03-28 23:33:11 -07:00
Chris Rebert
a10eb60bc0 full grunt 2015-03-16 08:44:41 -07:00
Chris Rebert
4d652035dc v3.3.2 => v3.3.4 2015-03-16 08:39:31 -07:00
XhmikosR
d18a043ddc Run grunt. 2015-03-15 04:27:44 -07:00
Mark Otto
3f3f4c6420 grunt css 2015-03-11 19:19:26 +00:00
Mark Otto
594f1fa4a0 update image docs and styles 2015-03-11 19:19:22 +00:00