aaaaa panic

This commit is contained in:
onomanapeia 2024-12-15 22:26:06 -06:00
parent a93ae99382
commit 01fab51e4b
3 changed files with 8 additions and 8 deletions

View file

@ -488,6 +488,6 @@
alt: "hausu" alt: "hausu"
# this space intentionally left blank # this space intentionally left blank
- imgurl: "" #- imgurl: ""
link: "" #link: ""
alt: "" #alt: ""

View file

@ -8,7 +8,7 @@ menu-title: blinkies
welcome to my collection of blinkies! this used to all be consolidated on one page, but it's growing a little large, so I've divided the old webcore page into distinct pages to increase loading times. ![yay](/img/emoji/x3.gif) welcome to my collection of blinkies! this used to all be consolidated on one page, but it's growing a little large, so I've divided the old webcore page into distinct pages to increase loading times. ![yay](/img/emoji/x3.gif)
<div class="imgwall" id="padded"> <div class="imgwall" id="padded">
<div class="blinkies"> <div id="blinkies">
{% include layout/gallery/gallery.html folder="img/webcore/blinkies" data_file="blinkies" %} {% include layout/gallery/gallery.html folder="img/webcore/blinkies" data_file="blinkies" %}
</div> </div>
<!-- tol boys--> <!-- tol boys-->

View file

@ -443,7 +443,7 @@ hr {
text-align: center; text-align: center;
} }
.imgwall img { .imgwall > img {
display: inline-block; display: inline-block;
} }
@ -465,17 +465,17 @@ hr {
max-width: 239px; max-width: 239px;
} }
#stamp img { #stamp > img {
image-rendering: auto; image-rendering: auto;
vertical-align: middle; vertical-align: middle;
margin: .1rem; padding: 1px;
} }
#stamp { #stamp {
margin: 1rem; margin: 1rem;
} }
.blinkies img { #blinkies > img {
max-width: 150px; max-width: 150px;
} }