diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2005-01-20 03:55:10 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2005-01-20 03:55:10 +0000 |
commit | 36da0459e4d0b12ab46f0e2090d107a22f68844a (patch) | |
tree | 2a48cd656230a6c4b8dd26fcc3aa2097c130d255 /docs/debugging.html | |
parent | 10378919d76a6ad4bc4fbb921424807cb469d791 (diff) |
Use a simple CSS style sheet.
Diffstat (limited to 'docs/debugging.html')
-rw-r--r-- | docs/debugging.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/debugging.html b/docs/debugging.html index cdefa7d210..2df62f56ea 100644 --- a/docs/debugging.html +++ b/docs/debugging.html @@ -2,7 +2,9 @@ <TITLE>Debugging Tips</TITLE> -<BODY text="#000000" bgcolor="#55bbff" link="#111188"> +<link rel="stylesheet" type="text/css" href="mesa.css"></head> + +<BODY> <H1>Debugging Tips</H1> |