Merge branch 'newdesign' of github.com:kyledrake/neocities-web into newdesign

This commit is contained in:
Kyle Drake 2013-07-13 21:41:28 -04:00
commit 8fc7e71d39
5 changed files with 6 additions and 4 deletions

View file

@ -249,7 +249,8 @@
overflow:visible;
position:fixed;
top:0;
width:100%
width:100%;
z-index:9;
}
.int-Logo{

View file

@ -1145,7 +1145,8 @@ a {
overflow: visible;
position: fixed;
top: 0;
width: 100%; }
width: 100%;
z-index: 9; }
.int-Logo {
left: 0;

File diff suppressed because one or more lines are too long

View file

@ -23,4 +23,4 @@ select, textarea, input[type="text"], input[type="password"], input[type="dateti
color: #000000;
}
.container{background:#F6F0E6}
.page{background:#F6F0E6}