Ver Fonte

[FIX] capitalize brand

Gogs há 7 anos atrás
pai
commit
b3939aa5df
2 ficheiros alterados com 1 adições e 2 exclusões
  1. 0 1
      static/src/main.css
  2. 1 1
      templates.xml

+ 0 - 1
static/src/main.css

@@ -3,7 +3,6 @@
     height: 28px;
     margin-top: 8px;
     float: left;
-    border-right: 1px solid #fff;
     display: flex;
 }
 

+ 1 - 1
templates.xml

@@ -12,7 +12,7 @@
                 <div class="menu_eiru_brand">
                     <img class="menu_brand_logo" src="/eiru_brand/static/img/eiru.png" alt="Eiru Software" />
                     <div>
-                        <h2>Eiru</h2>
+                        <h2>EIRU</h2>
                     </div>
                 </div>
             </xpath>