fix rank layout in search page

This commit is contained in:
2014-09-10 22:49:37 +02:00
parent ed6275164e
commit 679860798f
4 changed files with 10 additions and 6 deletions

View File

@@ -335,6 +335,11 @@ a[href^="table"].internal_link span.item {
font-size:13px;
}
.author_box span.rank {
font-weight: bold;
margin-left:10px;
}
.standalone .author_box {
margin-top:10px;
}