Branding - moving the CloudStack logo in the apidocs to a properly apache-ified logo with TM symbol
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/08ae971d Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/08ae971d Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/08ae971d Branch: refs/heads/4.1 Commit: 08ae971d1fdcdfbe1a0eac4b562b7e75691f0567 Parents: 9d2722f Author: David Nalley <[email protected]> Authored: Thu Jun 13 14:02:13 2013 -0400 Committer: David Nalley <[email protected]> Committed: Thu Jun 13 14:02:13 2013 -0400 ---------------------------------------------------------------------- tools/apidoc/images/cloudstack.png | Bin 3893 -> 8575 bytes tools/apidoc/includes/main.css | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/08ae971d/tools/apidoc/images/cloudstack.png ---------------------------------------------------------------------- diff --git a/tools/apidoc/images/cloudstack.png b/tools/apidoc/images/cloudstack.png index cc3c9d7..2f3d899 100644 Binary files a/tools/apidoc/images/cloudstack.png and b/tools/apidoc/images/cloudstack.png differ http://git-wip-us.apache.org/repos/asf/cloudstack/blob/08ae971d/tools/apidoc/includes/main.css ---------------------------------------------------------------------- diff --git a/tools/apidoc/includes/main.css b/tools/apidoc/includes/main.css index a8fa348..1c3baa8 100644 --- a/tools/apidoc/includes/main.css +++ b/tools/apidoc/includes/main.css @@ -239,7 +239,7 @@ a:hover.insdownload_button { a.cloud_logo { - width:300px; + width:373px; height:51px; float:left; background:url(../images/cloudstack.png) no-repeat top left;
