mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 02:46:40 +02:00
MDL-57932 core: Serve the Moodle logo as SVG
The Moodle logo in the login page footer is served in SVG format. Signed-off-by: Luca Bösch <luca.beosch@bfh.ch>
This commit is contained in:
parent
3c45d26f58
commit
15de9ec847
4 changed files with 167 additions and 0 deletions
|
@ -262,6 +262,9 @@ img.icon-post {
|
|||
padding-left: 3px;
|
||||
padding-right: 0;
|
||||
}
|
||||
.sitelink img {
|
||||
width: 112px;
|
||||
}
|
||||
.boxaligncenter {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue