Bläddra i källkod

No border radius for main logo

master
Dirk Alders 1 år sedan
förälder
incheckning
e4a7af36ea

+ 1
- 1
templates/themes/clear-blue/base.html Visa fil

@@ -20,7 +20,7 @@
20 20
 {% block modal %}{% endblock %}
21 21
 
22 22
     <form class="titlebar container" action="{% url "search" %}">
23
-      <a class="page-logo" href="/"><img style="border-radius: 25%;" src="{{ settings.page_image.url }}" alt="Logo" title="{{ title }}"></a>
23
+      <a class="page-logo" href="/"><img src="{{ settings.page_image.url }}" alt="Logo" title="{{ title }}"></a>
24 24
       <span class="title_hide">{{ title }}</span>
25 25
       <input type="text" placeholder="{% trans "Search..." %}" name="q">
26 26
     </form>

+ 1
- 1
templates/themes/clear-green/base.html Visa fil

@@ -20,7 +20,7 @@
20 20
 {% block modal %}{% endblock %}
21 21
 
22 22
     <form class="titlebar container" action="{% url "search" %}">
23
-      <a class="page-logo" href="/"><img style="border-radius: 25%;" src="{{ settings.page_image.url }}" alt="Logo" title="{{ title }}"></a>
23
+      <a class="page-logo" href="/"><img src="{{ settings.page_image.url }}" alt="Logo" title="{{ title }}"></a>
24 24
       <span class="title_hide">{{ title }}</span>
25 25
       <input type="text" placeholder="{% trans "Search..." %}" name="q">
26 26
     </form>

+ 1
- 1
templates/themes/clear-red/base.html Visa fil

@@ -20,7 +20,7 @@
20 20
 {% block modal %}{% endblock %}
21 21
 
22 22
     <form class="titlebar container" action="{% url "search" %}">
23
-      <a class="page-logo" href="/"><img style="border-radius: 25%;" src="{{ settings.page_image.url }}" alt="Logo" title="{{ title }}"></a>
23
+      <a class="page-logo" href="/"><img src="{{ settings.page_image.url }}" alt="Logo" title="{{ title }}"></a>
24 24
       <span class="title_hide">{{ title }}</span>
25 25
       <input type="text" placeholder="{% trans "Search..." %}" name="q">
26 26
     </form>

Laddar…
Avbryt
Spara