Difference between revisions of "User:Greenea/evergreen.css"
From selfstudy
Line 2: | Line 2: | ||
#p-navigation { | #p-navigation { | ||
position:fixed; | position:fixed; | ||
− | left: | + | left:0px; |
top:10px; | top:10px; | ||
} | } | ||
Line 14: | Line 14: | ||
#p-search { | #p-search { | ||
position:fixed; | position:fixed; | ||
− | left: | + | left:0px; |
top:400px; | top:400px; | ||
} | } | ||
Line 20: | Line 20: | ||
#p-tb { | #p-tb { | ||
position:fixed; | position:fixed; | ||
− | left: | + | left:0px; |
top:500px; | top:500px; | ||
− | }</nowiki> | + | } |
+ | </nowiki> |
Revision as of 14:49, 13 November 2007
<nowiki> #p-navigation { position:fixed; left:0px; top:10px; } #p-Standards { position:fixed; left:0px; top:200px; } #p-search { position:fixed; left:0px; top:400px; } #p-tb { position:fixed; left:0px; top:500px; } </nowiki>