Skip to content

Commit 523ef26

Browse files
committed
Release v2.3.6
1 parent 6bf7940 commit 523ef26

21 files changed

+60
-37
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! web-ignition v2.3.5 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
1+
/*! web-ignition v2.3.6 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
22

33
/*
44
Block Duo layout -- Two big columns followed by a single footer
@@ -106,7 +106,7 @@ main >section quotes-box >quote-list >blockquote cite {
106106
padding-top: 8px;
107107
}
108108
main >section quotes-box >quote-list >blockquote cite::before {
109-
content: "\2014"; /* mdash */
109+
content: "\2014"; /* character: — (em dash) */
110110
padding-right: 0.5em;
111111
}
112112

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.5 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
1+
/*! web-ignition v2.3.6 ~~ 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.5 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
1+
/*! web-ignition v2.3.6 ~~ 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: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! web-ignition v2.3.5 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
1+
/*! web-ignition v2.3.6 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
22

33
/*
44
Letterbox layout -- Edge-to-edge semi-opaque bar over cover background image
@@ -73,6 +73,9 @@ main >section+section {
7373
padding: 40px;
7474
margin: 0px auto 30px auto;
7575
}
76+
main >section >div >p >a {
77+
white-space: normal;
78+
}
7679
main >section >figure {
7780
margin-bottom: 30px;
7881
}

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.5 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
1+
/*! web-ignition v2.3.6 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
22

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

dist/layouts/neon.css

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

33
/*
44
Neon layout -- For hackers and space junkies
@@ -151,7 +151,7 @@ main >section blockquote >cite {
151151
letter-spacing: 0.1em;
152152
}
153153
main >section blockquote >cite::before {
154-
content: "\2014"; /* mdash */
154+
content: "\2014"; /* character: — (em dash) */
155155
padding-right: 0.4em;
156156
}
157157

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.5 ~~ https://github.com/center-key/web-ignition ~~ MIT License
1+
//! web-ignition v2.3.6 ~~ 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.5 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
1+
/*! web-ignition v2.3.6 ~~ 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! web-ignition v2.3.5 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
1+
/*! web-ignition v2.3.6 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
22

33
/*
44
Zebra Sections layout -- Edge-to-edge blocks with alternating background colors

0 commit comments

Comments
 (0)