amelia: fixed footer
authorThomas Park <thomas@thomaspark.me>
Sat, 10 Mar 2012 21:10:19 +0000 (16:10 -0500)
committerThomas Park <thomas@thomaspark.me>
Sat, 10 Mar 2012 21:10:19 +0000 (16:10 -0500)
amelia/bootstrap.css
amelia/bootstrap.min.css
amelia/bootswatch.less

index a4d28b0..e77662f 100644 (file)
@@ -3533,11 +3533,14 @@ body {
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f8790', endColorstr='#4397a2', GradientType=0);
 }
 hr {
-  border-bottom: 1px solid rgba(256, 256, 256, 0.5);
+  border-bottom: 1px solid rgba(256, 256, 256, 0.3);
 }
 .page-header {
   border-bottom: 0px solid transparent;
 }
+footer.footer {
+  border-top: 1px solid rgba(256, 256, 256, 0.3);
+}
 .navbar .navbar-inner {
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
index 2ddbdd2..5e0fb00 100644 (file)
@@ -635,8 +635,9 @@ h1,h2,h3,h4,h5,h6,h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{color:rg
 input,button,select,textarea,.navbar-search .search-query{font-family:'Cabin',Verdana,sans-serif;}
 .muted{color:rgba(256, 256, 256, 0.5);}
 body{background-color:#4397A2;background-color:#248d97;background-image:-moz-linear-gradient(top, #0f8790, #4397a2);background-image:-ms-linear-gradient(top, #0f8790, #4397a2);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#0f8790), to(#4397a2));background-image:-webkit-linear-gradient(top, #0f8790, #4397a2);background-image:-o-linear-gradient(top, #0f8790, #4397a2);background-image:linear-gradient(top, #0f8790, #4397a2);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f8790', endColorstr='#4397a2', GradientType=0);}
-hr{border-bottom:1px solid rgba(256, 256, 256, 0.5);}
+hr{border-bottom:1px solid rgba(256, 256, 256, 0.3);}
 .page-header{border-bottom:0px solid transparent;}
+footer.footer{border-top:1px solid rgba(256, 256, 256, 0.3);}
 .navbar .navbar-inner{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
 .navbar .brand{padding-top:12px;font-size:24px;}
 .navbar .nav>li>a{padding-top:17px;padding-bottom:14px;text-shadow:none;color:rgba(256, 256, 256, 0.9);}
index 41b1de6..f7a1fc9 100755 (executable)
@@ -32,14 +32,17 @@ body {
 }
 
 hr {
-       border-bottom: 1px solid rgba(256, 256, 256, 0.5);
+       border-bottom: 1px solid rgba(256, 256, 256, 0.3);
 }
 
-
 .page-header {
        border-bottom: 0px solid transparent;
 }
 
+footer.footer {
+       border-top: 1px solid rgba(256, 256, 256, 0.3);
+}
+
 // NAVBAR
 // -----------------------------------------------------