1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-07-16 11:44:06 +03:00

prod/doc/style.inc: use sans serif font in the navigation bar

This commit is contained in:
Werner Almesberger 2011-05-27 10:36:31 -03:00
parent 49177ebe4d
commit c0ec3f7a9e

View File

@ -6,7 +6,7 @@
<MACRO name="__PI" bgcolor size="+2" rowspan="1"> <MACRO name="__PI" bgcolor size="+2" rowspan="1">
<TD align="center" valign="top" rowspan="<ROWSPAN>"> <TD align="center" valign="top" rowspan="<ROWSPAN>">
<TABLE border=0 cellspacing=3 cellpadding=2 bgcolor="<BGCOLOR>"> <TABLE border=0 cellspacing=3 cellpadding=2 bgcolor="<BGCOLOR>">
<TR><TD nowrap="nowrap"><FONT size="<SIZE>"><B><BODY></B> <TR><TD nowrap="nowrap"><FONT size="<SIZE>" face="sans"><B><BODY></B>
</TABLE> </TABLE>
</MACRO> </MACRO>
@ -57,7 +57,8 @@
<__PI_SEP> <__PI_SEP>
<TD align="center"> <TD align="center">
<TABLE border=0 cellspacing=3 cellpadding=2 bgcolor="#ffff00"> <TABLE border=0 cellspacing=3 cellpadding=2 bgcolor="#ffff00">
<TR><TD nowrap="nowrap"><A href="<HREF>"<FONT size="+1"><B><BODY></B></A> <TR><TD nowrap="nowrap"><A href="<HREF>"<FONT size="+1"
face="sans"><B><BODY></B></A>
</TABLE> </TABLE>
</MACRO> </MACRO>
@ -65,7 +66,7 @@
<P> <P>
<TABLE width="99%" border=0 cellspacing=0 cellpadding=2 bgcolor="#f0f0a0"> <TABLE width="99%" border=0 cellspacing=0 cellpadding=2 bgcolor="#f0f0a0">
<TR><TD>&nbsp;<A name="<REF>"><FONT <TR><TD>&nbsp;<A name="<REF>"><FONT
size="+2"><B><TITLE></B></FONT></A></TD> size="+2"><B><TITLE></B></FONT></A></TD>
</TABLE></TD> </TABLE></TD>
<P> <P>
</MACRO> </MACRO>