This commit is contained in:
Scott O'Hara 2013-07-13 21:40:56 -04:00
parent b7c08b139c
commit 675ee16aed
5 changed files with 6 additions and 4 deletions

View file

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

View file

@ -1145,7 +1145,8 @@ a {
overflow: visible; overflow: visible;
position: fixed; position: fixed;
top: 0; top: 0;
width: 100%; } width: 100%;
z-index: 9; }
.int-Logo { .int-Logo {
left: 0; 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; color: #000000;
} }
.container{background:#F6F0E6} .page{background:#F6F0E6}