How do I change the formatting on
http://wordpress.barrycarter.info/index.php/voronoi-temperature-map/
so that (for example) the map’s nearly flush with the bottom of the menubar?
I don’t want to edit page.php, since that’ll change all pages, not just this one.
After creating the specific CSS you need to format the page how you like, you could:
These three options were mentioned in the Codex, under Template Hierarchy. By using any of these 3 options, you can alter the layout for this page without affecting all the rest of your pages.
If you look at the page source, you’ll see that
<body>
has been given a classpage-id-1199
. You can use that in your stylesheet to specify styles for that page alone.