From 7c04dd316f6df37fc68b321540426e0e7d7b5bc3 Mon Sep 17 00:00:00 2001 From: Tiziano Santoro Date: Fri, 25 Apr 2014 19:16:00 +0100 Subject: [PATCH] Remove `text-align:left` from github.css GFM has support for specifying alignment in tables by using colons in the header row (see https://help.github.com/articles/github-flavored-markdown#tables). Currently github.css overrides this by forcing left alignment for no good reason. --- epiceditor/themes/preview/github.css | 1 - 1 file changed, 1 deletion(-) diff --git a/epiceditor/themes/preview/github.css b/epiceditor/themes/preview/github.css index 4c78db4..18adf2b 100644 --- a/epiceditor/themes/preview/github.css +++ b/epiceditor/themes/preview/github.css @@ -225,7 +225,6 @@ body { #epiceditor-preview table tr th, #epiceditor-preview table tr td{ border:1px solid #ccc; - text-align:left; margin:0; padding:6px 13px; }