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

From selfstudy
Line 1: Line 1:
 
<nowiki>
 
<nowiki>
 +
<!--CSS-->
 +
 
#p-navigation {
 
#p-navigation {
 
position:fixed;
 
position:fixed;

Revision as of 16:00, 13 November 2007

<nowiki>
<!--CSS-->

#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>