You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by sh...@apache.org on 2015/10/26 10:07:54 UTC

[08/45] incubator-kylin git commit: css

css

Signed-off-by: Luke Han <lu...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/incubator-kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-kylin/commit/ba574074
Tree: http://git-wip-us.apache.org/repos/asf/incubator-kylin/tree/ba574074
Diff: http://git-wip-us.apache.org/repos/asf/incubator-kylin/diff/ba574074

Branch: refs/heads/master
Commit: ba57407467414213cd156dffaeaa5ee69f3bac42
Parents: ab7a363
Author: Luwei Chen <ch...@hotmail.com>
Authored: Fri Sep 18 16:03:59 2015 +0800
Committer: Luke Han <lu...@apache.org>
Committed: Wed Sep 23 19:05:20 2015 +0800

----------------------------------------------------------------------
 website/_includes/docs_nav.html   |  2 +-
 website/_includes/docs_ul.cn.html |  2 +-
 website/_includes/docs_ul.html    |  2 +-
 website/_layouts/docs-cn.html     |  2 ++
 website/_layouts/docs.html        |  5 +++--
 website/assets/css/docs.css       | 14 ++++++++++++--
 6 files changed, 20 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/ba574074/website/_includes/docs_nav.html
----------------------------------------------------------------------
diff --git a/website/_includes/docs_nav.html b/website/_includes/docs_nav.html
index b4a4311..bec9648 100755
--- a/website/_includes/docs_nav.html
+++ b/website/_includes/docs_nav.html
@@ -30,4 +30,4 @@
     {% endfor %}
 
     </ul>
-</div>
\ No newline at end of file
+</div>

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/ba574074/website/_includes/docs_ul.cn.html
----------------------------------------------------------------------
diff --git a/website/_includes/docs_ul.cn.html b/website/_includes/docs_ul.cn.html
index 262159d..b42fc84 100644
--- a/website/_includes/docs_ul.cn.html
+++ b/website/_includes/docs_ul.cn.html
@@ -16,7 +16,7 @@
 
   {% for p in site.docs %}
     {% if p.url == item_url %}
-      <li><a href="{{ p.url }}" class="list-group-item-lay pjaxlink">{{p.title}}</a></li>      
+      <li><a href="{{ p.url }}" class="list-group-item-lay pjaxlink" id="navlist">{{p.title}}</a></li>      
       {% break %}
     {% endif %}
   {% endfor %}

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/ba574074/website/_includes/docs_ul.html
----------------------------------------------------------------------
diff --git a/website/_includes/docs_ul.html b/website/_includes/docs_ul.html
index d992aca..89e0805 100644
--- a/website/_includes/docs_ul.html
+++ b/website/_includes/docs_ul.html
@@ -17,7 +17,7 @@
 
   {% for p in site.docs %}
     {% if p.url == item_url %}
-      <li><a href="{{ p.url }}" class="list-group-item-lay pjaxlink">{{p.title}}</a></li>      
+      <li><a href="{{ p.url }}" class="list-group-item-lay pjaxlink" id="navlist">{{p.title}}</a></li>      
       {% break %}
     {% endif %}
   {% endfor %}

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/ba574074/website/_layouts/docs-cn.html
----------------------------------------------------------------------
diff --git a/website/_layouts/docs-cn.html b/website/_layouts/docs-cn.html
index 1c1baf6..5f13608 100755
--- a/website/_layouts/docs-cn.html
+++ b/website/_layouts/docs-cn.html
@@ -29,7 +29,9 @@
 					<div id="container">
 						<div id="pjax">
 							<h1 class="post-title">{{ page.title }}</h1>
+							<article class="post-content" >
 							{{ content }}
+							</article>
 						</div>
 					</div>
 				</div>

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/ba574074/website/_layouts/docs.html
----------------------------------------------------------------------
diff --git a/website/_layouts/docs.html b/website/_layouts/docs.html
index 51908b3..0aa9b63 100755
--- a/website/_layouts/docs.html
+++ b/website/_layouts/docs.html
@@ -32,9 +32,10 @@
 							{% if page.version == NULL %}
 							{% else %}							
 								<p>version: {{page.version}}, since: {{page.since}}</p>
-							{% endif %}	
-
+							{% endif %}
+							<article class="post-content" >	
 							{{ content }}
+							</article>
 						</div>
 					</div>
 				</div>

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/ba574074/website/assets/css/docs.css
----------------------------------------------------------------------
diff --git a/website/assets/css/docs.css b/website/assets/css/docs.css
index f824c8a..e5dbfc9 100755
--- a/website/assets/css/docs.css
+++ b/website/assets/css/docs.css
@@ -34,7 +34,7 @@
   font-weight: 600;
   font-family: 'Open sans';
   font-size: 15px;
-  padding: 10px 10px;
+  padding: 0px 30px 5px 0px;
 }
 
 .aside1> .nav > li > a:hover {
@@ -57,6 +57,7 @@
   overflow-y: auto;
   background-color: #fff;
   overflow-x: hidden;
+  padding: 8px 0px 0px 60px;
 }
 
 .post-title {
@@ -104,7 +105,7 @@
 }
 
 .nside {
-  color: #fb8d08;
+  color: #fb8d08 !important;
 }
 
 .nnav {
@@ -123,4 +124,13 @@
   color:#000000;
 }
 
+#navlist {
+  color:#454545;
+}
+
+#navlist:hover, #navlist:focus{
+  color:#000000;
+}
+
+