From: Mark Otto Date: Fri, 16 Aug 2013 21:04:11 +0000 (-0700) Subject: increase spacing on homepage links and social buttons (fixes #9706) X-Git-Tag: v3.0.0~78^2~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2e2ec0985d030fb230e0b8f133d5d97e453ac60;p=thirdparty%2Fbootstrap.git increase spacing on homepage links and social buttons (fixes #9706) --- diff --git a/_layouts/home.html b/_layouts/home.html index fdeae708b4..d0ed1cfb17 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -31,7 +31,7 @@ Glyphicons
  • - Bootstrap Expo + Expo
  • diff --git a/assets/css/docs.css b/assets/css/docs.css index 61622751fe..e792ae2cfd 100644 --- a/assets/css/docs.css +++ b/assets/css/docs.css @@ -141,7 +141,7 @@ body { .bs-masthead-links { margin-top: 20px; margin-bottom: 20px; - padding-left: 0; + padding: 0 15px; list-style: none; text-align: center; } @@ -739,9 +739,7 @@ body { .bs-social-buttons li { display: inline-block; line-height: 1; -} -.bs-social-buttons li + li { - margin-left: 15px; + padding: 5px 8px; } .bs-social-buttons .twitter-follow-button { width: 225px !important; @@ -853,6 +851,10 @@ body { border-bottom-right-radius: 4px; } + .bs-masthead-links { + padding: 0; + } + .carbonad { margin: 0 !important; border: 1px solid #e5e5e5 !important;