Skip to content

Commit e910d73

Browse files
committed
Release v2.3.5
1 parent 92c6991 commit e910d73

20 files changed

+35
-21
lines changed

dist/blogger-tweaks.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/layouts/block-duo.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! web-ignition v2.3.4 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
1+
/*! web-ignition v2.3.5 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
22

33
/*
44
Block Duo layout -- Two big columns followed by a single footer

dist/layouts/color-blocks.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! web-ignition v2.3.4 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
1+
/*! web-ignition v2.3.5 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
22

33
/*
44
Color Blocks layout -- Two columns of colorful blocks

dist/layouts/color-slide.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! web-ignition v2.3.4 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
1+
/*! web-ignition v2.3.5 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
22

33
/*
44
Color Slide layout -- Top to botttom color transition

dist/layouts/letterbox.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! web-ignition v2.3.4 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
1+
/*! web-ignition v2.3.5 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
22

33
/*
44
Letterbox layout -- Edge-to-edge semi-opaque bar over cover background image

dist/layouts/modern.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! web-ignition v2.3.4 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
1+
/*! web-ignition v2.3.5 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
22

33
/*
44
Modern layout -- Clean blog post page

dist/layouts/neon.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! web-ignition v2.3.4 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
1+
/*! web-ignition v2.3.5 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
22

33
/*
44
Neon layout -- For hackers and space junkies

dist/layouts/neon.min.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
//! web-ignition v2.3.4 ~~ https://github.com/center-key/web-ignition ~~ MIT License
1+
//! web-ignition v2.3.5 ~~ https://github.com/center-key/web-ignition ~~ MIT License
22
const numNeonImages=8;const randomImage=Date.now()%numNeonImages+1;globalThis.document.body.classList.add("neon-image-"+String(randomImage));

dist/layouts/vertical-bars.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! web-ignition v2.3.4 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
1+
/*! web-ignition v2.3.5 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
22

33
/*
44
Vertical Bars layout -- traditional boring old-school webpage

dist/layouts/zebra-sections.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! web-ignition v2.3.4 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
1+
/*! web-ignition v2.3.5 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
22

33
/*
44
Zebra Sections layout -- Edge-to-edge blocks with alternating background colors
@@ -119,6 +119,9 @@ main >section:first-child {
119119
main >section:nth-child(even) {
120120
background-color: whitesmoke;
121121
}
122+
main >section:last-child:not(:has(footer)) {
123+
padding-bottom: 100px;
124+
}
122125
main >section >h2 {
123126
font-size: 1.6rem;
124127
margin-top: -8px;
@@ -249,6 +252,9 @@ main >section >footer {
249252
font-size: 1.6em;
250253
padding-top: 20px;
251254
}
255+
main >section >footer.flip-icons {
256+
transform: scaleX(-1);
257+
}
252258
body >footer {
253259
flex-direction: column;
254260
text-align: center;

0 commit comments

Comments
 (0)