diff --git a/PHPCI/View/Session.phtml b/PHPCI/View/Session.phtml
index 7667b576..9975d697 100644
--- a/PHPCI/View/Session.phtml
+++ b/PHPCI/View/Session.phtml
@@ -56,15 +56,20 @@
}
#logo {
- background: transparent url('//www.block8.co.uk/badge-dark-muted.png') no-repeat top left;
+ background: transparent url('https://www.block8.co.uk/assets/images/b8-phpci-logo-muted.png') no-repeat top left;
+ background-size: 130px 46px;
display: inline-block;
- height: 26px;
- margin: 40px auto;
- width: 90px;
+ height: 46px;
+ width: 130px;
+ text-indent: -5000px;
+
+ position: absolute;
+ bottom: 50px;
+ right: 50px;
}
#logo:hover {
- background-image: url('//www.block8.co.uk/badge-dark.png');
+ background-image: url('https://www.block8.co.uk/assets/images/b8-phpci-logo.png');
}
#phpci-logo img {
@@ -83,7 +88,7 @@
-
+ Block 8 - Manchester Web Development Specialists