diff options
author | Brian Paul <[email protected]> | 2005-01-20 03:55:10 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2005-01-20 03:55:10 +0000 |
commit | 36da0459e4d0b12ab46f0e2090d107a22f68844a (patch) | |
tree | 2a48cd656230a6c4b8dd26fcc3aa2097c130d255 /docs/contents.html | |
parent | 10378919d76a6ad4bc4fbb921424807cb469d791 (diff) |
Use a simple CSS style sheet.
Diffstat (limited to 'docs/contents.html')
-rw-r--r-- | docs/contents.html | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/docs/contents.html b/docs/contents.html index aca9aa21d93..f867786b845 100644 --- a/docs/contents.html +++ b/docs/contents.html @@ -2,7 +2,26 @@ <title>Contents</title> -<body text="#ffffff" bgcolor="#119955" link="#ffffff" vlink="#dddddd" alink="#ffffff"> +<link rel="stylesheet" type="text/css" href="mesa.css"></head> + +<body bgcolor="#119955"> + +<!--Override a few values from the style sheet: --> +<style> +<!-- +body { + background-color: #119955; + color: white; +} +a:link { + color: #fff; +} +a:visited { + color: #ccc; +} +--> +</style> + <b>Documentation</b> <ul> @@ -53,7 +72,6 @@ <li><a href="utilities.html" target="MainFrame">Utilities</a> <li><a href="helpwanted.html" target="MainFrame">Help Wanted</a> <li><a href="devinfo.html" target="MainFrame">Development Notes</a> -<li><a href="drivers.html" target="MainFrame">Writing Device Drivers</a> <li><a href="sourcedocs.html" target="MainFrame">Source Documentation</a> <li><a href="subset.html" target="MainFrame">Subset Information</a> <li><a href="fbdev-dri.html" target="MainFrame">fbdev/DRI Environment</a> |