Added author and upload date to post view

This commit is contained in:
Marcin Kurczewski
2014-09-21 23:01:01 +02:00
parent 881d2a6b38
commit 51a80c22c5
4 changed files with 53 additions and 6 deletions

View File

@ -14,6 +14,12 @@
font-size: 90%;
}
#post-view-wrapper #sidebar h1 {
margin-top: 1.5em;
font-weight: normal;
font-size: 30px;
}
#post-view-wrapper #sidebar h1:first-of-type {
margin-top: 0;
}
@ -70,3 +76,11 @@
color: silver;
padding-left: 0.5em;
}
#sidebar .author-box img {
float: left;
margin-right: 0.5em;
}
#sidebar .author-box .author-name {
font-weight: bold;
}