You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by gu...@apache.org on 2018/04/26 21:55:02 UTC

[kafka-site] branch asf-site updated: KAFKA-6816: Table Style adjustments (#136)

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

guozhang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/kafka-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 60a0cb2  KAFKA-6816: Table Style adjustments  (#136)
60a0cb2 is described below

commit 60a0cb234e7ec12131a241afcf7873b63d0efc8f
Author: manjuapu <ma...@confluent.io>
AuthorDate: Thu Apr 26 14:54:59 2018 -0700

    KAFKA-6816: Table Style adjustments  (#136)
    
    * Style adjustments for tables
    
    * Table styles adjustments
    
    Reviewers: Guozhang Wang <wa...@gmail.com>
---
 11/streams/developer-guide/dsl-api.html |  8 -------
 css/styles.css                          | 40 ++++++++++++++++++++++++++++++++-
 2 files changed, 39 insertions(+), 9 deletions(-)

diff --git a/11/streams/developer-guide/dsl-api.html b/11/streams/developer-guide/dsl-api.html
index 7b4d7f7..6e375c3 100644
--- a/11/streams/developer-guide/dsl-api.html
+++ b/11/streams/developer-guide/dsl-api.html
@@ -1484,14 +1484,6 @@
                         Depending on the operands, joins are either <a class="reference internal" href="#streams-developer-guide-dsl-windowing"><span class="std std-ref">windowed</span></a> joins or
                         non-windowed joins.</p>
                     <table border="1" class="docutils">
-                        <colgroup>
-                            <col width="12%" />
-                            <col width="6%" />
-                            <col width="7%" />
-                            <col width="7%" />
-                            <col width="7%" />
-                            <col width="61%" />
-                        </colgroup>
                         <thead valign="bottom">
                         <tr class="row-odd"><th class="head">Join operands</th>
                             <th class="head">Type</th>
diff --git a/css/styles.css b/css/styles.css
index ebb3d8d..3162d38 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -60,7 +60,7 @@ h2 {
     text-transform: uppercase;
     font-size: 2rem;
     font-weight: 700;
-    margin: 0;
+    margin: 40px 0px 0px 0px;
 }
 h3,
 h4 {
@@ -235,6 +235,44 @@ ol.toc > li {
     -webkit-hyphens: none;
     hyphens: none;
 }
+
+table.docutils  {    
+    border-collapse: collapse;
+    border-spacing: 0;
+    empty-cells: show;
+    background-color: transparent;
+    table-layout: fixed; width: 100%;
+    font-size:1.5rem;
+    line-height: 1.8;
+}
+
+td {
+    border: 1px solid #e1e4e5;
+    margin: 0;
+    padding: 16px;
+    overflow: hidden;
+    width: 200px;
+}
+
+
+th {
+    border: 1px solid #e1e4e5;
+    margin: 0;
+    overflow: visible;
+    padding: 8px 16px;
+}
+
+tr:nth-child(even) {
+
+    background-color: #f2f2f2;
+
+}
+
+.highlight pre span {
+
+   font-size:1.4rem;
+}
+
 /* helper classes */
 
 .centered {

-- 
To stop receiving notification emails like this one, please contact
guozhang@apache.org.