mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
Removed search. Fixed Magazine Archives page. Few other css changes
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user