Commit Graph

1680 Commits

Author SHA1 Message Date
XhmikosR b9e59e96af
Replace `master` with `v3-dev` after the branch switch. (#28287) 2019-02-15 23:36:44 +02:00
XhmikosR 68b0d231a1 Dist 2019-02-13 17:55:38 +02:00
XhmikosR d4129dff60 Bump year. 2019-02-13 17:55:38 +02:00
XhmikosR 4c547f2175 Dist. 2018-12-14 01:45:51 +02:00
XhmikosR 4a5c7f21d5 Update devDependencies, gems and lots of cleanup/build fixes.
* switch to grunt-postcss and autoprefixer directly; this is the recommended way.
* uglify: specify `ie8` for compatibility
* specify `cascade:false` for autoprefixer
* specify `ieCompat` for less
* drop grunt-contrib-compress since it doesn't work with Node.js 10.x
* remove grunt-contrib-htmlmin to match the v4 docs
* clean up Gruntfile.js
* clean up .travis.yml and backport changes from v4
* build ie10-viewport-bug-workaround.less since it's used in examples
* move shrinkwrap to root
* bs-commonjs-generator.js: Use `path.posix`
* remove .hound.yml
* remove references to no longer used PR bots
* backport and adapt the sri generation script from v4
2018-12-14 01:45:51 +02:00
Mark Otto b3e0a8a3c4 dist 2018-04-08 18:38:25 -07:00
Mark Otto 4731b239b1 grunt 2017-07-09 20:47:51 -07:00
Mark Otto 4f4592c225 Reorganize v3 docs CSS to use Less 2017-07-02 15:09:46 -07:00
Chris Rebert 9a4d1ae37f grunt
[ci skip]
2016-07-25 08:45:02 -07:00
Nicolas Ettlin 6ae5378202 Docs CSS: Removed border from GitHub buttons (#19606)
[skip sauce]
2016-07-17 00:01:59 -07:00
Chris Rebert 079b48b891 Run `grunt`. 2016-07-12 03:14:03 +03:00
XhmikosR 9c464cfdcd Run `grunt`.
[ci skip]
2016-06-28 22:24:03 +03:00
eiselzby 7864eb4c54 Remove unsupported vendor prefixes for @viewport (#19955)
Fixes #19871
2016-06-02 10:04:20 -07:00
XhmikosR d7f7cee39e Run grunt.
[ci skip]
2016-02-28 04:03:48 +02:00
Chris Rebert 1639ef7390 Docs: disable printing of hrefs; fixes #18711
[ci skip]
2016-01-01 18:12:20 -08:00
Chris Rebert 06aa2a5bf2 grunt dist docs
[ci skip]
2016-01-01 12:26:53 -08:00
Chris Rebert cf3f8e0d58 Update copyright years to 2016
[ci skip]
2016-01-01 12:22:03 -08:00
XhmikosR b412dc5b14 Run `grunt`.
[ci skip]
2015-12-24 12:38:22 +02:00
Chris Rebert 46a294f683 Checkin .v4-tease styles
[skip sauce]
2015-12-06 01:50:35 -08:00
Mark Otto c13de0e69a grunt 2015-11-24 11:05:26 -08:00
XhmikosR f5bb168a79 Run `grunt.
[skip sauce]
2015-10-29 18:02:53 +02:00
Chris Rebert 05b1c625be Add CSS portion of IE10 viewport bug workaround to docs
Refs #17337
2015-09-30 12:41:18 -07:00
Mark Otto ab412b2404 grunt 2015-08-04 21:36:11 -07:00
Mark Otto c9c9c614a9 simpler footer with no social buttons, fewer links 2015-07-31 15:03:17 -07:00
XhmikosR f4a44208f4 Run grunt. 2015-07-26 00:16:58 +03:00
Mark Otto 29ff44d311 grunt 2015-06-16 09:06:51 -07:00
XhmikosR b5ed74d43d Run `grunt`.
[ci skip]
2015-06-01 10:29:18 +03: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
XhmikosR 315907c97c Use `https` when possible. 2015-05-17 12:43:20 +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
XhmikosR 86400070b5 Bump copyright year.
[ci skip]
2015-04-28 11:40:42 +03:00
Chris Rebert bf3a64f2df grunt dist docs
[skip sauce]
2015-04-07 19:18:35 -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
XhmikosR d18a043ddc Run `grunt`. 2015-03-15 04:27:44 -07:00
Steven Black 457885075f Javascript docs: Accessibility and cosmetic changes to headings.
Closes #15915 by merging it.
2015-03-03 18:22:09 +02:00
XhmikosR 81115cd089 Run `grunt`. 2015-02-10 10:50:57 +02: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
Mark Otto a3890a72cf Merge branch 'master' into move-inline-css
Conflicts:
	docs/assets/css/docs.min.css
2015-01-21 20:16:08 -08:00
Mark Otto 84e41378e6 style changes 2015-01-21 19:20:16 -08:00
XhmikosR a6f3bdb71f Move inline CSS to docs.css. 2015-01-21 09:51:12 +02:00
XhmikosR 3f512c927b Add AnchorJS for docs anchors. 2015-01-21 09:50:51 +02:00
Mark Otto d4f1331e51 grunt 2015-01-15 15:51:02 -08:00
XhmikosR 13d7cc7d4c Use a glyphicon instead of the unicode character. 2014-12-30 09:56:24 +02:00
Mark Otto 28d847a1e0 grunt 2014-12-20 23:05:23 -08:00
Patrick H. Lauke d5647e1f62 Make skip link look less "bare bones"
Additional markup for the skip link (to ensure it has the same effective
width as the main content, and to provide an outline around just the
link text) plus some basic styles...make it look a bit more in keeping
with the overall look and feel of the docs.
2014-12-14 21:27:58 +00:00
XhmikosR 4e27c48248 Run `grunt`. 2014-12-11 08:24:31 +02:00
XhmikosR aa1e3e7325 Tweak colors to improve accessibility. 2014-12-11 08:14:07 +02:00
XhmikosR 46b0e94e25 Specify `img` dimensions in the HTML. 2014-12-11 08:14:07 +02:00
Mark Otto 9928144dc4 Fixes #15241: Add simple example to docs for collapse plugin 2014-11-29 23:03:47 -08:00