From: Brian Paul
-
+Bug Database
diff --git a/docs/conform.html b/docs/conform.html
index eded6a79de5..3611f8c6fb7 100644
--- a/docs/conform.html
+++ b/docs/conform.html
@@ -2,7 +2,9 @@
Conformance
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 @@
@@ -53,7 +72,6 @@
Custom Development
diff --git a/docs/cvs_access.html b/docs/cvs_access.html
index be8e129e0e5..40104d7d857 100644
--- a/docs/cvs_access.html
+++ b/docs/cvs_access.html
@@ -2,7 +2,9 @@
CVS Access
diff --git a/docs/cvs_branches.html b/docs/cvs_branches.html
index cc07c58ae48..98df3d0f4f7 100644
--- a/docs/cvs_branches.html
+++ b/docs/cvs_branches.html
@@ -2,7 +2,9 @@
CVS Branch Information
diff --git a/docs/debugging.html b/docs/debugging.html
index cdefa7d210d..2df62f56ea3 100644
--- a/docs/debugging.html
+++ b/docs/debugging.html
@@ -2,7 +2,9 @@
Debugging Tips
diff --git a/docs/demos.html b/docs/demos.html
index 6e189458c21..b4a2cc5e366 100644
--- a/docs/demos.html
+++ b/docs/demos.html
@@ -2,7 +2,9 @@
Demos
diff --git a/docs/devinfo.html b/docs/devinfo.html
index 498b713e5c2..9fcd8cf5358 100644
--- a/docs/devinfo.html
+++ b/docs/devinfo.html
@@ -2,7 +2,9 @@
Development Notes
diff --git a/docs/download.html b/docs/download.html
index 54c5d972c6e..b30b98ff9be 100644
--- a/docs/download.html
+++ b/docs/download.html
@@ -2,7 +2,9 @@
Downloading / Unpacking
diff --git a/docs/envvars.html b/docs/envvars.html
index 12e44e288a9..fbcea56cc9f 100644
--- a/docs/envvars.html
+++ b/docs/envvars.html
@@ -2,7 +2,9 @@
Environment Variables
diff --git a/docs/extensions.html b/docs/extensions.html
index b4906ec1fe3..dbb8ebadaf2 100644
--- a/docs/extensions.html
+++ b/docs/extensions.html
@@ -2,7 +2,9 @@
Mesa Extensions
diff --git a/docs/faq.html b/docs/faq.html
index c9081c9aaad..7ae65e63c2f 100644
--- a/docs/faq.html
+++ b/docs/faq.html
@@ -2,7 +2,9 @@
Mesa fbdev/DRI Drivers
Games
diff --git a/docs/glfbdev-driver.html b/docs/glfbdev-driver.html
index 804b2c11b99..b49950eb9e1 100644
--- a/docs/glfbdev-driver.html
+++ b/docs/glfbdev-driver.html
@@ -2,7 +2,9 @@
Mesa glFBDev Driver
SGI SI GLU
diff --git a/docs/helpwanted.html b/docs/helpwanted.html
index b9434d0c034..44b906741f0 100644
--- a/docs/helpwanted.html
+++ b/docs/helpwanted.html
@@ -2,7 +2,9 @@
Help Wanted
diff --git a/docs/index.html b/docs/index.html
index 0edf4325223..0fe3a6f11b8 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -13,10 +13,7 @@
Compilation and Installation
diff --git a/docs/intro.html b/docs/intro.html
index db8f25f3e00..c0871165fce 100644
--- a/docs/intro.html
+++ b/docs/intro.html
@@ -2,7 +2,9 @@
Introduction
diff --git a/docs/libraries.html b/docs/libraries.html
index a7faab613d3..ce0ee70e693 100644
--- a/docs/libraries.html
+++ b/docs/libraries.html
@@ -2,7 +2,9 @@
Libraries and Toolkits
diff --git a/docs/license.html b/docs/license.html
index 475baaaa9c6..3831425b54e 100644
--- a/docs/license.html
+++ b/docs/license.html
@@ -2,7 +2,9 @@
License / Copyright Information
diff --git a/docs/lists.html b/docs/lists.html
index 2c97d88a1b4..09f903d40a3 100644
--- a/docs/lists.html
+++ b/docs/lists.html
@@ -2,7 +2,9 @@
Mailing Lists
diff --git a/docs/mangling.html b/docs/mangling.html
index 5aafcb2a68f..cb19e7568a5 100644
--- a/docs/mangling.html
+++ b/docs/mangling.html
@@ -2,7 +2,9 @@
Function Name Mangling
diff --git a/docs/mesa.css b/docs/mesa.css
new file mode 100644
index 00000000000..190fd56de99
--- /dev/null
+++ b/docs/mesa.css
@@ -0,0 +1,35 @@
+/* Mesa CSS */
+body {
+ background-color: #55bbff;
+ font: 14px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
+ color: black;
+ link: #111188;
+}
+
+h1 {
+ background-color: #55bbff;
+ font: 24px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
+ font-weight: bold;
+ color: black;
+}
+
+h2 {
+ background-color: #55bbff;
+ font: 18px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif, bold;
+ font-weight: bold;
+ color: black;
+}
+
+code {
+ font-family: monospace;
+ font-size: 10pt;
+ color: black;
+}
+
+
+pre {
+ /*font-family: monospace;*/
+ font-size: 10pt;
+ /*color: black;*/
+}
+
diff --git a/docs/modelers.html b/docs/modelers.html
index db2c8c18132..20f88554de5 100644
--- a/docs/modelers.html
+++ b/docs/modelers.html
@@ -2,7 +2,9 @@
Modelers, Renderers and Viewers
diff --git a/docs/news.html b/docs/news.html
index c33c619354d..313b98fc6cb 100644
--- a/docs/news.html
+++ b/docs/news.html
@@ -2,7 +2,9 @@
News
@@ -958,6 +960,6 @@ source code.