diff options
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 aca9aa21d935..f867786b8458 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> |