diff --git a/theme/base/style/user.css b/theme/base/style/user.css index 8276b71ffe6..ede7db90c65 100644 --- a/theme/base/style/user.css +++ b/theme/base/style/user.css @@ -3,6 +3,7 @@ .userprofile .fullprofilelink {text-align:center; margin:10px;} .userprofile .profilepicture {float:left; margin-right:20px;} .userprofile .description {margin-bottom:20px;} +.userprofile .label {font-weight:normal;text-align:left;} .user-box {margin:8px;width:115px;height:160px;text-align:center;float:left;clear: none;} diff --git a/user/profile.php b/user/profile.php index 989702e7aaa..bc8ae890af0 100644 --- a/user/profile.php +++ b/user/profile.php @@ -377,5 +377,5 @@ echo $OUTPUT->footer(); function print_row($left, $right) { - echo "\n$left$right\n"; + echo "\n$left$right\n"; } diff --git a/user/view.php b/user/view.php index 66728b7a6a4..68d36ac33cf 100644 --- a/user/view.php +++ b/user/view.php @@ -354,7 +354,7 @@ echo $OUTPUT->footer(); /// Functions /////// function print_row($left, $right) { - echo "\n$left$right\n"; + echo "\n$left$right\n"; }