From 408f27514f5af91523b71c284cff0b292865e867 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Sun, 23 Mar 2008 15:44:20 +0000 Subject: [PATCH] add nobohide class for img --- web/brisk.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/web/brisk.css b/web/brisk.css index e44f8a9..cb528dc 100644 --- a/web/brisk.css +++ b/web/brisk.css @@ -55,6 +55,13 @@ img.nobo { margin: auto; } +img.nobohide { + position: absolute; + border-width: 0px; + visibility: hidden; + z-index: 12; +} + .notify { border-style: solid; border-width: 1px; -- 2.17.1