aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/scss
AgeCommit message (Collapse)AuthorFilesLines
2017-05-29Rearrange all the docs to allow for a docs/major.minor/ setupMark Otto24-1685/+0
2017-05-28customize focus stateMark Otto1-0/+5
2017-05-28purple sidebarMark Otto1-13/+14
2017-05-28add new var, update alignmentMark Otto1-9/+10
2017-05-28move algolia overrides to separate scss partialMark Otto3-101/+101
2017-05-28move docs vars to new scss partialMark Otto2-11/+11
2017-05-28more algolia design tweaksMark Otto1-1/+33
2017-05-28fix font-size and bordersMark Otto1-2/+3
2017-05-28fix font-size to compute to 14px evenMark Otto1-1/+1
2017-05-28.bd-lead refinement for mobileMark Otto1-1/+3
2017-05-28fix homepageMark Otto1-1/+0
2017-05-28try out a different navbar approachMark Otto2-4/+45
2017-05-28new styles for docsearchMark Otto1-0/+60
2017-05-28add docsearchMaxime Locqueville1-29/+1
2017-05-27hide third level toc and deeperMark Otto1-0/+4
2017-05-27swap kramdown toc for jekyll-toc plugin, update page layout to only show on ↵Mark Otto2-44/+35
xl and above
2017-05-27purple navMark Otto1-17/+7
2017-05-27remove top/bottom paddingMark Otto1-5/+0
2017-05-27finesse the docs layoutMark Otto2-3/+6
2017-05-27redesign sidebar a bitMark Otto1-47/+25
2017-05-27make it big screen friendlyMark Otto2-0/+8
2017-05-27more responsive docs navMark Otto1-1/+6
2017-05-27move .scss-lint.yml to route dir instead of symlink (which didn't work)Mark Otto1-1/+0
2017-05-27explicit stylesMark Otto1-7/+9
2017-05-27hack the headings for sticky header so shit doesn't overlapMark Otto1-1/+15
2017-05-27position the markdown toc on the right for larger screensMark Otto1-0/+19
2017-05-27new nav stylesMark Otto2-8/+14
2017-05-27give the navbar a fixed height so we can position other sticky elements more ↵Mark Otto1-0/+1
reliably
2017-05-27Add a symlink to the scss-lint for doing local devMark Otto1-0/+1
2017-05-27style our svg icons in the navbarMark Otto1-0/+7
2017-05-27Merge branch 'v4-dev' into v4-docs-streamlinedMark Otto9-129/+92
2017-05-26Merge branch 'v4-docs-streamlined' of https://github.com/twbs/bootstrap into ↵Mark Otto6-77/+69
v4-docs-streamlined
2017-05-26Drop CSS icons for SVGs (#22708)Mark Otto2-26/+0
* 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-23Documentation display tooltips/popovers arrows with css for static examplesJohann-S1-0/+24
2017-04-16Make "Copy" buttons actual buttonsPatrick H. Lauke1-0/+1
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-02Tabs/Scrollspy/.nav/.list-group/.active independent of markup (<nav>, ↵Pierre Vanduynslager1-0/+6
.nav-item, <li> etc...)
2017-03-26Redo semantic grid example and make it real in the docsMark Otto1-0/+34
2017-03-19fix markdown docs tablesMark Otto1-2/+6
2017-03-05clear out docs cssMark Otto1-79/+1
2017-03-05Update spacer utilities (#22123)Mark Otto1-1/+1
* Drop -x and -y as they're all the same - Also move -width to elsewhere in the vars because it makes no sense by spacers. - Update values of -x and -y across main Sass and docs Sass. * Update docs to reflect changes; link to spacing utils from options page
2017-01-16Fix horizontal scrollbar appearing in docs (#21747)Geremia Taglialatela1-1/+1
On small screens (< 576px), all documentation pages containing `.bd-example` styled tags, show the horizontal scrollbar because of a wrong horizontal margin property. This PR sets the horizontal margin on gutter width basis instead of rem.
2017-01-14Add missing :focus stylesPatrick H. Lauke3-3/+9
Double up :hover styles to also apply on :focus (particularly the masthead button needs this, as otherwise it gives no visible indication of being focused)
2017-01-03fixes #21454 by revamping some docs styles for dropdownsMark Otto1-11/+0
2017-01-03autohide scrollbar for IEMark Otto1-0/+1
2017-01-02update rest of docs, remove navbar specific modifiers, fix docs example cssMark Otto1-4/+6
2017-01-01Update copyright years to 2017Nuno Arruda1-2/+2
2016-12-29redo and make stickyMark Otto2-4/+22
2016-12-28Merge branch 'v4-dev' into v4-docs-streamlinedMark Otto10-82/+59
2016-12-27fixes #21445Mark Otto1-11/+0
remove broken example class from grid docs
2016-12-25Remove some leftover IE9/flex stuffStarsam801-33/+0