I'd like to experiment with widening my sidebar. One theme [K2WS] that
I'm moving away from has this in it's StyleSheet:
#sidebar{
position:relative;
float:right;
margin-bottom:1em;
display:inline;
width: 16em;
}
The theme I'm moving toward [Blackicity] has only this:
/***
!Sidebar
***/
#sidebar { margin-bottom:2em !important; margin-bottom:1em; right:0;
}
If I put "width: 16em;" after "right:0;" will that do the job, i.e.,
if I play around with the value of "width"?
Thanks,
----------------------------------------------------------------------
Eric Weir
Decatur, GA USA
[email protected]
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---