mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 13:02:07 +02:00
Merge branch 'MDL-53050-forum-target' of https://github.com/brendanheywood/moodle
This commit is contained in:
commit
9f82928bb6
@ -120,6 +120,17 @@ span.unread {
|
||||
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 */
|
||||
.path-mod-forum .discussion-nav {
|
||||
margin: .5em 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user