From dd217f8b63074e3ecc8d22d7bb9b6b401de4b4c8 Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Sun, 25 Feb 2018 00:42:15 +0100 Subject: [PATCH] =?UTF-8?q?Alineaci=C3=B3n=20vertical=20del=20texto=20en?= =?UTF-8?q?=20tablas=20y=20tama=C3=B1o=20de=20letra=20por=20defecto=20en?= =?UTF-8?q?=20celdas?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/themes/circlepro/stylesheets/editor.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/themes/circlepro/stylesheets/editor.css b/public/themes/circlepro/stylesheets/editor.css index 4b2a63c..a25e5dc 100644 --- a/public/themes/circlepro/stylesheets/editor.css +++ b/public/themes/circlepro/stylesheets/editor.css @@ -92,6 +92,12 @@ body.wiki, .wiki p, .wiki li { .wiki table td, .wiki table th { padding: 4px; font-size: 16px; + vertical-align: top; +} +.wiki table td p, .wiki table th p { + font-size: 16px; + line-height: 1.42857em; + margin: 0; } blockquote {