summaryrefslogtreecommitdiff
path: root/shader-combo.html
diff options
context:
space:
mode:
authorjules <jules@okfoc.us>2014-02-01 12:32:20 -0500
committerjules <jules@okfoc.us>2014-02-01 12:32:20 -0500
commit023684efdf8983362fddef2a3aa36838b90dbf00 (patch)
treeca44f7a3d1e950eeae9242608945e038760e7df8 /shader-combo.html
parent41ea911a10df577e1bb340d996c627f74417e6f2 (diff)
fix w/h issue
Diffstat (limited to 'shader-combo.html')
-rw-r--r--shader-combo.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/shader-combo.html b/shader-combo.html
index da7f579..2ef8ed1 100644
--- a/shader-combo.html
+++ b/shader-combo.html
@@ -1,8 +1,9 @@
<!doctype html>
<html>
<head>
+<title>Shaderblaster</title>
<style type="text/css">
-body { background: #f8f8f8; font-size: 14px }
+body { background: #f8f8f8; font-size: 14px; }
div { float: left; padding: 10px;}
form { display: inline-block; }
a { color: #00f; }
@@ -50,10 +51,13 @@ a { color: #00f; }
#render,#save,#upload,#save-shader { font-weight: bold; }
#save[disabled],#upload[disabled] { font-weight: normal; }
+
+#logo { position: fixed; bottom: 10px; right: 10px; font-size: 38px; font-weight: bold; font-style: italic; margin-top: 0px; margin: 0 5px; color: #000; }
</style>
</head>
<body>
+<h1 id="logo">shaderblaster</h1>
<div id="header">
<button id="help">help</button>