1
0
mirror of https://github.com/moodle/moodle.git synced 2025-03-25 10:00:31 +01:00

Merge branch 'MDL-56321-master' of git://github.com/damyon/moodle

This commit is contained in:
Andrew Nicols 2016-10-24 13:29:31 +08:00
commit 33492029de
3 changed files with 10 additions and 18 deletions
theme/boost

@ -64,7 +64,7 @@ class core_renderer extends \core_renderer {
if (is_array($classes)) {
$classes = implode(' ', $classes);
}
return parent::box_start($classes . ' p-a-1', $id, $attributes);
return parent::box_start($classes . ' p-y-1', $id, $attributes);
}
/**

@ -15,16 +15,17 @@
.userprofile .profile_tree {
column-count: 2;
}
.userprofile .profile_tree section {
@extend .card;
@extend .card-block;
break-inside: avoid;
}
section {
@extend .card;
@extend .card-block;
display: inline-block;
width: 100%;
.userprofile .profile_tree section h3 {
@extend .lead;
h3 {
@extend .lead;
}
}
}
.userprofile dl.list {

@ -174,15 +174,6 @@ $breadcrumb-divider-rtl: "/" !default;
}
}
/**
* Style for content title.
*/
#region-main h2 {
border-bottom: $border-width solid $table-border-color;
padding-bottom: $spacer;
margin-bottom: $spacer;
}
/**
* Form styles.
*/