Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Readium CSS provides styles for reflowable text:
- media overlays and user highlights;
- a set of baselines and recommendations for accessibility, overrides, and internationalization.

**Readium CSS is currently in alpha** (version `1.0.0-alpha.1`).
**Readium CSS is currently in alpha** (version `1.0.0-alpha.2`).

## License

Expand Down
3 changes: 0 additions & 3 deletions css/demo/css/ReadiumCSS-after.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 0 additions & 9 deletions css/dist/ReadiumCSS-after.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 0 additions & 9 deletions css/dist/cjk-horizontal/ReadiumCSS-after.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 0 additions & 9 deletions css/dist/rtl/ReadiumCSS-after.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 1 addition & 10 deletions css/src/modules/ReadiumCSS-scroll.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,4 @@
/* Make sure line-length is limited in all configs */
:root:--scroll-view body {
--RS__maxLineLength: 40rem !important;

margin-top: var(--RS__pageGutter) !important;
margin-bottom: var(--RS__pageGutter) !important;
}

/* Scroll mode horizontal */

/* Vertical writing needs body height set */

/* Do we add a top/bottom margin for body in vertical scroll or not? */
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "readium-css",
"description": "A set of reference stylesheets for EPUB Reading Systems",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"homepage": "https://github.com/readium/readium-css",
"license": "BSD-3-Clause",
"keywords": [
Expand Down