tyle
This commit is contained in:
parent
585a50b918
commit
8b28ed33fc
2 changed files with 12 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
<div class="article">
|
||||
<h1>{{ title }}</h1>
|
||||
<p class="meta">{{ category_label}}<span>{{ friendly_date }}</span></p>
|
||||
<p class="meta-post">{{ category_label}}<span>{{ friendly_date }}</span></p>
|
||||
{{ content }}
|
||||
|
||||
<div class="comment-separator"></div>
|
||||
|
|
|
@ -148,7 +148,7 @@ a:hover, a:active {
|
|||
|
||||
.meta {
|
||||
margin-top: 0px;
|
||||
margin-bottom: 24px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.meta > span {
|
||||
|
@ -156,6 +156,16 @@ a:hover, a:active {
|
|||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.meta-post {
|
||||
margin-top: 0px;
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
|
||||
.meta-post > span {
|
||||
display: inline;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue