From 53a3ff74ca918805cbf7f9c673be666dc89d3449 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 13 Apr 2015 19:00:59 -0700 Subject: redo sidenav --- dist/css/bootstrap.css | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 3a83e6f37..f99e8bc65 100644 --- a/dist/css/bootstrap.css +++ b/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; -- cgit v1.2.3