changeset 3049:12f3dbd5ff18

Free nginx: distinct logo and favicon.
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 14 Feb 2024 20:06:05 +0300
parents 1bb11d9ca0ba
children 55d1bf4bf7fd
files binary/favicon.ico binary/nginx.png xsls/body.xsls xsls/style.xsls
diffstat 4 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
Binary file binary/favicon.ico has changed
Binary file binary/nginx.png has changed
--- a/xsls/body.xsls	Wed Feb 14 20:06:00 2024 +0300
+++ b/xsls/body.xsls	Wed Feb 14 20:06:05 2024 +0300
@@ -13,7 +13,7 @@
     <div id="menu">
         <h1>
             <a href="/">
-                <img src="/nginx.png" alt="nginx" />
+                <img src="/nginx.png" alt="free nginx" />
             </a>
         </h1>
         <div>
--- a/xsls/style.xsls	Wed Feb 14 20:06:00 2024 +0300
+++ b/xsls/style.xsls	Wed Feb 14 20:06:05 2024 +0300
@@ -28,7 +28,7 @@
         h1                { display:        block;
                             font-size:      3em;
                             text-align:     left;
-                            height:         .7em;
+                            height:         1.4em;
                             margin:         0;
                             margin-bottom:  .5em; }
         h1 img            { width:          100%; }