From 64006dd54f667e3c0250da046b7a87bcc171ab5d Mon Sep 17 00:00:00 2001 From: Nicolas Lalevee Date: Mon, 13 Dec 2010 18:51:17 +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.0.0-rc1@1045287 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; }