aboutsummaryrefslogtreecommitdiff
path: root/mesalib/docs/banner.html
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2012-09-20 08:18:11 +0200
committermarha <marha@users.sourceforge.net>2012-09-20 08:18:11 +0200
commit06d4ea68085558b94d8e9c937091e7b7fcc5d95a (patch)
tree01ff2f6a8d6ae430a526282d98eede21c7cfffd0 /mesalib/docs/banner.html
parent52213f2cd11c6cc7210cea6896ed464fddfe3fec (diff)
downloadvcxsrv-06d4ea68085558b94d8e9c937091e7b7fcc5d95a.tar.gz
vcxsrv-06d4ea68085558b94d8e9c937091e7b7fcc5d95a.tar.bz2
vcxsrv-06d4ea68085558b94d8e9c937091e7b7fcc5d95a.zip
libxcb xserver pixman mesa git update 20 sep 2012
libxcb: 08cc068ead7b8e678cdb119b38ada5261d5cc3ea xserver: 70e5766874a919039678bb2ed75f2ccea0cb4345 pixman: 3124a51abb89475b8c5045bc96e04c5852694a16 mesa: bd8fb9e80562fbe0ff76cae50fc411635096f3a9
Diffstat (limited to 'mesalib/docs/banner.html')
-rw-r--r--mesalib/docs/banner.html33
1 files changed, 0 insertions, 33 deletions
diff --git a/mesalib/docs/banner.html b/mesalib/docs/banner.html
deleted file mode 100644
index 2ec187bb9..000000000
--- a/mesalib/docs/banner.html
+++ /dev/null
@@ -1,33 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html lang="en">
-<head>
- <meta http-equiv="content-type" content="text/html; charset=utf-8">
- <title>Banner</title>
- <style type="text/css">
- <!--
- body { background: black; color: white }
- h1 {
- font: x-large sans-serif; text-align: center;
- height: 75px; margin-left: 100px; margin-right: 100px }
- .gears { width: 100px; height: 73px; float: left; background: url('gears.png') right no-repeat }
- div + .gears { float: right; background-position: left }
- /*
- This should happen in the future instead:
- h1 {
- border-left: 71px solid #c11800; border-right: 71px solid #00c130;
- border-top: 0px; border-bottom: 0px;
- border-image: url(gears.png) 100%; -webkit-border-image: url(gears.png) 100%;
- }
- */
- -->
- </style>
-</head>
-
-<body>
-
-<div class="gears"></div>
-<div class="gears"></div>
-<h1>The Mesa 3D Graphics Library</h1>
-
-</body>
-</html>