sidebar tags

Sep 23, 2012 12:47

My tag list on the sidebar is huge. I could put the option to not have them shown at all. But that's not what I want. So I figured to put the tag list in a scrollbar. However when I added
height: 150px; overflow: auto; to ul.sbarlist { it created a two huge gaps. How do I get rid of the gaps while still having them in a scrollbar?. Livepreview at recycle

sidebar, tags

Leave a comment

Comments 4

fueschgast September 23 2012, 13:33:51 UTC
Take height out of the ul.sbarlist code and add this bit:

ul.sbarlist + ul.sbarlist {
height: 150px;
}

Reply

unreal September 23 2012, 14:11:04 UTC
Thank you :)

Reply

unreal September 27 2012, 14:10:53 UTC
Another question. What if I only want my tags to be in a scroll list and not my links?

Reply

fueschgast September 27 2012, 14:19:08 UTC
Tags only can be adressed with #sidebar_tags.

Reply


Leave a comment

Up