> If I put "width: 16em;" after "right:0;" will that do the job, i.e.,
> if I play around with the value of "width"?
You also need to adjust the right margin on the #displayArea (the
story column) so it doesn't overlap with the wider sidebar. Thus:
#sidebar { width:20em; }
#displayArea { margin-right:21em; }
Note the 1em difference to leave a 'gutter' between the two areas. Of
course, you should use whatever width and margin values suit your
tastes and looks best for your document.
enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---