Skip to content

Commit 8e6d05e

Browse files
committed
Bump version
1 parent f0b978d commit 8e6d05e

14 files changed

Lines changed: 40 additions & 40 deletions

css/dist/ReadiumCSS-after.css

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Readium CSS v.2.0.1
2+
* Readium CSS v.2.0.2
33
* Copyright (c) 2017–2026. Readium Foundation. All rights reserved.
44
* Use of this source code is governed by a BSD-style license which is detailed in the
55
* LICENSE file present in the project repository where this source code is maintained.
@@ -247,11 +247,11 @@ body{
247247
:root[style*="--USER__bodyHyphens"] li,
248248
:root[style*="--USER__bodyHyphens"] div,
249249
:root[style*="--USER__bodyHyphens"] dd{
250-
-webkit-hyphens:inherit;
251-
-moz-hyphens:inherit;
252-
-ms-hyphens:inherit;
253-
-epub-hyphens:inherit;
254-
hyphens:inherit;
250+
-webkit-hyphens:var(--USER__bodyHyphens) !important;
251+
-moz-hyphens:var(--USER__bodyHyphens) !important;
252+
-ms-hyphens:var(--USER__bodyHyphens) !important;
253+
-epub-hyphens:var(--USER__bodyHyphens) !important;
254+
hyphens:var(--USER__bodyHyphens) !important;
255255
}
256256

257257
:root[style*="--USER__fontFamily"]{
@@ -342,7 +342,7 @@ body{
342342
:root[style*="--USER__lineHeight"] p,
343343
:root[style*="--USER__lineHeight"] li,
344344
:root[style*="--USER__lineHeight"] div{
345-
line-height:inherit;
345+
line-height:var(--USER__lineHeight) !important;
346346
}
347347

348348
:root[style*="--USER__paraSpacing"] p{
@@ -377,7 +377,7 @@ body{
377377
:root[style*="--USER__wordSpacing"] div,
378378
:root[style*="--USER__wordSpacing"] dt,
379379
:root[style*="--USER__wordSpacing"] dd{
380-
word-spacing:var(--USER__wordSpacing);
380+
word-spacing:var(--USER__wordSpacing) !important;
381381
}
382382

383383
:root[style*="--USER__letterSpacing"] h1,
@@ -391,8 +391,8 @@ body{
391391
:root[style*="--USER__letterSpacing"] div,
392392
:root[style*="--USER__letterSpacing"] dt,
393393
:root[style*="--USER__letterSpacing"] dd{
394-
letter-spacing:var(--USER__letterSpacing);
395-
font-variant:none;
394+
letter-spacing:var(--USER__letterSpacing) !important;
395+
font-variant:none !important;
396396
}
397397

398398
:root[style*="--USER__ligatures"]{

css/dist/ReadiumCSS-before.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Readium CSS v.2.0.1
2+
* Readium CSS v.2.0.2
33
* Copyright (c) 2017–2026. Readium Foundation. All rights reserved.
44
* Use of this source code is governed by a BSD-style license which is detailed in the
55
* LICENSE file present in the project repository where this source code is maintained.

css/dist/ReadiumCSS-default.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Readium CSS v.2.0.1
2+
* Readium CSS v.2.0.2
33
* Copyright (c) 2017–2026. Readium Foundation. All rights reserved.
44
* Use of this source code is governed by a BSD-style license which is detailed in the
55
* LICENSE file present in the project repository where this source code is maintained.

css/dist/cjk-horizontal/ReadiumCSS-after.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Readium CSS v.2.0.1
2+
* Readium CSS v.2.0.2
33
* Copyright (c) 2017–2026. Readium Foundation. All rights reserved.
44
* Use of this source code is governed by a BSD-style license which is detailed in the
55
* LICENSE file present in the project repository where this source code is maintained.
@@ -273,7 +273,7 @@ body{
273273
:root[style*="--USER__lineHeight"] p,
274274
:root[style*="--USER__lineHeight"] li,
275275
:root[style*="--USER__lineHeight"] div{
276-
line-height:inherit;
276+
line-height:var(--USER__lineHeight) !important;
277277
}
278278

279279
:root[style*="--USER__paraSpacing"] p{
@@ -309,8 +309,8 @@ body{
309309
:root[style*="--USER__letterSpacing"] div,
310310
:root[style*="--USER__letterSpacing"] dt,
311311
:root[style*="--USER__letterSpacing"] dd{
312-
letter-spacing:var(--USER__letterSpacing);
313-
font-variant:none;
312+
letter-spacing:var(--USER__letterSpacing) !important;
313+
font-variant:none !important;
314314
}
315315

316316
:root[style*="readium-noRuby-on"] body rt,

css/dist/cjk-horizontal/ReadiumCSS-before.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Readium CSS v.2.0.1
2+
* Readium CSS v.2.0.2
33
* Copyright (c) 2017–2026. Readium Foundation. All rights reserved.
44
* Use of this source code is governed by a BSD-style license which is detailed in the
55
* LICENSE file present in the project repository where this source code is maintained.

css/dist/cjk-horizontal/ReadiumCSS-default.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Readium CSS v.2.0.1
2+
* Readium CSS v.2.0.2
33
* Copyright (c) 2017–2026. Readium Foundation. All rights reserved.
44
* Use of this source code is governed by a BSD-style license which is detailed in the
55
* LICENSE file present in the project repository where this source code is maintained.

css/dist/cjk-vertical/ReadiumCSS-after.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Readium CSS v.2.0.1
2+
* Readium CSS v.2.0.2
33
* Copyright (c) 2017–2026. Readium Foundation. All rights reserved.
44
* Use of this source code is governed by a BSD-style license which is detailed in the
55
* LICENSE file present in the project repository where this source code is maintained.
@@ -258,7 +258,7 @@ body{
258258
:root[style*="--USER__lineHeight"] p,
259259
:root[style*="--USER__lineHeight"] li,
260260
:root[style*="--USER__lineHeight"] div{
261-
line-height:inherit;
261+
line-height:var(--USER__lineHeight) !important;
262262
}
263263

264264
:root[style*="--USER__paraSpacing"] p{
@@ -294,8 +294,8 @@ body{
294294
:root[style*="--USER__letterSpacing"] div,
295295
:root[style*="--USER__letterSpacing"] dt,
296296
:root[style*="--USER__letterSpacing"] dd{
297-
letter-spacing:var(--USER__letterSpacing);
298-
font-variant:none;
297+
letter-spacing:var(--USER__letterSpacing) !important;
298+
font-variant:none !important;
299299
}
300300

301301
:root[style*="readium-noRuby-on"] body rt,

css/dist/cjk-vertical/ReadiumCSS-before.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Readium CSS v.2.0.1
2+
* Readium CSS v.2.0.2
33
* Copyright (c) 2017–2026. Readium Foundation. All rights reserved.
44
* Use of this source code is governed by a BSD-style license which is detailed in the
55
* LICENSE file present in the project repository where this source code is maintained.

css/dist/cjk-vertical/ReadiumCSS-default.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Readium CSS v.2.0.1
2+
* Readium CSS v.2.0.2
33
* Copyright (c) 2017–2026. Readium Foundation. All rights reserved.
44
* Use of this source code is governed by a BSD-style license which is detailed in the
55
* LICENSE file present in the project repository where this source code is maintained.

css/dist/rtl/ReadiumCSS-after.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Readium CSS v.2.0.1
2+
* Readium CSS v.2.0.2
33
* Copyright (c) 2017–2026. Readium Foundation. All rights reserved.
44
* Use of this source code is governed by a BSD-style license which is detailed in the
55
* LICENSE file present in the project repository where this source code is maintained.
@@ -295,7 +295,7 @@ body{
295295
:root[style*="--USER__lineHeight"] p,
296296
:root[style*="--USER__lineHeight"] li,
297297
:root[style*="--USER__lineHeight"] div{
298-
line-height:inherit;
298+
line-height:var(--USER__lineHeight) !important;
299299
}
300300

301301
:root[style*="--USER__paraSpacing"] p{
@@ -330,7 +330,7 @@ body{
330330
:root[style*="--USER__wordSpacing"] div,
331331
:root[style*="--USER__wordSpacing"] dt,
332332
:root[style*="--USER__wordSpacing"] dd{
333-
word-spacing:var(--USER__wordSpacing);
333+
word-spacing:var(--USER__wordSpacing) !important;
334334
}
335335

336336
:root[style*="--USER__ligatures"]{

0 commit comments

Comments
 (0)