]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
docs css: minor cleanup (#29266)
authorXhmikosR <xhmikosr@gmail.com>
Sun, 18 Aug 2019 13:57:25 +0000 (16:57 +0300)
committerGitHub <noreply@github.com>
Sun, 18 Aug 2019 13:57:25 +0000 (16:57 +0300)
site/static/docs/4.3/assets/scss/_callouts.scss
site/static/docs/4.3/assets/scss/_masthead.scss
site/static/docs/4.3/assets/scss/_navbar.scss

index 6b973594975cbbdaf37c06106c224b3d8b78bb0e..da7cf8730358e37c3089a2de895beb09eff743b0 100644 (file)
@@ -11,7 +11,6 @@
   @include border-radius();
 
   h4 {
-    margin-top: 0;
     margin-bottom: .25rem;
   }
 
index 8ac39b7704a854639e19e81e67ddef0a65066cec..261f37eb49fbeb1d521ebaea0cef3c0536c92e1a 100644 (file)
@@ -50,7 +50,6 @@
   height: 6rem;
   padding: 1.5rem;
   color: #fff;
-  text-shadow: 0 -.125rem 0 rgba(0, 0, 0, .1);
   @include border-radius(25%);
   box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .15), inset 0 -1px 0 rgba(0, 0, 0, .15);
 
@@ -78,9 +77,4 @@
 
 .masthead-followup {
   .bd-clipboard { display: none; }
-
-  .highlight {
-    // padding: .5rem 0;
-    // background-color: transparent;
-  }
 }
index 8542376b867db939f6520987356f1ba49af24c44..7df57a31e4d55c5a7a0c56544e694425354840c5 100644 (file)
 
   .navbar-nav {
     .nav-link {
-      padding-right: .5rem;
-      padding-left: .5rem;
       color: rgba($white, .85);
 
       &.active,
       &:hover,
       &:focus {
         color: $white;
-        background-color: transparent;
       }
 
       &.active {