From 043331335088fdac056522330c6dba161d343c87 Mon Sep 17 00:00:00 2001 From: Laura Ekstrand Date: Thu, 24 May 2018 16:03:46 -0700 Subject: docs: Remove contents.html and old mesa.css file. The old navigation bar, may it rest in peace, causes major problems when running the rstConverter.py script. It and the css file are also unneeded. Let's get rid of them now. --- docs/contents.html | 108 ----------------------------------------------------- docs/mesa.css | 63 ------------------------------- 2 files changed, 171 deletions(-) delete mode 100644 docs/contents.html delete mode 100644 docs/mesa.css diff --git a/docs/contents.html b/docs/contents.html deleted file mode 100644 index 9a86019e2f..0000000000 --- a/docs/contents.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - - Contents - - - - - - - -Documentation - - -Download / Install - - -Resources - - -User Topics - - -Developer Topics - - -Links - - -Hosted by: -
-
-freedesktop.org -
- - - diff --git a/docs/mesa.css b/docs/mesa.css deleted file mode 100644 index 7ab8152b04..0000000000 --- a/docs/mesa.css +++ /dev/null @@ -1,63 +0,0 @@ -/* Mesa CSS */ -body { - background-color: #ffffff; - font: 14px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif; - color: black; - link: #111188; -} - -h1 { - font: 24px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif; - font-weight: bold; - color: black; -} - -h2 { - 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;*/ -} - -iframe { - width: 19em; - height: 80em; - border: none; - float: left; -} - -.content { - position: absolute; - left: 20em; - right: 10px; - overflow: hidden -} - -.header { - background: black url('gears.png') 15px no-repeat; - margin:0; - padding: 5px; - clear:both; -} - -.header h1 { - background: url('gears.png') right no-repeat; - color: white; - font: x-large sans-serif; - text-align: center; - height: 50px; - margin: 0; - padding-top: 30px; -} -- cgit v1.2.3