space after tags and currents

Oct 24, 2010 14:09

I'm having some trouble with a gap below my tags and currents. Under the cut, I've listed all parts of the code I think could be causing it (my subcontent, tags, and currents).



.subcontent {padding-left: 100px; background: #111; width: 40px; height: auto;}

.ljtags {
padding-left: 12px;
color: #999;
font-weight: none;
text-transform: lowercase;
background: url('http://cloud-shade.org/photos/tag3.png') no-repeat center left;}
.ljtags a:link, .ljtags a, .ljtags a:active, .ljtags a:visited {text-transform: lowercase;}
.separator {height: 1px;}

/*------ CURRENTS ------*/
.currents {border-left: 1px solid #555;}
.currents strong, .currentmood strong, .currentmusic .currentlocation {display: none;}
.currents, .currentmood, .currentmusic, .currentlocation {padding-left: 10px; border-left: 1px solid #eee;
color: #888;
font-weight: normal;
text-transform: lowercase;}
.currentlocation a, .currentlocation a:link, .currentlocation a:visited {color: #333;
text-transform: lowercase;
font-weight: normal;}
.currentlocation a:hover {color: #333;
text-transform: lowercase;}
.meta-mood-img {padding-right: 4px;}

metadata, solved, tags, misc

Previous post Next post
Up