Fix bug where footer text would wrap to a new line

This commit is contained in:
John O'Nolan 2014-08-07 16:16:51 +03:00
父节点 8fd21ea939
当前提交 5da18ddb3b
共有 1 个文件被更改,包括 2 次插入0 次删除

查看文件

@ -1290,12 +1290,14 @@ body:not(.post-template) .post-title {
.poweredby {
display: block;
width: 45%;
float: right;
text-align: right;
}
.copyright {
display: block;
width: 45%;
float: left;
}