Skip to content

Commit 67d5d38

Browse files
authored
Merge pull request #222 from readium/indent-fix-webkit
Indent fix for webkit
2 parents 94f8bad + b68da4e commit 67d5d38

15 files changed

Lines changed: 18 additions & 22 deletions

css/dist/ReadiumCSS-after.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Readium CSS v.2.0.0
2+
* Readium CSS v.2.0.1
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.
@@ -362,8 +362,7 @@ body{
362362
text-indent:var(--USER__paraIndent) !important;
363363
}
364364

365-
:root[style*="--USER__paraIndent"] p *,
366-
:root[style*="--USER__paraIndent"] p:first-letter{
365+
:root[style*="--USER__paraIndent"] p *{
367366
text-indent:0 !important;
368367
}
369368

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.0
2+
* Readium CSS v.2.0.1
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.0
2+
* Readium CSS v.2.0.1
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Readium CSS v.2.0.0
2+
* Readium CSS v.2.0.1
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-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.0
2+
* Readium CSS v.2.0.1
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.0
2+
* Readium CSS v.2.0.1
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Readium CSS v.2.0.0
2+
* Readium CSS v.2.0.1
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-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.0
2+
* Readium CSS v.2.0.1
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.0
2+
* Readium CSS v.2.0.1
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: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Readium CSS v.2.0.0
2+
* Readium CSS v.2.0.1
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.
@@ -315,8 +315,7 @@ body{
315315
text-indent:var(--USER__paraIndent) !important;
316316
}
317317

318-
:root[style*="--USER__paraIndent"] p *,
319-
:root[style*="--USER__paraIndent"] p:first-letter{
318+
:root[style*="--USER__paraIndent"] p *{
320319
text-indent:0 !important;
321320
}
322321

0 commit comments

Comments
 (0)