From 921056fc9f6cf22c509226554ea05a16f2b5cb02 Mon Sep 17 00:00:00 2001 From: Saivann Date: Sat, 8 Nov 2014 18:38:20 -0500 Subject: [PATCH] Center thead in devel-docs tables --- _less/screen.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_less/screen.less b/_less/screen.less index f73d4977..c7310283 100644 --- a/_less/screen.less +++ b/_less/screen.less @@ -776,6 +776,9 @@ table td,table th{ .toccontent img{ max-width:100%; } +.toccontent table thead{ + text-align:center; +} .toccontent a.auto-link:link, .toccontent a.auto-link:visited{ color:#646464;