Hi there! First time posting here, so bear with me. :S I've got a couple questions about my layout. I'm using a Flexible Squares layout and I have a Paid account. The navigation has tiny icons replacing it and I would like to revert it back to the standard navigation text (Recent Entries, Friends, Profile, e.t.c.) and remove the tiny icons
(
Read more... )
Comments 4
.ljtags {
background:transparent url() no-repeat scroll 0 0;
padding:0; margin-top:50px; position: relative; background:url(http://img34.imageshack.us/img34/3885/017x.png) no-repeat scroll 0 0;
padding: 0 0 0 13px; text-transform:lowercase;
}
to
.ljtags {
background:transparent url() no-repeat scroll 0 0;
padding:0; margin-top:10px; position: relative; background:url(http://img34.imageshack.us/img34/3885/017x.png) no-repeat scroll 0 0;
padding: 0 0 0 13px; text-transform:lowercase;
}
Reply
body.lj-view-recent div#header li.view ( ... )
Reply
Reply
Reply
Leave a comment