MDL-44207 theme_nimble: fix incorrect tab.
This commit is contained in:
@@ -39,7 +39,7 @@ function nimble_process_css($css, $theme) {
|
||||
}
|
||||
$css = nimble_set_linkcolor($css, $linkcolor);
|
||||
|
||||
// Set the link hover color.
|
||||
// Set the link hover color.
|
||||
if (!empty($theme->settings->linkhover)) {
|
||||
$linkhover = $theme->settings->linkhover;
|
||||
} else {
|
||||
@@ -107,4 +107,4 @@ function nimble_set_backgroundcolor($css, $backgroundcolor) {
|
||||
}
|
||||
$css = str_replace($tag, $replacement, $css);
|
||||
return $css;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user