From 2195cbce0cfadffbdf02db0313fd69bab89bf9f7 Mon Sep 17 00:00:00 2001 From: sb476 Date: Fri, 23 Apr 2004 00:39:39 +0200 Subject: [PATCH] [svn r5804] Let me have centred DIVs so I can have centred IMGs in them. Simple. --- css/main2.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/main2.css b/css/main2.css index 113e3ec91..82531379c 100644 --- a/css/main2.css +++ b/css/main2.css @@ -12,6 +12,7 @@ h4 { color: #0d664c } h3 { color: #2c105e } A:link, A:visited { text-decoration: none } .caption { font-size: 8pt; margin-bottom: 0pt; } /* this can apply to

or or anything, so leave it like it is. */ +div.centre { text-align: center; } img.onright { vertical-align: top; float: right; padding-left: 10pt; padding-bottom: 10pt; padding-right: 8pt } img.icon { vertical-align: middle; }