From 9e625433c4e3ae03be1ecac2ded056d2dfbcd8d1 Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Mon, 19 Mar 2018 20:25:10 +0100 Subject: [PATCH] =?UTF-8?q?Corrigida=20visualizaci=C3=B3n=20de=20los=20pro?= =?UTF-8?q?yectos=20padre=20bajo=20el=20logotipo=20de=20la=20cabecera=20de?= =?UTF-8?q?=20la=20p=C3=A1gina?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/themes/circlepro/stylesheets/application.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/public/themes/circlepro/stylesheets/application.css b/public/themes/circlepro/stylesheets/application.css index e3b0e98..b61cc78 100644 --- a/public/themes/circlepro/stylesheets/application.css +++ b/public/themes/circlepro/stylesheets/application.css @@ -278,7 +278,16 @@ div.wiki .external { color: #ccc; } #wrapper-header > h1 .breadcrumbs { - margin-top: -5px; + display: inline; + font-size: 15px; +} +#wrapper-header > h1 .breadcrumbs a { + color: #ccc; + font-weight: normal; + letter-spacing: 1px; +} +#wrapper-header > h1 .breadcrumbs a:hover { + color: #fff; } #quick-search {