edx.org - added in new login and registration visual banners per marketing request

This commit is contained in:
Brian Talbot
2013-03-19 09:53:52 -04:00
parent d23679ea4e
commit dc60d107e9
3 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

View File

@@ -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;
}
}
}