Skip to content
Snippets Groups Projects
Commit bcbd2dd2 authored by Kathrin Osswald's avatar Kathrin Osswald
Browse files

Fix CSS selector for the footer separator lines.

parent ae9c85ac
Branches
Tags
No related merge requests found
......@@ -6,6 +6,7 @@ Changes
### Unreleased
* 2017-07-04 - Fix CSS selector for the footer separator lines.
* 2017-07-03 - Minor improvements to the availability info for activities and resources.
* 2017-06-28 - Add Travis CI support
* 2017-06-14 - Improved settings pages and language file and adjusted README.md.
......
......@@ -651,7 +651,7 @@ blockquote::before {
/* If all Moodle links are hidden in the footer, we don't need a top line for the performance info.*/
@if variable-exists(footerhidehelplink) and variable-exists(footerhidelogininfo) and variable-exists(footerhidehomelink) {
@if $footerhidehelplink == 'yes' and $footerhidelogininfo == 'yes' and $footerhidehomelink == 'yes' {
.performanceinfo {
.container-fluid:nth-of-type(2) > .row-fluid {
border-top: none;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment