summaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
authorMatei Alexandru Zaharia <matei@apache.org>2014-02-26 17:15:42 +0000
committerMatei Alexandru Zaharia <matei@apache.org>2014-02-26 17:15:42 +0000
commiteff51d808db6996d3aae0b1c4bb7ad50786abc34 (patch)
tree2c541ae23e066c01f6d0189c3ba74285f4f382db /site
parent15eddf45bb528b95168075acdc9b9153bda97ac8 (diff)
downloadspark-website-eff51d808db6996d3aae0b1c4bb7ad50786abc34.tar.gz
spark-website-eff51d808db6996d3aae0b1c4bb7ad50786abc34.tar.bz2
spark-website-eff51d808db6996d3aae0b1c4bb7ad50786abc34.zip
tweaks
Diffstat (limited to 'site')
-rw-r--r--site/css/custom.css2
-rw-r--r--site/downloads.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/site/css/custom.css b/site/css/custom.css
index c69f2e2d3..61020c088 100644
--- a/site/css/custom.css
+++ b/site/css/custom.css
@@ -83,7 +83,7 @@ ul.nav li.dropdown:hover > ul.dropdown-menu {
footer {
text-align: center;
color: #8f8f8f;
- padding-bottom: 15px;
+ padding-bottom: 18px;
}
footer a {
diff --git a/site/downloads.html b/site/downloads.html
index a37f67086..486c842c1 100644
--- a/site/downloads.html
+++ b/site/downloads.html
@@ -201,7 +201,7 @@ version: 0.9.0-incubating
</code></pre>
<h3 id="development-version">Development Version</h3>
-<p>If you are interested in working with the newest under-development code or contributing to Spark development, you can also check out the master branch from Git: <tt>git clone git://github.com/apache/incubator-spark.git</tt>.</p>
+<p>If you are interested in working with the newest under-development code or contributing to Spark development, you can also check out the master branch from Git: <tt>git clone git://github.com/apache/spark.git</tt>.</p>
<p>Once you’ve downloaded Spark, you can find instructions for installing and building it on the <a href="/documentation.html">documentation page</a>.</p>