Conversation
Notices
-
/* 2 of 6 */
.profile_block.account_profile_block.section{
line-height: 1.2em; /* If we add this higher up in the DOM... */
}.profile_block_name{
line-height: 1.6em; /* ...then we only need to adjust this seperately... */
}.profile_block_location {
/* line-height: 1.2em; ...and can REMOVE THIS ie */ line-height: inherit;
}.profile_block_description {
/* line-height: 1.2em; ...and can REMOVE THIS ie */ line-height: inherit;
}
/* Similarly... */
#aside_primary a {
/* color: rgba(0,0,0,0.8); REMOVE THIS because it doesn;t do anything good... ie. below is for testing purposes ONLY... */
} #aside_primary a.profile_block_homepage{
color:#282; /*...BUT DO NOT DO THIS IN CSS, it will happen by default when you remove above... */
}
.profile_block_name a{
color:#222; /* ...but you will need to do this... */
}