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 deletions
—
download
Diffstat
Diff options
+6/-2
M css/freepost.css
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
|
406
|
|
width: 1px;
|
401
|
407
|
|
}
|
402
|
408
|
|
|
403
|
|
- |
|
404
|
|
- |
|