quick footer fix on slate
authorThomas Park <thomas@thomaspark.me>
Sun, 19 Feb 2012 22:54:50 +0000 (17:54 -0500)
committerThomas Park <thomas@thomaspark.me>
Sun, 19 Feb 2012 22:54:50 +0000 (17:54 -0500)
slate/bootstrap.css
slate/bootstrap.min.css
slate/bootswatch.less

index 581f814..5be4b5e 100644 (file)
@@ -4002,6 +4002,9 @@ legend,
   border-bottom: 1px solid #1c1e22;
   background-color: transparent;
 }
+.footer {
+  border-top: 1px solid #1c1e22;
+}
 .well, .progress {
   background-color: #202328;
   -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.5);
index ed794f2..2ed1b98 100644 (file)
@@ -697,6 +697,7 @@ div.subnav{border:1px solid transparent;-webkit-box-shadow:0 1px 3px rgba(0, 0,
 .alert-info{background-color:#3a87ad;border-color:#3a87ad;}
 code,pre{background-color:#F7F7F7;border:1px solid #1c1e22;text-shadow:none;}
 hr,legend,.page-header,.dropdown-menu .divider{border-top:none;border-bottom:1px solid #1c1e22;background-color:transparent;}
+.footer{border-top:1px solid #1c1e22;}
 .well,.progress{background-color:#202328;-webkit-box-shadow:inset 1px 1px 1px rgba(0, 0, 0, 0.5);-moz-box-shadow:inset 1px 1px 1px rgba(0, 0, 0, 0.5);box-shadow:inset 1px 1px 1px rgba(0, 0, 0, 0.5);}
 .progress{background-color:#202328;background-image:-moz-linear-gradient(top, #202328, #202328);background-image:-ms-linear-gradient(top, #202328, #202328);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#202328), to(#202328));background-image:-webkit-linear-gradient(top, #202328, #202328);background-image:-o-linear-gradient(top, #202328, #202328);background-image:linear-gradient(top, #202328, #202328);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#202328', endColorstr='#202328', GradientType=0);}
 .thumbnail,a.thumbnail:hover{border:1px solid #1c1e22;}
index e8f2fd8..0d267bf 100755 (executable)
@@ -382,6 +382,10 @@ hr, legend, .page-header, .dropdown-menu .divider {
        background-color: transparent;
 }
 
+.footer {
+       border-top: 1px solid darken(@grayDarker, 5%);
+}
+
 .well, .progress {
        background-color: darken(@grayDarker, 3%);
        .box-shadow(inset 1px 1px 1px rgba(0, 0, 0, 0.5);