From 8cc51d7e18b68022a368c688a56949dd40cfee7f Mon Sep 17 00:00:00 2001 From: ARNO* <arno@rezo.net> Date: Sun, 24 Apr 2005 22:27:27 +0000 Subject: [PATCH] Corrections styles spip_documents --- spip_style.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/spip_style.css b/spip_style.css index aa8246d952..abaa117100 100644 --- a/spip_style.css +++ b/spip_style.css @@ -30,7 +30,6 @@ h3.spip { list-style-position: inside; border-width: 0px; } - .spip_documents{ font-family: Verdana,Arial,Helvetica,sans-serif; font-size : 70%; @@ -38,19 +37,20 @@ h3.spip { .spip_documents_center{ margin: auto; - text-align: center;: + text-align: center; + width: 80%; } .spip_documents_left{ float: left; - margin: 4px; - text-align: center;: + margin-right: 15px; + text-align: center; } .spip_documents_right{ float: right; - margin: 4px; - text-align: center;: + margin-left: 15px; + text-align: center; } table.spip { -- GitLab