]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
.bs-docs-social-* to .bs-social-*
authorMark Otto <otto@github.com>
Thu, 9 May 2013 05:54:25 +0000 (22:54 -0700)
committerMark Otto <otto@github.com>
Thu, 9 May 2013 05:54:25 +0000 (22:54 -0700)
docs/_includes/social-buttons.html
docs/assets/css/docs.css

index 68d5fc40e0e5c58f6a499023b15432e380080e0b..5cef71a19dadaffaea005b906340304b2923a385 100644 (file)
@@ -1,5 +1,5 @@
-<div class="bs-docs-social">
-  <ul class="bs-docs-social-buttons">
+<div class="bs-social">
+  <ul class="bs-social-buttons">
     <li>
       <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=twitter&repo=bootstrap&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100px" height="20px"></iframe>
     </li>
index 030abcc86313e4d9dbe6a8cf35f445f6b89c8972..2195c7cb61dff9e5e073ea136fb650165e9a4365 100644 (file)
@@ -544,27 +544,26 @@ body {
 }
 
 /* Social proof buttons from GitHub & Twitter */
-.bs-docs-social {
+.bs-social {
   margin-top: 80px;
   margin-bottom: 20px;
 }
-/* Quick links on Home */
-.bs-docs-social-buttons {
+.bs-social-buttons {
   display: inline-block;
   margin: 0;
   list-style: none;
 }
-.bs-docs-social-buttons li {
+.bs-social-buttons li {
   display: inline-block;
   line-height: 1;
 }
-.bs-docs-social-buttons li + li {
+.bs-social-buttons li + li {
   margin-left: 15px;
 }
-.bs-docs-social-buttons .twitter-follow-button {
+.bs-social-buttons .twitter-follow-button {
   width: 225px !important;
 }
-.bs-docs-social-buttons .twitter-share-button {
+.bs-social-buttons .twitter-share-button {
   width: 98px !important;
 }