mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Merge branch 'MDL-53050-forum-target' of https://github.com/brendanheywood/moodle
This commit is contained in:
commit
9f82928bb6
1 changed files with 11 additions and 0 deletions
|
@ -120,6 +120,17 @@ span.unread {
|
||||||
border-bottom: 1px solid #DDD;
|
border-bottom: 1px solid #DDD;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Forumpost hash anchor target */
|
||||||
|
.path-mod-forum :target + :before {
|
||||||
|
display: block;
|
||||||
|
width: 4px;
|
||||||
|
position: absolute;
|
||||||
|
background: #0070a8;
|
||||||
|
left: -1px;
|
||||||
|
top: -1px;
|
||||||
|
bottom: -1px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Discussion navigation */
|
/* Discussion navigation */
|
||||||
.path-mod-forum .discussion-nav {
|
.path-mod-forum .discussion-nav {
|
||||||
margin: .5em 0;
|
margin: .5em 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue