From 191bc774c2501adb3b1abd06c132d5ed93985c9f Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Sat, 27 Jun 2009 15:16:56 +0000 Subject: [PATCH] background-image to none, spacing changed --- web/briskin5/briskin5.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web/briskin5/briskin5.css b/web/briskin5/briskin5.css index 5180068..94c9ef7 100644 --- a/web/briskin5/briskin5.css +++ b/web/briskin5/briskin5.css @@ -24,7 +24,7 @@ */ body { - background-image: url(null); + background-image: none; background-color: #fafafa; text-align: center; /* inherit from brisk.css @@ -167,8 +167,10 @@ img.seed3 { /* position: relative; */ margin-top: 8px; + padding: 8px; margin-left:auto; margin-right:auto; + margin-bottom: 4px; border-style: solid; border-width: 0px; border-color: black; -- 2.17.1