Removed search. Fixed Magazine Archives page. Few other css changes

This commit is contained in:
shashankmehta
2012-10-11 14:19:14 +05:30
parent fff5ce3490
commit ef45659ca6
4 changed files with 21 additions and 16 deletions

View File

@ -48,7 +48,7 @@ body {
.container {
.mid-col {
float: right;
width: 75%;
width: 77%;
background: whitesmoke;
.mid-col-container {
padding: 0px 70px 0px 40px;
@ -77,6 +77,10 @@ body {
h1.title{
a {
color: #333;
-webkit-transition: color 0.3s;
-moz-transition: color 0.3s;
-o-transition: color 0.3s;
transition: color 0.3s;
}
a:hover {
color: #258FB8;
@ -98,7 +102,7 @@ body {
position: fixed;
#header {
width: 100%;
padding: 20% 0% 0% 10%;
padding: 20% 0% 0% 20%;
a {
color: #EFEFEF;
text-shadow: 0 1px #333;