home » zplus/freepost.git
Author Sylvia van Os <iamsylvie@openmailbox.org> 2016-10-07 14:48:54
Committer Sylvia van Os <iamsylvie@openmailbox.org> 2016-10-07 14:48:54
Commit c3a86c0 (patch)
Tree 8aa369f
Parent(s)

Add a lightyellow background color to the linked comment


commits diff: fb24f99..c3a86c0
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 -