[svn] Make header scroll with page because Julian said so

This commit is contained in:
substantialnoninfringinguser
2009-06-19 15:38:32 +01:00
parent 5fc891195a
commit 06f7bfa979
2 changed files with 4 additions and 4 deletions

View File

@@ -227,7 +227,7 @@ img.thumbnail {
}
div#header {
position:fixed;
position:absolute;
left:100px;
right:100px;
top:0;
@@ -426,5 +426,4 @@ a.deletelink:link, a.deletelink:visited {
a.deletelink:hover {
color: #993333;
}
}