forked from MarseyWorld/MarseyWorld
LGB: add sidebar rDrama shoutout.
parent
eb55a6cc01
commit
f23b93fbe9
|
@ -5594,6 +5594,15 @@ audio, video {
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
#sidebar-lgb--host-notice img {
|
||||
display: block;
|
||||
margin: 1.5rem auto 1rem auto;
|
||||
}
|
||||
#sidebar-lgb--host-notice a {
|
||||
display: block;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#sidebar--directory--head {
|
||||
display: block;
|
||||
font-size: 1.35rem;
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 8.2 KiB |
|
@ -99,6 +99,11 @@
|
|||
</ul>
|
||||
</div>
|
||||
{% endif %}
|
||||
<hr>
|
||||
<div id="sidebar-lgb--host-notice">
|
||||
<img src="{{asset_siteimg('sidebar_host.webp')}}" />
|
||||
<a href="https://rdrama.net/">Proudly hosted by rDrama.</a>
|
||||
</div>
|
||||
<pre>
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{%-
|
||||
set CACHE_VER = {
|
||||
'css/main.css': 426,
|
||||
'css/main.css': 427,
|
||||
'css/catalog.css': 2,
|
||||
|
||||
'css/4chan.css': 61,
|
||||
|
|
Loading…
Reference in New Issue