forked from MarseyWorld/MarseyWorld
rDrama: swap header icon for Carp's juggalo event.
parent
db72908da6
commit
b75d504d91
|
@ -5516,6 +5516,10 @@ audio, video {
|
|||
}
|
||||
}
|
||||
|
||||
#header--icon {
|
||||
height: 33px;
|
||||
}
|
||||
|
||||
#header--username {
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
|
@ -68,7 +68,7 @@
|
|||
<div class="navbar navbar-expand-md navbar-light" id="navbar">
|
||||
<div class="container-fluid" style="padding:0;">
|
||||
<a href="/" class="navbar-brand mr-auto {% if not has_logo and not sub %}flex-grow-1{% endif %}">
|
||||
<img alt="header icon" height=33 src="{{asset_siteimg('headericon.webp')}}">
|
||||
<img id="header--icon" alt="header icon" src="{{asset_siteimg('icons-event/juggalo-2022.webp')}}"> {# src="{{asset_siteimg('headericon.webp')}}" #}
|
||||
</a>
|
||||
|
||||
{% if sub %}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{%-
|
||||
set CACHE_VER = {
|
||||
'css/main.css': 431,
|
||||
'css/main.css': 432,
|
||||
'css/catalog.css': 2,
|
||||
|
||||
'css/4chan.css': 61,
|
||||
|
|
Loading…
Reference in New Issue