From e0ba6fbc0244f3ecf30b0d3c2d49572c6e72eb8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Thu, 4 Jul 2013 22:42:52 +0200 Subject: [PATCH] Bigger line height (on bookpopup especially) --- styles/style-default.css | 4 ++-- styles/style-eink.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/styles/style-default.css b/styles/style-default.css index 886d3b8..5599618 100644 --- a/styles/style-default.css +++ b/styles/style-default.css @@ -344,9 +344,9 @@ body { font-size: 1em;/*12px/16px */ } } -/* 810px and greater */ +/* 768px and greater */ @media only screen and (min-width: 768px) { -h1 {font-size: 2em;} +h1 {font-size: 2em; line-height: 1em;} .container { box-shadow:0 0 20px #000; } body { margin: 5px; font-size: 0.85em;/*12px/16px */ diff --git a/styles/style-eink.css b/styles/style-eink.css index 0a0af7d..3f13fce 100644 --- a/styles/style-eink.css +++ b/styles/style-eink.css @@ -356,9 +356,9 @@ body { font-size: 1em;/*12px/16px */ } } -/* 810px and greater */ +/* 768px and greater */ @media only screen and (min-width: 768px) { -h1 {font-size: 2em;} +h1 {font-size: 2em; line-height: 1em;} .container { box-shadow:0 0 20px #000; } body { margin: 5px; font-size: 0.85em;/*12px/16px */