Merge pull request #32 from Leu-Gim/new_async

highlighting current post via CSS :hover pseudo-element
This commit is contained in:
Dominik Picheta 2014-12-05 19:00:14 +00:00
commit 9e578522c1
2 changed files with 3 additions and 3 deletions

View file

@ -122,7 +122,7 @@
# for row in posts:
# inc(count)
<a name="${%postId}"></a>
<div>
<div id="${%postId}">
<div class="author">
<div>
#let profileUrl = c.req.makeUri("profile/", false) & xmlEncode(%userName)

View file

@ -539,8 +539,8 @@ hr
/* highlighting current post */
.post.current {
background-color: #fefff3;
div:target {
background: rgba(255, 255, 240, 0.25) !important;
}
/* full-text search */