add 1px to default top for subnav-fixed
[bootswatch] / css / bootswatch.css
index 000c4b7..40f31b0 100644 (file)
@@ -24,6 +24,10 @@ section {
        font-size: 54px;
 }
 
+.subhead > div:first-child {
+       min-height: 200px;
+}
+
 .subnav {
        margin-bottom: 60px;
        width: 100%;
@@ -100,6 +104,7 @@ section {
 
 .hero-unit {
        margin-bottom: 10px;
+       border: 1px solid #ddd;
        text-align: center;
 }
 
@@ -142,6 +147,11 @@ section {
        width: 16px;
 }
 
+.index h3 {
+       text-align: center;
+       font-size: 20px;
+}
+
 #ticker {
        margin-bottom: 40px;
 }
@@ -155,7 +165,8 @@ section {
 }
 
 .about h3 {
-       margin: 0 0 5px 35px;
+       margin: 0 0 0 35px;
+       text-align: left;
 }
 
 .about img {
@@ -165,9 +176,7 @@ section {
 }
 
 #gallery {
-       margin: 45px 0 30px 0;
        padding-right: 20px;
-       text-align: center;
 }
 
 .thumbnail {
@@ -187,6 +196,7 @@ section {
 }
 
 .thumbnail h3 {
+       text-align: left;
        margin-bottom: 0;
 }
 
@@ -361,7 +371,7 @@ body .one .bsa_it_p {
 @media (min-width: 980px) {
        .subnav-fixed {
                position: fixed;
-               top: 40px;
+               top: 41px;
                left: 0;
                right: 0;
                z-index: 1020; /* 10 less than .navbar-fixed to prevent any overlap */