Conversation
Notices
-
/* Okay I'll try to add to the repo myself but till I get a chance here is what I've done in case another person can do it */
/* 3 of 6 */
.tag-cloud li a{
color: #555; /*...and this... */
box-shadow: -8px 0 1px #0003; /* add these shadows to the tag cloud */
}
.tag-cloud {
/*overflow:hidden; REMOVE THIS or*/ overflow: visible;
margin: 0 -1em 0 1em;
}.tag-cloud li a::before {
background: #ccc;
/*box-shadow:inset -1px 0 rgba(0, 0, 0, 0.25) REMOVE or*/ box-shadow:none;
}
/* Also similarly...*/
body {
/* line-height: 1.6em REMOVE THIS. It's barely used anyway, and where it does manifest it looks ugly, or */ line-height: normal;
}#aside_primary .section .entity_actions > p{
top: -7px; /* ...and just fix this */
}
.entity_actions input{
margin: 2px auto;
}
.form_group_join input.submit, .form_user_subscribe input.submit, .form_remote_authorize input.submit, .form_user_add_peopletag input.submit, .form_peopletag_subscribe input.submit, .entity_subscribe a{
background-position: 4px -1182px; /* Subscribe button center;*/
}