Skip to content

Commit

Permalink
Fixes #657
Browse files Browse the repository at this point in the history
Adds another rule to odd.css to ensure colon and space
  • Loading branch information
joeytakeda committed May 6, 2024
1 parent 5a48e15 commit 37baa4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css/odd.css
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,8 @@ ul.attList ul.classSpecAttDefs > li{
}

/* class name links should have a colon after */
ul.attList a.link_odd + ul.classSpecAttDefs::before{
ul.attList a.link_odd + ul.classSpecAttDefs::before,
ul.attList li > .link_ref + ul.classSpecAttDefs::before{
content: ": ";
text-decoration: none;
}
Expand Down

0 comments on commit 37baa4c

Please sign in to comment.