diff options
author | marha <marha@users.sourceforge.net> | 2012-06-15 08:55:18 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-06-15 08:55:18 +0200 |
commit | d6f64084b9bc07d0bdd527f9354f2d1d962ed16d (patch) | |
tree | 81b2652d421992fd63143a04885e332e83e18d07 /mesalib/docs/banner.html | |
parent | 669b562a737c9418c53bfae69c0dbf1aabe318b4 (diff) | |
parent | 7a2af605c2c2b0d2e9bbb0b161eba8842acefbcb (diff) | |
download | vcxsrv-d6f64084b9bc07d0bdd527f9354f2d1d962ed16d.tar.gz vcxsrv-d6f64084b9bc07d0bdd527f9354f2d1d962ed16d.tar.bz2 vcxsrv-d6f64084b9bc07d0bdd527f9354f2d1d962ed16d.zip |
Merge remote-tracking branch 'origin/released'
Conflicts:
fontconfig/src/fcint.h
fontconfig/src/fcstat.c
mesalib/src/mapi/glapi/gen/GL3x.xml
xorg-server/glx/glxext.h
Diffstat (limited to 'mesalib/docs/banner.html')
-rw-r--r-- | mesalib/docs/banner.html | 52 |
1 files changed, 29 insertions, 23 deletions
diff --git a/mesalib/docs/banner.html b/mesalib/docs/banner.html index 4f12c7ac6..2ec187bb9 100644 --- a/mesalib/docs/banner.html +++ b/mesalib/docs/banner.html @@ -1,27 +1,33 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> -<html LANG=en> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<html lang="en"> <head> - <title>Banner</title -><STYLE TYPE="TEXT/CSS" ><!-- -BODY { BACKGROUND: BLACK; COLOR: WHITE } TABLE { width: 94%; text-align: left; } -TD { vertical-align: top } -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 > + <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> + +<div class="gears"></div> +<div class="gears"></div> +<h1>The Mesa 3D Graphics Library</h1> + </body> </html> |