From: Richard Heck Date: Mon, 14 Dec 2009 17:20:52 +0000 (+0000) Subject: That didn't really work. So revert to old CSS for gray notes. X-Git-Tag: 2.0.0~4809 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=b25dc19b955b37d022eb01a98ed72f216b7bf838;p=lyx.git 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 --- 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