mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
Removed an inline style on list blocks
This commit is contained in:
parent
3849dae80f
commit
dd54dea610
@ -554,7 +554,7 @@ class block_list extends block_base {
|
||||
function _print_block() {
|
||||
// Wrap the title in a floating DIV, in case we have edit controls to display
|
||||
// These controls will always be wrapped on a right-floating DIV
|
||||
$title = '<div style="float: left;">'.$this->title.'</div>';
|
||||
$title = '<div class="title">'.$this->title.'</div>';
|
||||
if ($this->edit_controls !== NULL) {
|
||||
$title .= $this->edit_controls;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user