Better style for tags

This commit is contained in:
Sébastien Lucas 2012-06-12 08:27:31 +02:00
parent 2e3d44f7a4
commit 5040742609
1 changed files with 9 additions and 0 deletions

View File

@ -151,3 +151,12 @@ opacity: 0.70;
text-align: center;
padding-top: 120px;
}
.tags a
{
border-radius: 6px;
background: #333 url(images/tag16.png) left center no-repeat;
padding: 0 2px 1px 18px;
color: white;
text-decoration : none;
}