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

Added indicator for accepted answer.

This commit is contained in:
Samuel Lai
2012-02-12 15:54:03 +11:00
parent 67f1ac7a3a
commit cab37377f7
5 changed files with 45 additions and 3 deletions

View File

@@ -162,6 +162,10 @@ pre code {
padding: 10px 5px;
}
.post-stat-img {
background-color: transparent;
}
.post-stat p {
margin-bottom: 0;
}
@@ -176,6 +180,10 @@ pre code {
color: #AAAAAA;
}
.post-stat-value-good {
color: #5ebb00;
}
.post-summary {
padding-left: 72px; /* 64px for post-stats-vertical + 8px for padding */
}
@@ -220,7 +228,7 @@ pre code {
}
.post-comments {
clear: both;
clear: right;
}
.post-comments ul {

Binary file not shown.

After

Width:  |  Height:  |  Size: 507 B