From f82934528377c0bfbd53475b0983aa26ff5ab831 Mon Sep 17 00:00:00 2001 From: Nicolas Lalevee Date: Mon, 13 Dec 2010 18:52:43 +0000 Subject: [PATCH] IVY-1249: updating the style for the footer git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@1045295 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 6629d2f2..e9c04aa3 100644 --- a/doc/style/style.css +++ b/doc/style/style.css @@ -233,6 +233,13 @@ pre { font-size: 85%; } +.footer { + text-align: center; + margin-top: 3pt; + margin-bottom: 3pt; + font-size: 85%; +} + .comparison td, .comparison th { text-align: center; }