You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by is...@apache.org on 2013/09/02 08:37:58 UTC

git commit: Hid the right-logo.gif image

Updated Branches:
  refs/heads/master 0146032f0 -> 48b34e1fb


Hid the right-logo.gif image


Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/48b34e1f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/48b34e1f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/48b34e1f

Branch: refs/heads/master
Commit: 48b34e1fb6f54592a48df682d27add98a9f20d5b
Parents: 0146032
Author: Isuru Perera <is...@apache.org>
Authored: Mon Sep 2 12:06:44 2013 +0530
Committer: Isuru Perera <is...@apache.org>
Committed: Mon Sep 2 12:06:44 2013 +0530

----------------------------------------------------------------------
 .../modules/styles/src/main/resources/web/styles/css/main.css    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/48b34e1f/products/stratos-controller/modules/styles/src/main/resources/web/styles/css/main.css
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/styles/src/main/resources/web/styles/css/main.css b/products/stratos-controller/modules/styles/src/main/resources/web/styles/css/main.css
index f8071d9..f00d1f0 100755
--- a/products/stratos-controller/modules/styles/src/main/resources/web/styles/css/main.css
+++ b/products/stratos-controller/modules/styles/src/main/resources/web/styles/css/main.css
@@ -53,9 +53,9 @@ div#header-div div.middle-ad {
 }
 
 div#header-div div.right-logo {
-	background-image:url("../images/right-logo.gif");
+	/*background-image:url("../images/right-logo.gif");
 	background-position:right top;
-	background-repeat:no-repeat;
+	background-repeat:no-repeat;*/
 	color:#B6D8F2;
 	font-size:0;
 	height:31px;