Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

HTML
<font size=12><B>Device Tree and Device Driver Information</B></font>

<! To make a ToC move with the page, add a HTML macro and put this in it >
<style> .toc-macro {position: static !important;} </style>

<! Make the ToC in-line (not float on the right) >
<style> .toc-macro {float: none !important;} </style>

<! Remove border >
<style> .toc-macro {border: none !important;} </style>

<! Transparent background (no color) >
<style> .toc-macro {background: transparent !important;} </style>

...