]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
tweak alignment and spacing
authorMark Otto <markdotto@gmail.com>
Wed, 15 Apr 2015 22:30:38 +0000 (15:30 -0700)
committerMark Otto <markdotto@gmail.com>
Wed, 15 Apr 2015 22:30:38 +0000 (15:30 -0700)
docs/assets/scss/docs.scss

index fc1f8f3c61c94436266b6e3c02a1925b51ff11b0..25026fc5fd15a0e924ee002392022112d0b760bc 100644 (file)
@@ -136,10 +136,10 @@ body {
 //
 
 .bs-docs-footer {
+  padding-top: 2rem;
   margin-top: 6rem;
   font-size: 85%;
   color: #777;
-  text-align: center;
   border-top: 1px solid #e5e5e5;
 }
 .bs-docs-footer-links {
@@ -159,9 +159,6 @@ body {
   .bs-docs-footer p {
     margin-bottom: 0;
   }
-  .bs-docs .bs-docs-footer {
-    text-align: left;
-  }
 }
 
 
@@ -171,7 +168,6 @@ body {
 
 .bs-docs-social {
   margin-bottom: 1.5rem;
-  text-align: center;
 }
 .bs-docs-social-buttons {
   display: inline-block;
@@ -198,9 +194,8 @@ body {
 }
 
 @media (min-width: 768px) {
-  .bs-docs .bs-docs-social {
+  .bs-docs-social {
     margin-left: -.5rem;
-    text-align: left;
   }
 }