From ec07ec023a593984752edc5570a0a05109bed63c Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Sat, 17 Feb 2018 00:49:24 +0100 Subject: [PATCH] =?UTF-8?q?Correcci=C3=B3n=20del=20tama=C3=B1o=20de=20la?= =?UTF-8?q?=20fuente=20para=20la=20cabecera=20de=20los=20comentarios=20de?= =?UTF-8?q?=20las=20peticiones?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/themes/circlepro/stylesheets/application.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/public/themes/circlepro/stylesheets/application.css b/public/themes/circlepro/stylesheets/application.css index ec0522c..2828025 100644 --- a/public/themes/circlepro/stylesheets/application.css +++ b/public/themes/circlepro/stylesheets/application.css @@ -76,6 +76,13 @@ div#content h1 { .wiki h2 { color: #b40b51; } +div.journal div[id^="note-"] > h4:first-child { + font-size: 13px; + padding-right: 0; +} +div.journal div[id^="note-"] > h4:first-child > a:first-child { + font-size: 18px; +} input, textarea, select { font-family: Lato,HelveticaNeue,"Helvetica Neue",Helvetica,Arial,sans-serif;