This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new b4f6afd  css: improve iframe and inline code
b4f6afd is described below

commit b4f6afd9d5bad4e83c511322f80c0544e99b64c8
Author: Carlos Rovira <[email protected]>
AuthorDate: Mon May 27 21:53:11 2019 +0200

    css: improve iframe and inline code
---
 _sass/html.sass         | 4 ++++
 _sass/royale-theme.sass | 8 ++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/_sass/html.sass b/_sass/html.sass
index 488e0d4..6342061 100644
--- a/_sass/html.sass
+++ b/_sass/html.sass
@@ -88,3 +88,7 @@ hr
 
 pre 
        overflow-x: auto
+
+iframe
+       border-radius: 8px
+       border: 2px solid #ccc
diff --git a/_sass/royale-theme.sass b/_sass/royale-theme.sass
index dce630d..9bd4132 100644
--- a/_sass/royale-theme.sass
+++ b/_sass/royale-theme.sass
@@ -447,12 +447,12 @@
 .highlighter-rouge 
        background-color: rgba(27,31,35,.05)
        border-radius: 3px
-       font-size: 85%
        margin: 0
-       padding: .3em .5em
+       font-size: 95%
+       padding: .2em .4em
        border-top-left-radius: 3px
        border-top-right-radius: 3px
        border-bottom-right-radius: 3px
        border-bottom-left-radius: 3px
-       color: rgb(17, 17, 17)
-       box-shadow: rgb(238, 238, 238) 0px 0px 0px 1px inset
+       color: rgb(16, 16, 16)
+       box-shadow: rgb(230, 230, 230) 0px 0px 0px 1px inset

Reply via email to