You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by me...@apache.org on 2015/10/27 07:53:46 UTC

spark git commit: [SPARK-11297] Add new code tags

Repository: spark
Updated Branches:
  refs/heads/master 8b292b19c -> d77d198fc


[SPARK-11297] Add new code tags

mengxr https://issues.apache.org/jira/browse/SPARK-11297

Add new code tags to hold the same look and feel with previous documents.

Author: Xusen Yin <yi...@gmail.com>

Closes #9265 from yinxusen/SPARK-11297.


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

Branch: refs/heads/master
Commit: d77d198fcc7c532a699f062a3e3877a7679809da
Parents: 8b292b1
Author: Xusen Yin <yi...@gmail.com>
Authored: Mon Oct 26 23:53:41 2015 -0700
Committer: Xiangrui Meng <me...@databricks.com>
Committed: Mon Oct 26 23:53:41 2015 -0700

----------------------------------------------------------------------
 docs/css/main.css | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/d77d198f/docs/css/main.css
----------------------------------------------------------------------
diff --git a/docs/css/main.css b/docs/css/main.css
index 89305a7..d770173 100755
--- a/docs/css/main.css
+++ b/docs/css/main.css
@@ -74,6 +74,10 @@ code {
   color: #444444;
 }
 
+div .highlight pre {
+  font-size: 12px;
+}
+
 a code {
   color: #0088cc;
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org