From: Richard Heck Date: Fri, 12 Jun 2009 15:16:08 +0000 (+0000) Subject: CSS for marginal notes, which makes them work. X-Git-Tag: 2.0.0~6326 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=1ad1c51c22c0b659d727cc2a88adfdeffce994b0;p=features.git CSS for marginal notes, which makes them work. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30076 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/layouts/stdinsets.inc b/lib/layouts/stdinsets.inc index 79d008d22c..a09aa48e8f 100644 --- a/lib/layouts/stdinsets.inc +++ b/lib/layouts/stdinsets.inc @@ -76,6 +76,17 @@ InsetLayout Marginal Size Small EndFont MultiPar true + HTMLTag span + HTMLAttr class='marginal' + HTMLStyle + span.marginal { + border: 2px solid black; + padding: 1ex; + margin: 1ex; + background-color: #F0F0F0; + float:right; + } + EndHTMLStyle End InsetLayout Foot