From b7ea9ab84ec917a499c190888a56b42f18602dab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bertrand=20N=C3=A9ron?= Date: Wed, 4 Apr 2012 11:21:23 +0000 Subject: [PATCH] BUGFIX remove rule for header svg from main.css as it not use anymore in main page and intefere with gene_shema in secretion_systeme page --- src/couchapp/secreton/_attachments/style/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/couchapp/secreton/_attachments/style/main.css b/src/couchapp/secreton/_attachments/style/main.css index 4330611..8990555 100644 --- a/src/couchapp/secreton/_attachments/style/main.css +++ b/src/couchapp/secreton/_attachments/style/main.css @@ -19,7 +19,7 @@ h2 { font-size: 1.1em; } -#head img,object,svg{ +#head img{ display: block; margin: 0 auto; width:400px; -- GitLab