Better style for tags
This commit is contained in:
parent
2e3d44f7a4
commit
5040742609
1 changed files with 9 additions and 0 deletions
|
@ -151,3 +151,12 @@ opacity: 0.70;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding-top: 120px;
|
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;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue