No, I see what you mean. (And it's pushing up at the top, which is very strange.) I think the scrolling might be because I've got a pretty tight limit set there on the right, and you've got tag-names that are long enough to make it push. Try going into the CSS and finding this section:
Change "overflow: auto;" to "overflow: visible;" and that should remove the scrollers. It'll make the tag appear beyond the boundaries, I expect, but that's at least a short-bit of fix.
You can tell I never add sound/mood to my posts, so I completely forgot to style anything for those, and that might be why they're showing up peculiarly on your posts, since I really should've adjusted for that. (And will, if/when I transfer it to a full style, without wacky redux-from-crossroads in there.)
Hmmm.
That's odd, okay, this may require assistance of someone wiser than me -- when I look at it in Safari, the border is as wide (on the left) as yours, but in Firefox both your journal and mine look pretty much the same. The one exception being the header, which I still can't figure out. So maybe this is a browser issue, somewhere, that's getting mucky. (Time for research, because I never have gotten clear on all the browser hacks needed, and which aren't. Guhhhh.)
AAAAAAHHHH. Try adding in the "navigation" option in the sidebar -- I wonder if it not being in there (at the very top left) is causing your header to push up, for some reason. At least give it a try, and see what that does, since the result might give a clue as to what's going on (and what I need to fix).
no subject
Date: 7 Dec 2010 06:28 pm (UTC).entry .tag {
margin: 0;
display: inline-block;
overflow: auto;
width: 130px;
position: absolute;
right: 0;
top: 120px;
}
Change "overflow: auto;" to "overflow: visible;" and that should remove the scrollers. It'll make the tag appear beyond the boundaries, I expect, but that's at least a short-bit of fix.
You can tell I never add sound/mood to my posts, so I completely forgot to style anything for those, and that might be why they're showing up peculiarly on your posts, since I really should've adjusted for that. (And will, if/when I transfer it to a full style, without wacky redux-from-crossroads in there.)
Hmmm.
That's odd, okay, this may require assistance of someone wiser than me -- when I look at it in Safari, the border is as wide (on the left) as yours, but in Firefox both your journal and mine look pretty much the same. The one exception being the header, which I still can't figure out. So maybe this is a browser issue, somewhere, that's getting mucky. (Time for research, because I never have gotten clear on all the browser hacks needed, and which aren't. Guhhhh.)
AAAAAAHHHH. Try adding in the "navigation" option in the sidebar -- I wonder if it not being in there (at the very top left) is causing your header to push up, for some reason. At least give it a try, and see what that does, since the result might give a clue as to what's going on (and what I need to fix).