Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Need Help with little css issue Reply To: Need Help with little css issue

#145563
jurotek
Participant

Ad display inline-block and some top and bottom margin like this:

    #content .tags a {
padding: 2px 6px;
padding-top: 0;
border-radius: 6px;
font-size: 1.1em !important;
background: #db9f0e;
color: #fff !Important;
text-shadow: none;
display: inline-block;
margin: 4px 0;
}