diff options
author | Andreas Boll <[email protected]> | 2012-06-12 09:05:49 +0200 |
---|---|---|
committer | Brian Paul <[email protected]> | 2012-06-12 08:03:30 -0600 |
commit | fd64b397277c66e4cbb83222454d33b890648471 (patch) | |
tree | 9d8b11793e4703109ab4c5c5ddb651938e0f9abc /docs/banner.html | |
parent | 5dc59455f900de66a387dca5f62d5a48711b0c14 (diff) |
docs: whitespaces cleanup
Signed-off-by: Brian Paul <[email protected]>
Diffstat (limited to 'docs/banner.html')
-rw-r--r-- | docs/banner.html | 45 |
1 files changed, 25 insertions, 20 deletions
diff --git a/docs/banner.html b/docs/banner.html index 90147c0658e..2ec187bb9d4 100644 --- a/docs/banner.html +++ b/docs/banner.html @@ -3,26 +3,31 @@ <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 > + <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> |