Browse Source

No border radius for main logo

master
Dirk Alders 1 year ago
parent
commit
e4a7af36ea

+ 1
- 1
templates/themes/clear-blue/base.html View File

20
 {% block modal %}{% endblock %}
20
 {% block modal %}{% endblock %}
21
 
21
 
22
     <form class="titlebar container" action="{% url "search" %}">
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
       <span class="title_hide">{{ title }}</span>
24
       <span class="title_hide">{{ title }}</span>
25
       <input type="text" placeholder="{% trans "Search..." %}" name="q">
25
       <input type="text" placeholder="{% trans "Search..." %}" name="q">
26
     </form>
26
     </form>

+ 1
- 1
templates/themes/clear-green/base.html View File

20
 {% block modal %}{% endblock %}
20
 {% block modal %}{% endblock %}
21
 
21
 
22
     <form class="titlebar container" action="{% url "search" %}">
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
       <span class="title_hide">{{ title }}</span>
24
       <span class="title_hide">{{ title }}</span>
25
       <input type="text" placeholder="{% trans "Search..." %}" name="q">
25
       <input type="text" placeholder="{% trans "Search..." %}" name="q">
26
     </form>
26
     </form>

+ 1
- 1
templates/themes/clear-red/base.html View File

20
 {% block modal %}{% endblock %}
20
 {% block modal %}{% endblock %}
21
 
21
 
22
     <form class="titlebar container" action="{% url "search" %}">
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
       <span class="title_hide">{{ title }}</span>
24
       <span class="title_hide">{{ title }}</span>
25
       <input type="text" placeholder="{% trans "Search..." %}" name="q">
25
       <input type="text" placeholder="{% trans "Search..." %}" name="q">
26
     </form>
26
     </form>

Loading…
Cancel
Save