1
0
mirror of https://github.com/djohnlewis/stackdump synced 2025-12-06 16:03:27 +00:00

Added answer permalinks and ability to rewrite internal answer permalinks.

This includes a new field in the Solr schema, so a re-index is required after this changeset.

Fixes #1
This commit is contained in:
Sam
2013-10-22 21:59:49 +11:00
parent 4e924f6bd8
commit f067353f62
5 changed files with 59 additions and 4 deletions

View File

@@ -207,10 +207,14 @@ h3, h4, h5, h6 {
float: right;
}
.post-tags {
.post-tags, .post-actions {
margin-bottom: 10px;
}
.post-actions a {
color: #999999;
}
.question h1 {
border-bottom: 1px solid #CCCCCC;
padding-bottom: 7px;