Difference between revisions of "User:Greenea/evergreen.css"

From selfstudy
Line 21: Line 21:
 
position:fixed;
 
position:fixed;
 
left:0px;
 
left:0px;
top:360px;
+
top:370px;
 
}
 
}
  
Line 27: Line 27:
 
position:fixed;
 
position:fixed;
 
left:0px;
 
left:0px;
top:430px;
+
top:450px;
 
}
 
}
 
</nowiki>
 
</nowiki>

Revision as of 15:59, 13 November 2007

<nowiki>
#p-navigation {
position:fixed;
left:0px;
top:10px;
}

#p-navigation {
position:fixed;
left:0px;
top:54px;
}

#p-Standards {
position:fixed;
left:0px;
top:150px;
}

#p-search {
position:fixed;
left:0px;
top:370px;
}

#p-tb {
position:fixed;
left:0px;
top:450px;
}
</nowiki>