Fix #3: add categories support
This commit is contained in:
parent
2b7ab07c57
commit
95d551b945
7 changed files with 86 additions and 4 deletions
|
@ -159,6 +159,18 @@ article header h1 a {
|
|||
display: inline;
|
||||
}
|
||||
|
||||
.article-categories {
|
||||
display: inline;
|
||||
list-style-type: none;
|
||||
padding: 0;
|
||||
margin-right: 1em;
|
||||
}
|
||||
|
||||
.article-categories li {
|
||||
display: inline;
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
.article-tags {
|
||||
display: inline;
|
||||
list-style-type: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue