Change CSS for gray notes.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33140 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2010-01-21 19:16:11 +00:00
parent 7cd56e334d
commit 4c9fd44da5

View File

@ -167,7 +167,7 @@ InsetLayout Note:Greyedout
HTMLStyle
div.note_greyedout {
display: inline;
background-color: #A0A0A0;
color: #A0A0A0;
padding-left: 1ex;
padding-right: 1ex;
}