content/matchlang: make table indented a bit more than paragraph

The default appears to be 0, but paragraphs are 20px, so right now
it appears to the left of the paragraph text.

Change-Id: Ied3b8ffc2f78a2cd6cdcca73997dfd2859432a30
Reviewed-on: https://go-review.googlesource.com/19422
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
diff --git a/content/matchlang/tags.html b/content/matchlang/tags.html
index bd1d543..6738f7d 100644
--- a/content/matchlang/tags.html
+++ b/content/matchlang/tags.html
@@ -1,4 +1,5 @@
 <style>
+	.padtable table { padding-left: 40px; }
 	.padtable td, .padtable th { padding-right: 10px; }
 	.tag { font-family: courier; }
 </style>