added author to post titles

This commit is contained in:
2010-02-10 15:56:09 +02:00
parent 369bb36997
commit 992f3f0fb4
2 changed files with 9 additions and 2 deletions

View File

@@ -481,7 +481,7 @@ blockquote {
/* @group .post-title */
.post-title {
position: relative;
}
.post-title a {
color: #000;
@@ -489,6 +489,13 @@ blockquote {
.post-title a:hover {
border-bottom: 1px dotted #ccc !important;
}
.post-title .author {
color: #bbb;
font-size: 13px;
position: absolute;
bottom: -10px;
left: 0px;
}
/* @end */