From bf58d8cd32b2c6015ea715bd576fba11fbf741d2 Mon Sep 17 00:00:00 2001 From: Alex Schroeder Date: Mon, 6 Mar 2006 15:45:35 +0000 Subject: [PATCH] images with captions --- css/beige-red.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/css/beige-red.css b/css/beige-red.css index 7d320194..5b8cb665 100644 --- a/css/beige-red.css +++ b/css/beige-red.css @@ -148,7 +148,12 @@ img.xml { border:none; padding:1px; } - +a.small img { + max-width:300px; +} +a.large img { + max-width:600px; +} div.sister { margin-right:1ex; background-color:inherit; @@ -361,6 +366,10 @@ div.content li a.image img, div.journal li a.image img { .left { float:left; } .right { float:right; } +div.left .left, div.right .right { + float:none; +} +.center { text-align:center; } table.aside { float:right; width:40%;