add basic support for labels

This commit is contained in:
jomo
2014-11-21 00:39:38 +01:00
parent f6c4c78752
commit 39fceedf56
8 changed files with 68 additions and 16 deletions

View File

@@ -984,4 +984,13 @@ nav.pagination {
color: #000;
display: inline-block;
padding: 2px 5px;
}
.label {
background: #d40;
padding: 0.1em 0.2em;
border-radius: 0.2em;
color: #b20;
border: 1px solid #B20;
text-shadow: -1px -1px #e50, 1px 1px #a10;
}