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

From selfstudy
(New page: #p-navigation { position:fixed; left:10px; top:10px; } #p-Standards { position:fixed; left:10px; top:100px; } #p-search { position:fixed; left:10px; top:200px; } #p-tb { position:fixed;...)
 
Line 1: Line 1:
 +
<nowiki>
 
#p-navigation {
 
#p-navigation {
 
position:fixed;
 
position:fixed;
Line 21: Line 22:
 
left:10px;
 
left:10px;
 
top:300px;
 
top:300px;
}
+
}</nowiki>

Revision as of 15:46, 13 November 2007

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

#p-Standards {
position:fixed;
left:10px;
top:100px;
}

#p-search {
position:fixed;
left:10px;
top:200px;
}

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