diff options
| author | Mark Otto <[email protected]> | 2015-04-13 19:00:59 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-04-13 19:00:59 -0700 |
| commit | 53a3ff74ca918805cbf7f9c673be666dc89d3449 (patch) | |
| tree | b1321d27e147c912ba6c429258bc7d700d2867bd /docs/dist/css/bootstrap.css | |
| parent | 982c255c28b88cce18eabd8c9aa34571dfb76484 (diff) | |
| download | bootstrap-53a3ff74ca918805cbf7f9c673be666dc89d3449.tar.xz bootstrap-53a3ff74ca918805cbf7f9c673be666dc89d3449.zip | |
redo sidenav
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index 3a83e6f37..f99e8bc65 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -194,24 +194,16 @@ td, th { @media print { *, *:before, *:after { - color: #000 !important; text-shadow: none !important; - background: transparent !important; -webkit-box-shadow: none !important; box-shadow: none !important; } a, a:visited { text-decoration: underline; } - a[href]:after { - content: " (" attr(href) ")"; - } abbr[title]:after { content: " (" attr(title) ")"; } - a[href^="#"]:after, a[href^="javascript:"]:after { - content: ""; - } pre, blockquote { border: 1px solid #999; @@ -3243,6 +3235,19 @@ input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="butto bottom: 0; } +.navbar-sticky-top { + position: -webkit-sticky; + position: sticky; + top: 0; + z-index: 1030; + width: 100%; +} +@media (min-width: 34em) { + .navbar-sticky-top { + border-radius: 0; + } +} + .navbar-brand { float: left; padding: .725rem .75rem; |
