aaaaa panic
This commit is contained in:
parent
a93ae99382
commit
01fab51e4b
3 changed files with 8 additions and 8 deletions
|
@ -488,6 +488,6 @@
|
|||
alt: "hausu"
|
||||
|
||||
# this space intentionally left blank
|
||||
- imgurl: ""
|
||||
link: ""
|
||||
alt: ""
|
||||
#- imgurl: ""
|
||||
#link: ""
|
||||
#alt: ""
|
|
@ -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)
|
||||
|
||||
<div class="imgwall" id="padded">
|
||||
<div class="blinkies">
|
||||
<div id="blinkies">
|
||||
{% include layout/gallery/gallery.html folder="img/webcore/blinkies" data_file="blinkies" %}
|
||||
</div>
|
||||
<!-- tol boys-->
|
||||
|
|
|
@ -443,7 +443,7 @@ hr {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
.imgwall img {
|
||||
.imgwall > img {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
|
@ -465,17 +465,17 @@ hr {
|
|||
max-width: 239px;
|
||||
}
|
||||
|
||||
#stamp img {
|
||||
#stamp > img {
|
||||
image-rendering: auto;
|
||||
vertical-align: middle;
|
||||
margin: .1rem;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
#stamp {
|
||||
margin: 1rem;
|
||||
}
|
||||
|
||||
.blinkies img {
|
||||
#blinkies > img {
|
||||
max-width: 150px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue