From cfc615210700946d24e624fb1ffc1150035c3818 Mon Sep 17 00:00:00 2001 From: Nicolas Lalevee Date: Mon, 13 Dec 2010 18:52:02 +0000 Subject: [PATCH] IVY-1249: updating the style for the footer git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/branches/2.1.0-rc2@1045292 13f79535-47bb-0310-9956-ffa450edef68 --- doc/style/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/style/style.css b/doc/style/style.css index ec33e53c..b13ae777 100644 --- a/doc/style/style.css +++ b/doc/style/style.css @@ -223,6 +223,13 @@ pre { padding-top: 3px; } +.footer { + text-align: center; + margin-top: 3pt; + margin-bottom: 3pt; + font-size: 85%; +} + .comparison td, .comparison th { text-align: center; }