Skip to content

Commit 166db35

Browse files
committed
Remove mention to px values + font-size
This no longer applies
1 parent b616899 commit 166db35

6 files changed

Lines changed: 19 additions & 19 deletions

File tree

docs/CSS03-injection_and_pagination.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ The optimal number of columns (depending on the columns’ width).
105105
--RS__colGap
106106
```
107107

108-
The gap between columns. It must be set in pixels so that it won’t resize with font size.
108+
The gap between columns.
109109

110110
You must account for this gap when scrolling.
111111

@@ -115,7 +115,7 @@ You must account for this gap when scrolling.
115115
--RS__pageGutter
116116
```
117117

118-
The inline (horizontal by default, vertical in vertical-writing) page margins. It must be set in pixels so that it won’t resize with font size.
118+
The inline (horizontal by default, vertical in vertical-writing) page margins.
119119

120120
* * *
121121

docs/CSS19-api.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ The optimal number of columns (depending on the columns’ width).
275275
--RS__colGap
276276
```
277277

278-
The gap between columns. It must be set in pixels so that it won’t resize with font size.
278+
The gap between columns.
279279

280280
You must account for this gap when scrolling.
281281

@@ -285,7 +285,7 @@ You must account for this gap when scrolling.
285285
--RS__pageGutter
286286
```
287287

288-
The inline (horizontal by default, vertical in vertical-writing) page margins. It must be set in pixels so that it won’t resize with font size.
288+
The inline (horizontal by default, vertical in vertical-writing) page margins.
289289

290290
* * *
291291

@@ -303,39 +303,39 @@ The default line-length when none is set by the user. It must be set in `rem` in
303303
--RS__scrollPadding
304304
```
305305

306-
The `padding` for the `body`. It must be set in pixels so that it won’t resize with font size.
306+
The `padding` for the `body`.
307307

308308
* * *
309309

310310
```
311311
--RS__scrollPaddingTop
312312
```
313313

314-
The `padding-top` for the `body`. It must be set in pixels so that it won’t resize with font size.
314+
The `padding-top` for the `body`.
315315

316316
* * *
317317

318318
```
319319
--RS__scrollPaddingBottom
320320
```
321321

322-
The `padding-bottom` for the `body`. It must be set in pixels so that it won’t resize with font size.
322+
The `padding-bottom` for the `body`.
323323

324324
* * *
325325

326326
```
327327
--RS__scrollPaddingLeft
328328
```
329329

330-
The `padding-left` for the `body`. It must be set in pixels so that it won’t resize with font size.
330+
The `padding-left` for the `body`.
331331

332332
* * *
333333

334334
```
335335
--RS__scrollPaddingRight
336336
```
337337

338-
The `padding-right` for the `body`. It must be set in pixels so that it won’t resize with font size.
338+
The `padding-right` for the `body`.
339339

340340
### Safeguards
341341

docs/ReadiumCSS_docs.epub

-53 Bytes
Binary file not shown.

docs/ReadiumCSS_docs/OEBPS/Text/Section-003.xhtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,15 +146,15 @@
146146

147147
<pre><code>--RS__colGap</code></pre>
148148

149-
<p>The gap between columns. It must be set in pixels so that it won’t resize with font size.</p>
149+
<p>The gap between columns.</p>
150150

151151
<p>You must account for this gap when scrolling.</p>
152152

153153
<hr/>
154154

155155
<pre><code>--RS__pageGutter</code></pre>
156156

157-
<p>The inline (horizontal by default, vertical in vertical-writing) page margins. It must be set in pixels so that it won’t resize with font size.</p>
157+
<p>The inline (horizontal by default, vertical in vertical-writing) page margins.</p>
158158

159159
<hr/>
160160

docs/ReadiumCSS_docs/OEBPS/Text/Section-019.xhtml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -251,15 +251,15 @@
251251

252252
<pre><code>--RS__colGap</code></pre>
253253

254-
<p>The gap between columns. It must be set in pixels so that it won’t resize with font size.</p>
254+
<p>The gap between columns.</p>
255255

256256
<p>You must account for this gap when scrolling.</p>
257257

258258
<hr/>
259259

260260
<pre><code>--RS__pageGutter</code></pre>
261261

262-
<p>The inline (horizontal by default, vertical in vertical-writing) page margins. It must be set in pixels so that it won’t resize with font size.</p>
262+
<p>The inline (horizontal by default, vertical in vertical-writing) page margins.</p>
263263

264264
<hr/>
265265

@@ -275,31 +275,31 @@
275275

276276
<pre><code>--RS__scrollPadding</code></pre>
277277

278-
<p>The <code>padding</code> for the <code>body</code>. It must be set in pixels so that it won’t resize with font size.</p>
278+
<p>The <code>padding</code> for the <code>body</code>.</p>
279279

280280
<hr/>
281281

282282
<pre><code>--RS__scrollPaddingTop</code></pre>
283283

284-
<p>The <code>padding-top</code> for the <code>body</code>. It must be set in pixels so that it won’t resize with font size.</p>
284+
<p>The <code>padding-top</code> for the <code>body</code>.</p>
285285

286286
<hr/>
287287

288288
<pre><code>--RS__scrollPaddingBottom</code></pre>
289289

290-
<p>The <code>padding-bottom</code> for the <code>body</code>. It must be set in pixels so that it won’t resize with font size.</p>
290+
<p>The <code>padding-bottom</code> for the <code>body</code>.</p>
291291

292292
<hr/>
293293

294294
<pre><code>--RS__scrollPaddingLeft</code></pre>
295295

296-
<p>The <code>padding-left</code> for the <code>body</code>. It must be set in pixels so that it won’t resize with font size.</p>
296+
<p>The <code>padding-left</code> for the <code>body</code>.</p>
297297

298298
<hr/>
299299

300300
<pre><code>--RS__scrollPaddingRight</code></pre>
301301

302-
<p>The <code>padding-right</code> for the <code>body</code>. It must be set in pixels so that it won’t resize with font size.</p>
302+
<p>The <code>padding-right</code> for the <code>body</code>.</p>
303303
</section>
304304

305305
<section id="safeguards" class="level3">

docs/ReadiumCSS_docs/OEBPS/content.opf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<dc:language>en</dc:language>
99
<dc:identifier id="epub-id-1">urn:uuid:527D093B-9C0A-4C83-8AF6-0A40E91D30FC</dc:identifier>
1010
<meta name="cover" content="cover_jpg" />
11-
<meta property="dcterms:modified">2025-05-22T12:12:00Z</meta>
11+
<meta property="dcterms:modified">2025-06-25T13:56:31Z</meta>
1212
<meta name="Sigil version" content="0.9.8" />
1313
<meta property="schema:accessibilityFeature">displayTransformability</meta>
1414
<meta property="schema:accessibilityFeature">readingOrder</meta>

0 commit comments

Comments
 (0)