Skip to content
This repository has been archived by the owner on Jul 2, 2020. It is now read-only.

Commit

Permalink
Correct Mobi7 small-caps
Browse files Browse the repository at this point in the history
  • Loading branch information
JayPanoz committed Jun 13, 2019
1 parent 457694f commit 0f98fe7
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 20 deletions.
3 changes: 0 additions & 3 deletions Blitz_framework/CSS/blitz-kindle.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ it is known to create issues with some devices/apps
small {
font-size: small;
}
.small-caps {
font-size: small;
}
.caps-to-small-caps {
font-size: small;
}
Expand Down
4 changes: 2 additions & 2 deletions Blitz_framework/CSS/blitz.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@charset "UTF-8";
/* blitz — CSS framework for reflowable eBooks
Version 1.2.1 by Jiminy Panoz
Codename: Charlie Don't Surf
Version 1.2.2 by Jiminy Panoz
Codename: Cheat
License: MIT (https://opensource.org/licenses/MIT) */
/* NAMESPACES */
@namespace h "http://www.w3.org/1999/xhtml/";
Expand Down
4 changes: 2 additions & 2 deletions Blitz_framework/LESS/blitz-lite.less
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@charset "UTF-8";

/* blitz — CSS framework for reflowable eBooks
Version 1.2.1 by Jiminy Panoz
Codename: Charlie Don't Surf
Version 1.2.2 by Jiminy Panoz
Codename: Cheat
License: MIT (https://opensource.org/licenses/MIT) */


Expand Down
4 changes: 2 additions & 2 deletions Blitz_framework/LESS/blitz-reset.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* blitz — CSS framework for reflowable eBooks
Version 1.2.1 by Jiminy Panoz
Codename: Charlie Don't Surf
Version 1.2.2 by Jiminy Panoz
Codename: Cheat
License: MIT (https://opensource.org/licenses/MIT) */

@import 'base/reset';
4 changes: 2 additions & 2 deletions Blitz_framework/LESS/blitz.less
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@charset "UTF-8";

/* blitz — CSS framework for reflowable eBooks
Version 1.2.1 by Jiminy Panoz
Codename: Charlie Don't Surf
Version 1.2.2 by Jiminy Panoz
Codename: Cheat
License: MIT (https://opensource.org/licenses/MIT) */


Expand Down
3 changes: 0 additions & 3 deletions Blitz_framework/LESS/plugins/blitz-kindle.less
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@ it is known to create issues with some devices/apps
small {
font-size: small;
}
.small-caps {
font-size: small;
}
.caps-to-small-caps {
font-size: small;
}
Expand Down
Binary file modified Blitz_template/Blitz_epub3.epub
Binary file not shown.
3 changes: 0 additions & 3 deletions Blitz_template/Blitz_epub3/OEBPS/Styles/blitz-kindle.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ it is known to create issues with some devices/apps
small {
font-size: small;
}
.small-caps {
font-size: small;
}
.caps-to-small-caps {
font-size: small;
}
Expand Down
4 changes: 2 additions & 2 deletions Blitz_template/Blitz_epub3/OEBPS/Styles/blitz.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@charset "UTF-8";
/* blitz — CSS framework for reflowable eBooks
Version 1.2.1 by Jiminy Panoz
Codename: Charlie Don't Surf
Version 1.2.2 by Jiminy Panoz
Codename: Cheat
License: MIT (https://opensource.org/licenses/MIT) */
/* NAMESPACES */
@namespace h "http://www.w3.org/1999/xhtml/";
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "blitz-ebook",
"description": "A CSS Framework for ebooks",
"version": "1.2.1",
"version": "1.2.2",
"homepage": "https://github.com/FriendsOfEpub/Blitz",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit 0f98fe7

Please sign in to comment.