index: remove unused styles
[bootswatch] / css / bootswatch.css
index c0a6733..751dfbc 100644 (file)
@@ -25,7 +25,7 @@ body {
 
 .hero-unit {
        margin-top: 60px;
-       margin-bottom: 60px;
+       margin-bottom: 10px;
 }
 
 .hero-unit h1, .hero-unit p {
@@ -38,7 +38,7 @@ body {
 }
 
 .twitter-follow-button {
-  width: 160px !important;
+  width: 150px !important;
 }
 
 .rss-button {
@@ -57,21 +57,26 @@ body {
        width: 16px;
 }
 
-.icon-envelope {
-       opacity: .65;
+#ticker {
+       margin-bottom: 40px;
 }
 
 .about {
   margin-top: 20px;
 }
 
+.about .span4 {
+       margin-bottom: 20px;
+}
+
 .about h3 {
   margin: 0 0 5px 35px;
 }
 
 .about img {
   float: left;
-  opacity: 0.6;
+  margin-top: 5px;
+  opacity: 0.7;
 }
 
 #gallery {
@@ -82,7 +87,7 @@ body {
 
 .thumbnail {
        margin-bottom: 20px;
-       background-color: #eee;
+       background-color: rgba(0, 0, 0, 0.05);
 }
 
 .thumbnail img {
@@ -92,18 +97,27 @@ body {
             border-radius: 7px;
 }
 
-.thumbnail .label {
-       vertical-align: top;
+.thumbnail .caption {
+       color: inherit !important;
+}
+
+.thumbnail h3 {
+       margin-bottom: 0;
 }
 
 .thumbnail .btn-toolbar {
-  text-align: right;
+       margin-top: 15px;
+       text-align: right;
 }
 
-.modal .label {
vertical-align: text-top;
+.links {
      margin-bottom: 20px;
 }
 
+.links > a {
+       margin-right: 10px;
+} 
+
 /* Landscape phones and down */
 @media (max-width: 480px) {
 
@@ -118,7 +132,7 @@ body {
 
        .hero-unit p {
                font-size: 13px;
-               line-height: 20px;
+               line-height: 18px;
        }
 
        #social {
@@ -127,12 +141,35 @@ body {
        }
 
        .about {
-         margin-top: -10px;
+         margin-top: 0;
        }
 
        .about h3 {
          margin-top: 20px;
        }
+
+       .about p {
+               margin-bottom: 0;
+       }
+
+       .modal {
+               position: fixed !important;
+               top: 25% !important;
+       }
+}
+
+div.one .bsa_it_ad {
+       padding: 25px 25px 15px 25px;
+}
+
+div.one .bsa_it_p {
+       display: none;
+}
+
+#bsap_aplink {
+       float: right;
+       margin-bottom: 20px;
+       font-size: 12px;
 }
 
 /* Landscape phone to portrait tablet */
@@ -142,6 +179,10 @@ body {
                margin-top: 0;
                padding-bottom: 60px;
        }
+
+       .about {
+               margin-top: 0;
+       }
 }
 
 /* Portrait tablet to landscape and desktop */