Skip to content

Commit 1597d52

Browse files
committed
Change url of repo
1 parent 16e18d3 commit 1597d52

69 files changed

Lines changed: 87 additions & 87 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Readium CSS provides styles for reflowable text:
1818

1919
BSD-3-Clause (http://opensource.org/licenses/BSD-3-Clause)
2020

21-
See [license.txt](https://github.com/readium/readium-css/blob/master/LICENSE).
21+
See [license.txt](https://github.com/readium/css/blob/master/LICENSE).
2222

2323
## Scope of this project
2424

@@ -88,4 +88,4 @@ npm run test:approve
8888

8989
Documentation [can be accessed in docs](docs).
9090

91-
[You can alternatively download it as an EPUB file](https://github.com/readium/readium-css/raw/master/docs/ReadiumCSS_docs.epub).
91+
[You can alternatively download it as an EPUB file](https://github.com/readium/css/raw/master/docs/ReadiumCSS_docs.epub).

contributing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Every stylesheet must contain a header using the following template:
6666
6767
Description i.e. which task the stylesheet is trying to accomplish
6868
69-
Repo: https://github.com/readium/readium-css */
69+
Repo: https://github.com/readium/css */
7070
```
7171

7272
### Custom Properties (variables)
@@ -239,7 +239,7 @@ We’ll finally review your pull request to check if everything is OK.
239239

240240
### Pull Requests
241241

242-
- Test your code (see [platform support](https://github.com/readium/readium-css/wiki/Platform-Support) in the Wiki).
242+
- Test your code (see [platform support](https://github.com/readium/css/wiki/Platform-Support) in the Wiki).
243243
- Pull requests should **always** be created against the develop branch – never the master.
244244
- Please update from the develop branch before proposing a pull request so that we don’t have to deal with conflicts.
245245
- Use a clear and descriptive title.

css/ReadiumCSS-config.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
A file allowing implementers to customize flags for reading modes,
55
user settings, etc.
66
7-
Repo: https://github.com/readium/readium-css */
7+
Repo: https://github.com/readium/css */
88

99
/* Custom selectors
1010
Syntax: @custom-selector :--variable selector

css/dist/ReadiumCSS-ebpaj_fonts_patch.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
A stylesheet improving EBPAJ @font-face declarations to cover all platforms
55
6-
Repo: https://github.com/readium/readium-css */
6+
Repo: https://github.com/readium/css */
77

88
/* EBPAJ template only references fonts from MS Windows…
99
so we must reference fonts from other platforms

css/dist/android-fonts-patch/ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This patch is intended to fix a Fixed-Layout issue on Android, and only on this platform. **It doesn’t apply to reflowable EPUBs or any other platform.**
44

5-
See https://github.com/readium/readium-css/issues/149
5+
See https://github.com/readium/css/issues/149
66

77
## What it does
88

css/dist/android-fonts-patch/android-fonts-patch.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
44
A stylesheet aligning Android generic serif and sans-serif fonts on other platforms
55
6-
Repo: https://github.com/readium/readium-css */
6+
Repo: https://github.com/readium/css */
77

88
/* Android resolves sans-serif to Roboto, and serif to Droid Serif
99
This created issues for FXL EPUBs relying on Times (New Roman),
1010
Helvetica or Arial while not embedding the font files in the package.
1111
12-
See https://github.com/readium/readium-css/issues/149
12+
See https://github.com/readium/css/issues/149
1313
1414
Unfortunately it is no possible to target generic family using @font-face,
1515
we have to target specific font-family names e.g. Times, Arial, etc.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
A stylesheet for unstyled ebooks based on HTML5 Suggested Rendering
77
Note: works in combination with Base module
88
9-
Repo: https://github.com/readium/readium-css */
9+
Repo: https://github.com/readium/css */
1010

1111
/* CONFIG */
1212

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
A stylesheet for unstyled ebooks based on HTML5 Suggested Rendering
77
Note: works in combination with Base module
88
9-
Repo: https://github.com/readium/readium-css */
9+
Repo: https://github.com/readium/css */
1010

1111
/* CONFIG */
1212

css/src/ReadiumCSS-default-rtl.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
A stylesheet for unstyled ebooks based on HTML5 Suggested Rendering
77
Note: works in combination with Base module
88
9-
Repo: https://github.com/readium/readium-css */
9+
Repo: https://github.com/readium/css */
1010

1111
/* CONFIG */
1212

css/src/ReadiumCSS-default.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
A stylesheet for unstyled ebooks based on HTML5 Suggested Rendering
77
Note: works in combination with Base module
88
9-
Repo: https://github.com/readium/readium-css */
9+
Repo: https://github.com/readium/css */
1010

1111
/* CONFIG */
1212

0 commit comments

Comments
 (0)