1
0
mirror of https://github.com/djohnlewis/stackdump synced 2025-12-06 07:53:28 +00:00

Fixed some minor CSS issues, and fixed issues when there is only one site imported in Stackdump.

This commit is contained in:
Samuel Lai
2012-02-11 22:57:57 +11:00
parent 06e210d37a
commit 43f49d1827
3 changed files with 7 additions and 4 deletions

View File

@@ -157,8 +157,8 @@ pre code {
.post-stat {
text-align: center;
background-color: #F2F2F2;
margin-bottom: 2px;
padding: 4px 3px;
margin-bottom: 5px;
padding: 10px 5px;
}
.post-stat p {
@@ -249,7 +249,7 @@ li .post-comment-score {
li .post-comment-text {
margin-left: 40px;
line-height: normal;
line-height: 20px;
margin-bottom: 0;
}