From 057a906c67fdbd5f230a3ddd1d8be54baa207b6d Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Thu, 22 Feb 2018 16:46:59 +0100 Subject: [PATCH] =?UTF-8?q?Se=20corrige=20el=20tama=C3=B1o=20de=20la=20fue?= =?UTF-8?q?nte=20de=20las=20celdas=20de=20las=20tablas=20en=20el=20editor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/themes/circlepro/stylesheets/editor.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/themes/circlepro/stylesheets/editor.css b/public/themes/circlepro/stylesheets/editor.css index 866c838..f23ebdf 100644 --- a/public/themes/circlepro/stylesheets/editor.css +++ b/public/themes/circlepro/stylesheets/editor.css @@ -60,9 +60,10 @@ body.wiki, .wiki p, .wiki li { border: 1px solid #bbb; border-collapse: collapse; } -.wiki td, .wiki th { +.wiki table td, .wiki table th { padding: 4px; -} + font-size: 16px; +} blockquote { margin-right: 0;