Skip to content

Commit 0f98fe7

Browse files
committed
Correct Mobi7 small-caps
1 parent 457694f commit 0f98fe7

File tree

10 files changed

+11
-20
lines changed

10 files changed

+11
-20
lines changed

Blitz_framework/CSS/blitz-kindle.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,6 @@ it is known to create issues with some devices/apps
6464
small {
6565
font-size: small;
6666
}
67-
.small-caps {
68-
font-size: small;
69-
}
7067
.caps-to-small-caps {
7168
font-size: small;
7269
}

Blitz_framework/CSS/blitz.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@charset "UTF-8";
22
/* blitz — CSS framework for reflowable eBooks
3-
Version 1.2.1 by Jiminy Panoz
4-
Codename: Charlie Don't Surf
3+
Version 1.2.2 by Jiminy Panoz
4+
Codename: Cheat
55
License: MIT (https://opensource.org/licenses/MIT) */
66
/* NAMESPACES */
77
@namespace h "http://www.w3.org/1999/xhtml/";

Blitz_framework/LESS/blitz-lite.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
@charset "UTF-8";
22

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

88

Blitz_framework/LESS/blitz-reset.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* blitz — CSS framework for reflowable eBooks
2-
Version 1.2.1 by Jiminy Panoz
3-
Codename: Charlie Don't Surf
2+
Version 1.2.2 by Jiminy Panoz
3+
Codename: Cheat
44
License: MIT (https://opensource.org/licenses/MIT) */
55

66
@import 'base/reset';

Blitz_framework/LESS/blitz.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
@charset "UTF-8";
22

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

88

Blitz_framework/LESS/plugins/blitz-kindle.less

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@ it is known to create issues with some devices/apps
5959
small {
6060
font-size: small;
6161
}
62-
.small-caps {
63-
font-size: small;
64-
}
6562
.caps-to-small-caps {
6663
font-size: small;
6764
}

Blitz_template/Blitz_epub3.epub

-10 Bytes
Binary file not shown.

Blitz_template/Blitz_epub3/OEBPS/Styles/blitz-kindle.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,6 @@ it is known to create issues with some devices/apps
6464
small {
6565
font-size: small;
6666
}
67-
.small-caps {
68-
font-size: small;
69-
}
7067
.caps-to-small-caps {
7168
font-size: small;
7269
}

Blitz_template/Blitz_epub3/OEBPS/Styles/blitz.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@charset "UTF-8";
22
/* blitz — CSS framework for reflowable eBooks
3-
Version 1.2.1 by Jiminy Panoz
4-
Codename: Charlie Don't Surf
3+
Version 1.2.2 by Jiminy Panoz
4+
Codename: Cheat
55
License: MIT (https://opensource.org/licenses/MIT) */
66
/* NAMESPACES */
77
@namespace h "http://www.w3.org/1999/xhtml/";

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "blitz-ebook",
33
"description": "A CSS Framework for ebooks",
4-
"version": "1.2.1",
4+
"version": "1.2.2",
55
"homepage": "https://github.com/FriendsOfEpub/Blitz",
66
"license": "MIT",
77
"keywords": [

0 commit comments

Comments
 (0)