diff options
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 21 |
1 files changed, 13 insertions, 8 deletions
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; |
