removed the texture for the main section.
authorrsiddharth <rsd@gnu.org>
Mon, 7 Oct 2013 14:46:10 +0000 (20:16 +0530)
committerrsiddharth <rsd@gnu.org>
Mon, 7 Oct 2013 14:46:10 +0000 (20:16 +0530)
2014/assets/css/custom.css

index 7b024a6099b90f992b2ee01fa0d53dfc24583157..61dddd56b3282372c7342384f8625c4a8ad5eb5f 100644 (file)
@@ -3,13 +3,13 @@ body {
   font-size: 14px;
   line-height: 1.428571429;
   color: #333333;
-  text-shadow: 0px 1px 0px #f9f9f9;
-  background-image: url(/2014/assets/img/noise.png);
 }
 
 .lp-banner {
   box-shadow: 0px 1px 5px rgba(255, 255, 255, 0.7);
   margin-bottom: 20px;
+  text-shadow: 0px 1px 0px #f9f9f9;
+  background-image: url(/2014/assets/img/noise.png);
 }
 
 .lp-head h1 {
@@ -156,14 +156,14 @@ body {
   position: relative;
   display: block;
   padding: 10px 15px;
-  background-color: rgba(145, 145, 145, 0.5);
+  background-color: rgba(145, 145, 145, 0.8);
   transition: background-color 1s;
 }
 
 .nav > li > a:hover,
 .nav > li > a:focus {
   text-decoration: none;
-  background-color: rgba(128, 0, 0, 0.5);
+  background-color: rgba(128, 0, 0, 0.8);
 }
 
 .nav-pills > li > a {
@@ -258,6 +258,8 @@ body {
   box-shadow: 0px 1px 9px rgba(255, 255, 255, 0.7);
   background-color: rgba(218, 218, 218, 0.1);
   margin-top: 1.5em;
+  text-shadow: 0px 1px 0px #f9f9f9;
+  background-image: url(/2014/assets/img/noise.png);
 }
 
 #footer .container p {