You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by ch...@apache.org on 2018/06/27 03:07:13 UTC

[kylin] branch document updated: update dos style

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

chen pushed a commit to branch document
in repository https://gitbox.apache.org/repos/asf/kylin.git


The following commit(s) were added to refs/heads/document by this push:
     new 7d52391  update dos style
7d52391 is described below

commit 7d52391fd12a7dbdef4b685f10dc9ba69a5ed3c3
Author: chenzhx <ch...@apache.org>
AuthorDate: Wed Jun 27 11:06:16 2018 +0800

    update dos style
---
 website/_layouts/dev.html     | 2 +-
 website/_layouts/docs-cn.html | 2 +-
 website/_layouts/docs.html    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/website/_layouts/dev.html b/website/_layouts/dev.html
index d3020d6..47172b7 100644
--- a/website/_layouts/dev.html
+++ b/website/_layouts/dev.html
@@ -23,7 +23,7 @@
 		{% include header.html %}
 		
 		<div class="container">
-			<div class="row">
+			<div class="row"  style="clear:both;">
 				
 				<div class="col-md-8 col-lg-8 col-xs-12 col-sm-12 aside2" style="float: right;">
 					<div id="container" class="docs">
diff --git a/website/_layouts/docs-cn.html b/website/_layouts/docs-cn.html
index 0675ea7..f109757 100644
--- a/website/_layouts/docs-cn.html
+++ b/website/_layouts/docs-cn.html
@@ -23,7 +23,7 @@
 		{% include header.cn.html %}
 		
 		<div class="container">
-			<div class="row">
+			<div class="row" style="clear:both;">
 				<div class="col-md-8 col-lg-8 col-xs-12 col-sm-12 aside2" style="float:right;">
 					<div id="container" class="docs">
 						<div id="pjax">
diff --git a/website/_layouts/docs.html b/website/_layouts/docs.html
index 615140d..a165c85 100644
--- a/website/_layouts/docs.html
+++ b/website/_layouts/docs.html
@@ -23,7 +23,7 @@
 		{% include header.html %}
 		
 		<div class="container">
-			<div class="row">
+			<div class="row"  style="clear:both;">
 				<div class="col-md-8 col-lg-8 col-xs-12 col-sm-12 aside2" style="float:right;">
 					<div id="container" class="docs">
 						<div id="pjax">