From db7f0cc6514cef0d5009a7a69ba49303bbf9e2db Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Sun, 21 Dec 2008 12:25:22 +0000 Subject: [PATCH] img.unbo class added, class notify enhanced --- web/brisk.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/web/brisk.css b/web/brisk.css index 84b3162..2981343 100644 --- a/web/brisk.css +++ b/web/brisk.css @@ -51,6 +51,10 @@ img { border-color: grey; } +img.unbo { + border-width: 0px; +} + img.nobo { position: relative; border-width: 0px; @@ -75,7 +79,7 @@ img.nobohide { border-width: 1px; /* margin-top: auto; margin-bottom: auto;*/ - overflow: auto; +/* overflow: auto; */ bottom: 0; right: 0; align: center; -- 2.17.1