summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--css/reader.css10
1 files changed, 7 insertions, 3 deletions
diff --git a/css/reader.css b/css/reader.css
index 2778094..1b222ea 100644
--- a/css/reader.css
+++ b/css/reader.css
@@ -13,9 +13,13 @@ a:focus {
text-decoration: underline;
}
-/* ugly hack: this assumes default prefix used for epube - /books/
- * since CSS is loaded inline, relative urls won't work properly so
- * it's hardcoded for the time being (the alternative is pointing to
+blockquote {
+ font-style : italic;
+}
+
+/* ugly hack: this assumes default prefix used for epube - /books/
+ * since CSS is loaded inline, relative urls won't work properly so
+ * it's hardcoded for the time being (the alternative is pointing to
* website root) */
/* fonts below are freely available although license is likely proprietary