Having tried, let me also say that pinning a module to the top of page messes with scrolling and links that direct you into the middle of a page (comment replies, etc). Switching the links module to the header in the second layout is going to be easier.
as for the symbol after the link: .module-typelist li:after { content: " | "; }
should do it, and you can replace the piping with any symbol.
no subject
Date: 2012-02-10 05:54 pm (UTC)as for the symbol after the link:
.module-typelist li:after {
content: " | ";
}
should do it, and you can replace the piping with any symbol.