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

index 5be4b5e..a218be8 100644 (file)
@@ -4002,7 +4002,7 @@ legend,
   border-bottom: 1px solid #1c1e22;
   background-color: transparent;
 }
-.footer {
+footer.footer {
   border-top: 1px solid #1c1e22;
 }
 .well, .progress {
index 2ed1b98..14d5848 100644 (file)
@@ -697,7 +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;}
+footer.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 0d267bf..d4f3abb 100755 (executable)
@@ -382,7 +382,7 @@ hr, legend, .page-header, .dropdown-menu .divider {
        background-color: transparent;
 }
 
-.footer {
+footer.footer {
        border-top: 1px solid darken(@grayDarker, 5%);
 }