Author: jwills
Date: Tue Jan 14 18:43:12 2014
New Revision: 1558155
URL: http://svn.apache.org/r1558155
Log:
Fix table alignments via CSS; also: make a note to learn CSS
Modified:
crunch/site/trunk/content/getting-started.mdtext
crunch/site/trunk/content/user-guide.mdtext
Modified: crunch/site/trunk/content/getting-started.mdtext
URL:
http://svn.apache.org/viewvc/crunch/site/trunk/content/getting-started.mdtext?rev=1558155&r1=1558154&r2=1558155&view=diff
==============================================================================
--- crunch/site/trunk/content/getting-started.mdtext (original)
+++ crunch/site/trunk/content/getting-started.mdtext Tue Jan 14 18:43:12 2014
@@ -62,7 +62,7 @@ prior versions of crunch-hbase were deve
Here are all of the currently recommended Crunch versions in one convenient
table:
-<table>
+<table border="1" style="text-align:center;vertical-align: middle">
<th>
<td>Hadoop Versions</td>
<td>HBase Versions</td>
Modified: crunch/site/trunk/content/user-guide.mdtext
URL:
http://svn.apache.org/viewvc/crunch/site/trunk/content/user-guide.mdtext?rev=1558155&r1=1558154&r2=1558155&view=diff
==============================================================================
--- crunch/site/trunk/content/user-guide.mdtext (original)
+++ crunch/site/trunk/content/user-guide.mdtext Tue Jan 14 18:43:12 2014
@@ -98,7 +98,7 @@ of patterns. The following table illustr
top of Apache Hadoop:
<a name="rels"></a>
-<table border="1" align="center">
+<table border="1" style="text-align:center;vertical-align: middle">
<tr>
<td>Concept</td>
<td><a href="http://hadoop.apache.org">Apache Hadoop MapReduce</a></td>
@@ -689,7 +689,7 @@ different files using the NLineInputForm
Here is a table of commonly used Sources and their associated usage
information:
-<table border="1" align="center">
+<table border="1" style="text-align:center;vertical-align: middle">
<tr>
<td>Input Type</td>
<td>Source</td>
@@ -773,7 +773,7 @@ parameters that this Target needs:
Here is a table of commonly used Targets:
-<table border="1" align="center">
+<table border="1" style="text-align:center;vertical-align: middle">
<tr>
<td>Output Type</td>
<td>Target</td>
@@ -1327,7 +1327,7 @@ your jobs on the JobTracker or Applicati
There are a number of handy configuration parameters that can be used to
adjust the behavior of MRPipeline that you should be
aware of:
-<table border="1" align="center">
+<table border="1" style="text-align:center;vertical-align: middle">
<tr>
<td><b>Name</b></td>
<td><b>Type</b></td>