mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-12941 Added clear:none; to div.user-box css. Also fixed a couple of & with &
This commit is contained in:
parent
9e73868793
commit
f0067a7836
3 changed files with 21 additions and 13 deletions
|
@ -2856,6 +2856,7 @@ div.user-box {
|
|||
text-align:center;
|
||||
display:block;
|
||||
float:left;
|
||||
clear: none;
|
||||
}
|
||||
|
||||
img.user-image {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue