From cb1334838d100a673599a90ea54b78a654ecdbe6 Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Tue, 22 Jan 2019 19:14:05 +0100 Subject: [PATCH] Nuevos ajustes en los estilos de las tablas de contenido --- public/themes/circlepro/stylesheets/editor.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/public/themes/circlepro/stylesheets/editor.css b/public/themes/circlepro/stylesheets/editor.css index dc77f23..a78d156 100644 --- a/public/themes/circlepro/stylesheets/editor.css +++ b/public/themes/circlepro/stylesheets/editor.css @@ -95,7 +95,14 @@ body.wiki, .wiki p, .wiki li { font-size: 16px; vertical-align: top; } -.wiki table td p, .wiki table th p { +.wiki table th { + color: #fff; + background-color: #556372; +} +.wiki table ul, .wiki table ol { + margin: 0; +} +.wiki table p, .wiki table li { font-size: 16px; line-height: 1.42857em; margin: 0;