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"
|
alt: "hausu"
|
||||||
|
|
||||||
# this space intentionally left blank
|
# this space intentionally left blank
|
||||||
- imgurl: ""
|
#- imgurl: ""
|
||||||
link: ""
|
#link: ""
|
||||||
alt: ""
|
#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)
|
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-->
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue