Style Sheets
Edit Sections
Each heading has an edit link. The link comes directly after the html <h2>, <h3> or <h4> tags. The common style sheet floats this link on the right.
I like to use negative margins on the .wiki_editSection2 and .wiki_editSection3 classes, such that they line up with their corresponding <h2> or <h3> tags.
For this to work well, you should not mix units. i.e. you should not use both px and em. Pixels are not good units to use, except perhaps for border widths. I recommend using em units for all margins and padding for headings and wiki_editSection's.
BTW, I strongly recommend using the Web Developer plugin for Firefox.
