diff options
Diffstat (limited to 'docs/mesa.css')
-rw-r--r-- | docs/mesa.css | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/docs/mesa.css b/docs/mesa.css deleted file mode 100644 index a53a9df8b0..0000000000 --- a/docs/mesa.css +++ /dev/null @@ -1,33 +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;*/ -} - |