Lixygen = Liquid and oxygen combined, lol. Here's what it looks like.
[preview]Here's what is does:It removes the gap between each category.
Put this in top of Header if you don't already have it.
<script src="http://code.jquery.com/jquery-latest.pack.js" type="text/javascript"></script>
Put this in Header below that.
<script type="text/javascript">
$(document).ready (function(){
// .lixygen by ridikul
$("div.tborder").removeAttr("style");
});
</script>