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">
|
<div class="article">
|
||||||
<h1>{{ title }}</h1>
|
<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 }}
|
{{ content }}
|
||||||
|
|
||||||
<div class="comment-separator"></div>
|
<div class="comment-separator"></div>
|
||||||
|
|
|
@ -148,7 +148,7 @@ a:hover, a:active {
|
||||||
|
|
||||||
.meta {
|
.meta {
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
margin-bottom: 24px;
|
margin-bottom: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.meta > span {
|
.meta > span {
|
||||||
|
@ -156,6 +156,16 @@ a:hover, a:active {
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.meta-post {
|
||||||
|
margin-top: 0px;
|
||||||
|
margin-bottom: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.meta-post > span {
|
||||||
|
display: inline;
|
||||||
|
margin-right: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
.hidden {
|
.hidden {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue