You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by na...@apache.org on 2014/05/25 20:00:39 UTC

svn commit: r1597458 - in /incubator/storm/site: index.html publish/css/style.css publish/index.html

Author: nathanmarz
Date: Sun May 25 18:00:39 2014
New Revision: 1597458

URL: http://svn.apache.org/r1597458
Log:
fix padding on main page

Modified:
    incubator/storm/site/index.html
    incubator/storm/site/publish/css/style.css
    incubator/storm/site/publish/index.html

Modified: incubator/storm/site/index.html
URL: http://svn.apache.org/viewvc/incubator/storm/site/index.html?rev=1597458&r1=1597457&r2=1597458&view=diff
==============================================================================
--- incubator/storm/site/index.html (original)
+++ incubator/storm/site/index.html Sun May 25 18:00:39 2014
@@ -60,7 +60,7 @@ logos:
       - 120
       
 ---
-<div id="content">
+<div id="content" style="padding-left: 40px">
 <!-- <div id="left"> -->
 <p>
 Apache Storm is a <a href="/about/free-and-open-source.html">free and open source</a> distributed realtime computation system. Storm makes it easy to reliably process unbounded streams of data, doing for realtime processing what Hadoop did for batch processing. Storm is <a href="/about/simple-api.html">simple</a>, can be used with <a href="/about/multi-language.html">any programming language</a>, and is a lot of fun to use!

Modified: incubator/storm/site/publish/css/style.css
URL: http://svn.apache.org/viewvc/incubator/storm/site/publish/css/style.css?rev=1597458&r1=1597457&r2=1597458&view=diff
==============================================================================
--- incubator/storm/site/publish/css/style.css (original)
+++ incubator/storm/site/publish/css/style.css Sun May 25 18:00:39 2014
@@ -306,5 +306,4 @@ p {
 	margin: 0px;
 	padding: 0;
 	font-size: 0.7em;
-}
-
+}
\ No newline at end of file

Modified: incubator/storm/site/publish/index.html
URL: http://svn.apache.org/viewvc/incubator/storm/site/publish/index.html?rev=1597458&r1=1597457&r2=1597458&view=diff
==============================================================================
--- incubator/storm/site/publish/index.html (original)
+++ incubator/storm/site/publish/index.html Sun May 25 18:00:39 2014
@@ -44,7 +44,7 @@
 </ul>
 </div>
 </div>
-<div id="content">
+<div id="content" style="padding-left: 40px">
 <!-- <div id="left"> -->
 <p>
 Apache Storm is a <a href="/about/free-and-open-source.html">free and open source</a> distributed realtime computation system. Storm makes it easy to reliably process unbounded streams of data, doing for realtime processing what Hadoop did for batch processing. Storm is <a href="/about/simple-api.html">simple</a>, can be used with <a href="/about/multi-language.html">any programming language</a>, and is a lot of fun to use!