You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by da...@apache.org on 2022/09/28 16:16:14 UTC

[kafka-site] branch fix-toc-handle-margin created (now e403b3a5)

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

davidarthur pushed a change to branch fix-toc-handle-margin
in repository https://gitbox.apache.org/repos/asf/kafka-site.git


      at e403b3a5 quick fix for TOC handle

This branch includes the following new commits:

     new e403b3a5 quick fix for TOC handle

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[kafka-site] 01/01: quick fix for TOC handle

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

davidarthur pushed a commit to branch fix-toc-handle-margin
in repository https://gitbox.apache.org/repos/asf/kafka-site.git

commit e403b3a5d47a7f97082482d7753cdafc34546fda
Author: David Arthur <mu...@gmail.com>
AuthorDate: Wed Sep 28 12:15:49 2022 -0400

    quick fix for TOC handle
---
 css/styles.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/css/styles.css b/css/styles.css
index 697ad892..183c9617 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -1215,7 +1215,7 @@ nav .btn {
 }
 .content.documentation--current .right {
     max-width: 65rem;
-    margin: 0 0 0 auto;
+    margin: 0 0 0 33rem;
 }
 .content.documentation--current.expanded .right {
     max-width: 85rem;
@@ -2686,4 +2686,4 @@ pre[class*="language-"].line-numbers > code {
     display: block;
     padding-right: 0.8em;
     text-align: right;
-}
\ No newline at end of file
+}