removed the texture and grey bg from the footer.
authorrsiddharth <rsd@gnu.org>
Mon, 7 Oct 2013 15:22:52 +0000 (20:52 +0530)
committerrsiddharth <rsd@gnu.org>
Mon, 7 Oct 2013 15:22:52 +0000 (20:52 +0530)
2014/assets/css/custom.css

index dab123d4b82daeb290b3ae97c6dc4eac7e760f0f..e143d8b023a06e5bda748209e7ecc02e613058f1 100644 (file)
@@ -115,6 +115,13 @@ body {
   box-shadow: none;
 }
 
+.help-block {
+  display: inline;
+  margin-top: 0;
+  margin-bottom: 0;
+  color: #737373;
+}
+
 .btn-default {
   color: #ffffff;
   background-color: rgba(145, 145, 145, 0.5);
@@ -256,10 +263,8 @@ body {
   height: auto;
   border-top: 2px solid #dadada;
   box-shadow: 0px 1px 9px rgba(255, 255, 255, 0.7);
-  background-color: rgba(218, 218, 218, 0.1);
+  background-color: rgb(255, 255, 255);
   margin-top: 1.5em;
-  text-shadow: 0px 1px 0px #ffffff;
-  background-image: url(/2014/assets/img/l-noise.png);
 }
 
 #footer .container p {