1
0
mirror of https://github.com/moodle/moodle.git synced 2025-05-12 03:05:42 +02:00

Merge branch 'MDL-51924-master' of git://github.com/barbararamiro/moodle

This commit is contained in:
Dan Poltawski 2015-10-28 12:04:20 +00:00
commit bb63c18443
2 changed files with 2 additions and 2 deletions
theme/bootstrapbase
less/moodle
style

@ -20,7 +20,7 @@
border-radius: @baseBorderRadius; border-radius: @baseBorderRadius;
padding: 0 15px; padding: 0 15px;
margin-bottom: 20px; margin-bottom: 20px;
box-sizing: border-box; .box-sizing(border-box);
} }
.userprofile .profile_tree section h3 { .userprofile .profile_tree section h3 {
font-size: round(@baseFontSize * 1.30); font-size: round(@baseFontSize * 1.30);

File diff suppressed because one or more lines are too long