diff options
Diffstat (limited to 'docs/banner.html')
-rw-r--r-- | docs/banner.html | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/docs/banner.html b/docs/banner.html index 10ace2c7d3b..43e302544d5 100644 --- a/docs/banner.html +++ b/docs/banner.html @@ -3,27 +3,27 @@ <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>Banner</title> -<STYLE TYPE="TEXT/CSS" > + <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 } +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%; +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 > +</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> |