Fix #1670156 [ebook-polish produces an Unknown CSS Property name. [10:2: -webkit-border-radius] in [jacket.xhtml]](https://bugs.launchpad.net/calibre/+bug/1670156)

This commit is contained in:
Kovid Goyal 2017-03-05 23:19:41 +05:30
parent 1679252ee1
commit 9e1614169f
2 changed files with 3 additions and 1 deletions

View File

@ -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;

View File

@ -31,7 +31,7 @@
border: thin solid black;
margin: 1em;
padding: 1em;
-webkit-border-radius:8px;
border-radius:8px;
}
/*