Skip to content
Snippets Groups Projects
Commit 383b6813 authored by Tim Schroeder's avatar Tim Schroeder Committed by Kathrin Osswald
Browse files

removed border between course sections in nav dra-

wer also when in topics format and showing one section per page
parent e009b1c6
No related branches found
No related tags found
No related merge requests found
...@@ -320,7 +320,8 @@ body.loginbackgroundimage #page { ...@@ -320,7 +320,8 @@ body.loginbackgroundimage #page {
/* Remove border of child nodes which should appear as one block. */ /* Remove border of child nodes which should appear as one block. */
.list-group-item[data-parent-key="mycourses"], .list-group-item[data-parent-key="mycourses"],
.list-group-item[href*="#section-"]:not([href*="#section-0"]) { .list-group-item[href*="#section-"]:not([href*="#section-0"]),
.list-group-item[href*="&section="]:not([href*="&section=0"]) {
border-top: none; border-top: none;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment