From 0ec049d222c1d8c8e33bf4392aa29626c8a27200 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 22 Dec 2016 13:52:33 -0800 Subject: grunt --- docs/assets/css/docs.min.css | 43 ++++++++++++++----------------------------- 1 file changed, 14 insertions(+), 29 deletions(-) (limited to 'docs/assets/css/docs.min.css') diff --git a/docs/assets/css/docs.min.css b/docs/assets/css/docs.min.css index 288d3df81..bb1134313 100644 --- a/docs/assets/css/docs.min.css +++ b/docs/assets/css/docs.min.css @@ -28,11 +28,6 @@ border: 1px solid #cdbfe3; } -.bd-navbar { - padding-right: 0; - padding-left: 0; -} - .bd-navbar .navbar-nav .nav-link { color: #8e869d; } @@ -51,22 +46,11 @@ font-size: inherit; } -@media (max-width: 767px) { - .bd-navbar .nav-link { - float: none; - } - .bd-navbar .nav-link + .nav-link { - margin-left: 0; - } -} - .bd-masthead { position: relative; padding: 3rem 15px 2rem; color: #cdbfe3; text-align: center; - background-image: -webkit-linear-gradient(315deg, #271b38, #563d7c, #7952b3); - background-image: -o-linear-gradient(315deg, #271b38, #563d7c, #7952b3); background-image: linear-gradient(135deg, #271b38, #563d7c, #7952b3); } @@ -719,8 +703,15 @@ margin-top: 2rem; } -.bd-example .container { - width: auto; +.bd-example .pos-f-t { + position: relative; + margin: -1rem; +} + +@media (min-width: 576px) { + .bd-example .pos-f-t { + margin: -1.5rem; + } } .bd-example > .form-control + .form-control { @@ -1538,19 +1529,13 @@ .language-bash::before { color: #009; content: "$ "; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; + user-select: none; } .language-powershell::before { color: #009; content: "PM> "; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; + user-select: none; } .anchorjs-link { @@ -1565,8 +1550,6 @@ *:hover > .anchorjs-link { opacity: .75; - -webkit-transition: color .16s linear; - -o-transition: color .16s linear; transition: color .16s linear; } @@ -1574,4 +1557,6 @@ .anchorjs-link:focus { text-decoration: none; opacity: 1; -} \ No newline at end of file +} + +/*# sourceMappingURL=docs.min.css.map */ \ No newline at end of file -- cgit v1.2.3