1
0
Fork 0

Add @exnotice to manual

liza.css: Style exnotice
macros.texi (@exnotice): Add macro.
master
Mike Gerwitz 2017-03-21 15:57:30 -04:00
parent d7b1fd2f18
commit b6c9045008
2 changed files with 14 additions and 0 deletions

View File

@ -151,3 +151,9 @@ but don't sacrifice space on small screens.
content: '\01F6A7';
margin-right: 0.5em;
}
/* "Example:" */
.doc-notice.ex strong:first-child
{
color: #657b83;
}

View File

@ -97,3 +97,11 @@
</div>
@end html
@end macro
@c simple textual example
@macro exnotice{text}
@noticestart{ex}
@strong{Example:} \text\
@noticeend
@end macro