Re: [PATCH] Margin added for overflow visibility problem

2020-12-13 Thread Fatih Aydin
Thanks for the suggestion, it's okay for me. I just wanted to make sure that the issue is clear for everyone by describing the steps. I also agree with waiting for CSS gurus. On Sun, Dec 13, 2020 at 6:56 AM Kyle Meyer wrote: > > Fatih Aydin writes: > > > Write a code bloc

[PATCH] Turkish translation added for export

2020-12-06 Thread Fatih Aydin
--- lisp/ox.el | 36 +--- 1 file changed, 29 insertions(+), 7 deletions(-) diff --git a/lisp/ox.el b/lisp/ox.el index 79ccfde32..2062c0e25 100644 --- a/lisp/ox.el +++ b/lisp/ox.el @@ -5745,6 +5745,7 @@ them." ("ru" :html "Автор" :utf-8 "Автор") ("sl" :d

[PATCH] Margin added for overflow visibility problem

2020-12-06 Thread Fatih Aydin
--- lisp/ox-html.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ox-html.el b/lisp/ox-html.el index d2f24f5c6..1a466fb16 100644 --- a/lisp/ox-html.el +++ b/lisp/ox-html.el @@ -300,7 +300,7 @@ property on the headline itself.") padding: 3px; border: 1px solid b

[PATCH] Turkish translation added for export

2020-12-06 Thread Fatih Aydin
--- lisp/ox.el | 36 +--- 1 file changed, 29 insertions(+), 7 deletions(-) diff --git a/lisp/ox.el b/lisp/ox.el index 79ccfde32..2062c0e25 100644 --- a/lisp/ox.el +++ b/lisp/ox.el @@ -5745,6 +5745,7 @@ them." ("ru" :html "Автор" :utf-8 "Автор") ("sl" :d

[PATCH] Margin added for overflow visibility problem

2020-12-06 Thread Fatih Aydin
Write a code block in an org file and publish it to a html file. You will see that only bottom part of the name of the programming language is visible when you hover on it because of the css of that block (overflow:auto) To fix this, a margin-top can be added. --- lisp/ox-html.el | 2 +- 1 file ch