summaryrefslogtreecommitdiff
path: root/views/grid.ejs
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2012-09-25 14:05:27 -0400
committerJules Laplace <jules@okfoc.us>2012-09-25 14:05:27 -0400
commiteebfe7595311e4cf22f714f4ccf818bd728004c8 (patch)
tree85d9af65041c77b357ca6b784540a337b2f81dd2 /views/grid.ejs
parent4c654ce9b18f301af534be062f419de774ebf376 (diff)
all instruments playingHEADmaster
Diffstat (limited to 'views/grid.ejs')
-rw-r--r--views/grid.ejs2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/grid.ejs b/views/grid.ejs
index d15c9a4..04d8cb3 100644
--- a/views/grid.ejs
+++ b/views/grid.ejs
@@ -7,7 +7,7 @@
<style>
* {padding: 0; margin: 0; font-family: menlo;}
- header {display: block; background-color: #ddd;padding:10px; width: 300px; float: left; z-index: 2; position: relative;}
+ header {display: block; background-color: #ddd;padding:10px; width: 300px; float: left; z-index: 3; position: relative;}
body {padding: 0; margin: 0; background: #444444; }
#content { margin: 10px; position: relative; z-index: 2;}
canvas { margin-top: 80px; }