Is it possible to render the alphabet letters horizontally, rather than a vertical list, as it is right now? It saves space, and it doesn't push the actual titles all the way down and leave the side bars at the top of the page.
Current behavior:
a
Article 1
b
Article 2
etc.
Proposed behavior:
a b c ... z (or spaced even more apart) - could not fit on an entire row though
a
Article1
b
Article2
etc.
It could be that the most flexible way to implement it would be via an admin setting option (checkbox) from /admin/settings/nodelist.
Anyone else interested in this?
Comments
Comment #1
njivy commentedYou mean like this? CSS will solve this problem. See http://drupal.org/node/21623 for details.
Comment #2
baudolino commentedOk, great! That's exactly what I wanted. I suck at CSS, had no idea you could do it so simple.
Thanks for the tip! I'm marking this as a duplicate, but feel free to close it.