From 59ec33cded4be492660677a93265004e03cdac4c Mon Sep 17 00:00:00 2001 From: Audric Schiltknecht Date: Fri, 9 May 2014 13:09:07 +0200 Subject: Modifications du thème MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Suppression fichiers inutiles * Modifications CSS pour afficher les field list * Modifications templates pour ne pas afficher les sites liés ou les catégories s'il n'y en a pas. --- themes/dev-urandom/static/css/theme.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'themes/dev-urandom/static') diff --git a/themes/dev-urandom/static/css/theme.css b/themes/dev-urandom/static/css/theme.css index e8c84f0..1639c64 100644 --- a/themes/dev-urandom/static/css/theme.css +++ b/themes/dev-urandom/static/css/theme.css @@ -77,7 +77,7 @@ article:last-of-type:after { } #page-head h1 { - font-size: 4em; + font-size: 3em; } #page-head h1 a:hover { @@ -184,6 +184,14 @@ table td, table th { padding: .15em .3em; } +/* Remove margin, padding and borders for field list */ +table.field-list, table th.field-name, table td.field-body { + margin: 0; + padding: 0; + border: none; + text-align: left; +} + pre { font-family: monospace; font-size: 0.95em; -- cgit v1.2.3-70-g09d2