home » zplus/freepost.git
Author zPlus <example@example.example> 2016-10-07 17:40:23
Committer Gogs <gogitservice@gmail.com> 2016-10-07 17:40:23
Commit 3cb7ca1 (patch)
Tree 8aa369f
Parent(s)

Merge branch 'master' of SylvieLorxu/freepost into master


commits diff: fb24f99..3cb7ca1
1 file changed, 6 insertions, 2 deletionsdownload


Diffstat
-rw-r--r-- css/freepost.css 8

Diff options
View
Side
Whitespace
Context lines
Inter-hunk lines
+6/-2 M   css/freepost.css
index c7052eb..8d7b49e
old size: 10K - new size: 10K
@@ -281,6 +281,12 @@ html, body
281 281 margin: .5em 0 0 1.5em;
282 282 word-wrap: break-word;
283 283 }
284 +
285 + /* Give the comment that's linked to in the URL location hash a lightyellow background color */
286 + .content > .post > .comments > a:target + .comment {
287 + background-color: lightyellow;
288 + }
289 +
284 290
285 291 /* User home page */
286 292 .content table.user
@@ -400,5 +406,3 @@ html, body
400 406 width: 1px;
401 407 }
402 408
403 -
404 -