From b25dc19b955b37d022eb01a98ed72f216b7bf838 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Mon, 14 Dec 2009 17:20:52 +0000 Subject: [PATCH] That didn't really work. So revert to old CSS for gray notes. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32536 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/layouts/stdinsets.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/layouts/stdinsets.inc b/lib/layouts/stdinsets.inc index 644b7e69f5..cf371940b6 100644 --- a/lib/layouts/stdinsets.inc +++ b/lib/layouts/stdinsets.inc @@ -168,8 +168,8 @@ InsetLayout Note:Greyedout div.note_greyedout { display: inline; background-color: #A0A0A0; - padding: 0.5ex; - border: 1px black solid; + padding-left: 1ex; + padding-right: 1ex; } EndHTMLStyle HTMLIsBlock false -- 2.39.2