(Basically removing the top margin from .tag, since it no longer needs it.)
2. If you want to tweak things, go ahead, but I recoded it from scratch so it might be a little tricky. Removing the borders should be really easy, though, since I gathered them all together for a single line. Search for
border: 1px solid;
and get rid of the whole declaration.
3. No reason why not! You should be able to add one like this:
no subject
(That will put the tags above the entry-poster.)
Find this:
Replace it with this:
(Basically removing the top margin from .tag, since it no longer needs it.)
2. If you want to tweak things, go ahead, but I recoded it from scratch so it might be a little tricky. Removing the borders should be really easy, though, since I gathered them all together for a single line. Search for and get rid of the whole declaration.
3. No reason why not! You should be able to add one like this:
The text will appear on top of it by default, so you should add to the declaration if that isn't what you want. Should work just fine!