Re: [tomcat] branch master updated: Use SVG logo for a more modern and consistent look

2020-10-15 Thread Christopher Schultz
Igal,

On 10/10/20 16:08, isa...@apache.org wrote:
> This is an automated email from the ASF dual-hosted git repository.
> 
> isapir pushed a commit to branch master
> in repository https://gitbox.apache.org/repos/asf/tomcat.git
> 
> 
> The following commit(s) were added to refs/heads/master by this push:
>  new 466d1a5  Use SVG logo for a more modern and consistent look
> 466d1a5 is described below
> 
> commit 466d1a5a281973e8a12721f0fe4b4c72cc4fa07d
> Author: Igal Sapir 
> AuthorDate: Sat Oct 10 13:07:56 2020 -0700
> 
> Use SVG logo for a more modern and consistent look
> 
> Also removed unused images and obsolete CSS styles
> ---
>  webapps/ROOT/index.jsp|   3 +--
>  webapps/ROOT/tomcat-power.gif | Bin 2376 -> 0 bytes
>  webapps/ROOT/tomcat.css   |   9 ++---
>  webapps/ROOT/tomcat.gif   | Bin 2066 -> 0 bytes
>  webapps/ROOT/tomcat.png   | Bin 5103 -> 0 bytes
>  5 files changed, 7 insertions(+), 5 deletions(-)
> 
> diff --git a/webapps/ROOT/index.jsp b/webapps/ROOT/index.jsp
> index 1d3d46d..5149594 100644
> --- a/webapps/ROOT/index.jsp
> +++ b/webapps/ROOT/index.jsp
> @@ -28,7 +28,6 @@ request.setAttribute("tomcatExamplesUrl", "/examples/");
>  
>  <%=request.getServletContext().getServerInfo() %>
>  
> -
>  
>  
>  
> @@ -52,7 +51,7 @@ request.setAttribute("tomcatExamplesUrl", "/examples/");
>  If you're seeing this, you've successfully installed 
> Tomcat. Congratulations!
>  
>  
> -
> +

If you want a bealt, suspenders, and girdle apprroach to make sure this
works on NCSA Mosaic, you can do this:


  
  


I'm not sure of a spec-compliant way to specify the "alt text" for a
.

-chris

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[tomcat] branch master updated: Use SVG logo for a more modern and consistent look

2020-10-10 Thread isapir
This is an automated email from the ASF dual-hosted git repository.

isapir pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
 new 466d1a5  Use SVG logo for a more modern and consistent look
466d1a5 is described below

commit 466d1a5a281973e8a12721f0fe4b4c72cc4fa07d
Author: Igal Sapir 
AuthorDate: Sat Oct 10 13:07:56 2020 -0700

Use SVG logo for a more modern and consistent look

Also removed unused images and obsolete CSS styles
---
 webapps/ROOT/index.jsp|   3 +--
 webapps/ROOT/tomcat-power.gif | Bin 2376 -> 0 bytes
 webapps/ROOT/tomcat.css   |   9 ++---
 webapps/ROOT/tomcat.gif   | Bin 2066 -> 0 bytes
 webapps/ROOT/tomcat.png   | Bin 5103 -> 0 bytes
 5 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/webapps/ROOT/index.jsp b/webapps/ROOT/index.jsp
index 1d3d46d..5149594 100644
--- a/webapps/ROOT/index.jsp
+++ b/webapps/ROOT/index.jsp
@@ -28,7 +28,6 @@ request.setAttribute("tomcatExamplesUrl", "/examples/");
 
 <%=request.getServletContext().getServerInfo() %>
 
-
 
 
 
@@ -52,7 +51,7 @@ request.setAttribute("tomcatExamplesUrl", "/examples/");
 If you're seeing this, you've successfully installed 
Tomcat. Congratulations!
 
 
-
+
 
 Recommended Reading:
 Security Considerations 
How-To
diff --git a/webapps/ROOT/tomcat-power.gif b/webapps/ROOT/tomcat-power.gif
deleted file mode 100644
index 01c400b..000
Binary files a/webapps/ROOT/tomcat-power.gif and /dev/null differ
diff --git a/webapps/ROOT/tomcat.css b/webapps/ROOT/tomcat.css
index 6995838..87af4a9 100644
--- a/webapps/ROOT/tomcat.css
+++ b/webapps/ROOT/tomcat.css
@@ -94,11 +94,14 @@ a img {
 min-width: 720px;
 max-width: 1000px;
 }
+
 .curved {
 border-radius: 10px;
--moz-border-radius: 10px;
--webkit-border-radius: 10px;
--khtml-border-radius: 10px;
+}
+
+#tomcat-logo {
+width: 150px;
+height: 106px;
 }
 
 #navigation {
diff --git a/webapps/ROOT/tomcat.gif b/webapps/ROOT/tomcat.gif
deleted file mode 100644
index f2aa6f8..000
Binary files a/webapps/ROOT/tomcat.gif and /dev/null differ
diff --git a/webapps/ROOT/tomcat.png b/webapps/ROOT/tomcat.png
deleted file mode 100644
index 209b07f..000
Binary files a/webapps/ROOT/tomcat.png and /dev/null differ


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org