summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-04-08 01:00:39 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-04-08 02:46:55 (GMT)
commit32cecfa37cec5c9935e10aac074f0c320914f226 (patch)
tree5d69272f5d23e89acad7035c4ca8772027b0e1c4 /index.html
parent4400a8c287a20d83cc87079b0d6f43bc6cbc2a31 (diff)
downloadmxe-32cecfa37cec5c9935e10aac074f0c320914f226.zip
mxe-32cecfa37cec5c9935e10aac074f0c320914f226.tar.gz
mxe-32cecfa37cec5c9935e10aac074f0c320914f226.tar.bz2
Adopt a Wikipedia-like theme for tables
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index ecd53c6..a85f128 100644
--- a/index.html
+++ b/index.html
@@ -1017,7 +1017,7 @@ local-pkg-list: $(LOCAL_PKG_LIST)</pre>
<p>
See something missing? Feel free to <a href="#creating-packages">create a new package</a>.
</p>
- <table id="package-list">
+ <table id="package-list" class="old">
<tr>
<td class="package">a52dec</td>
<td class="website"><a href="http://liba52.sourceforge.net/">a52dec (aka. liba52)</a></td>
@@ -2666,7 +2666,7 @@ endef</pre>
Finally, in your <code>$(PKG)_BUILD</code> section,
please check that you use our portability variables:
</p>
- <table class="translation">
+ <table class="translation old">
<tr><td><code>bash</code></td> <td>&rarr;</td><td><code>$(SHELL)</code></td></tr>
<tr><td><code>date</code></td> <td>&rarr;</td><td><code>$(DATE)</code></td></tr>
<tr><td><code>install</code></td> <td>&rarr;</td><td><code>$(INSTALL)</code></td></tr>