From: rsiddharth Date: Mon, 7 Oct 2013 14:46:10 +0000 (+0530) Subject: removed the texture for the main section. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=e658c91cf86ec6ffec499f65ce23f08b147f9928;p=libreplanet-static.git removed the texture for the main section. --- diff --git a/2014/assets/css/custom.css b/2014/assets/css/custom.css index 7b024a60..61dddd56 100644 --- a/2014/assets/css/custom.css +++ b/2014/assets/css/custom.css @@ -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 {