edx.org - added in new login and registration visual banners per marketing request
This commit is contained in:
BIN
lms/static/images/bg-banner-login.png
Normal file
BIN
lms/static/images/bg-banner-login.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 42 KiB |
BIN
lms/static/images/bg-banner-register.png
Normal file
BIN
lms/static/images/bg-banner-register.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 48 KiB |
@@ -485,7 +485,7 @@
|
||||
|
||||
header {
|
||||
height: 120px;
|
||||
background: transparent url("../images/bg-banner-example.png") 0 0 no-repeat;
|
||||
background: transparent url("../images/bg-banner-login.png") 0 0 no-repeat;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -498,7 +498,7 @@
|
||||
|
||||
header {
|
||||
height: 120px;
|
||||
background: transparent url("../images/bg-banner-example.png") 0 0 no-repeat;
|
||||
background: transparent url("../images/bg-banner-register.png") 0 0 no-repeat;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user