From 643e49473ee21384d5898bbc0906fce6ecab4224 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 8 Oct 2005 23:55:01 +0000 Subject: [PATCH] r508: .box-margmod-bottom needs to be pX not pZ --- templates/box.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/box.css b/templates/box.css index d86dfbb..4dde8a6 100644 --- a/templates/box.css +++ b/templates/box.css @@ -64,7 +64,7 @@ .box-margmod-bottom { - margin: 0pz; + margin: 0px; margin-bottom: 1px; } -- 2.22.5