From 9e1614169f8a49c97e711d38bbe252f56795b397 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 5 Mar 2017 23:19:41 +0530 Subject: [PATCH] =?UTF-8?q?Fix=20#1670156=20[ebook-polish=20produces=20an?= =?UTF-8?q?=20Unknown=20CSS=C2=A0Property=20name.=20[10:2:=20-webkit-borde?= =?UTF-8?q?r-radius]=20in=20[jacket.xhtml]](https://bugs.launchpad.net/cal?= =?UTF-8?q?ibre/+bug/1670156)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/content-server/mobile.css | 2 ++ resources/jacket/stylesheet.css | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/content-server/mobile.css b/resources/content-server/mobile.css index 3fd3e8bb8c..e472805f54 100644 --- a/resources/content-server/mobile.css +++ b/resources/content-server/mobile.css @@ -24,6 +24,7 @@ border-right: 1px solid ButtonShadow; border-bottom: 1px solid ButtonShadow; border-left: 1 px solid ThreeDLightShadow; + border-radius: 0.25em; -moz-border-radius: 0.25em; -webkit-border-radius: 0.25em; } @@ -44,6 +45,7 @@ div.navigation { #search_box { border: 1px solid #393; + border-radius: 0.5em; -moz-border-radius: 0.5em; -webkit-border-radius: 0.5em; padding: 1em; diff --git a/resources/jacket/stylesheet.css b/resources/jacket/stylesheet.css index 1bc6d5b125..0d7a71d8ce 100644 --- a/resources/jacket/stylesheet.css +++ b/resources/jacket/stylesheet.css @@ -31,7 +31,7 @@ border: thin solid black; margin: 1em; padding: 1em; - -webkit-border-radius:8px; + border-radius:8px; } /*