SOLVED
Hi, I need help in fixing my layout.
Journal :
taxchaLayout :
Pale Summer from
velvetb0x Problem : I want the tag and the currents to be close together and not separated so far like it is right now, but I can't find a way to omit the gap. Help?
stylesheet code : (currents part only)
/*-- currents --*/
.currents {
background-color: transparent;
text-transform: lowercase;
}
.currents strong {
color: #6c6c6c;
font-weight: normal;
}
.currentlocation, .currentlocation a, .currentmood, .currentmusic, .currentgroups {
text-align: left;
color: #00548e;
}
.ljtags {
color: #6c6c6c;
text-align: left;
margin-top: 15px;
text-transform: lowercase;
}
.ljtags a {
color: #00548e;
text-align: left;
margin-top: 15px;
text-transform: lowercase;
}