summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-06-23 10:13:38 -0400
committerJules Laplace <jules@okfoc.us>2015-06-23 10:13:38 -0400
commitc4860b7340f84caf291114a37eece5ce0498ee00 (patch)
tree2bb2c33b5f075e9537273cc488adf113f0b29dfe /index.html
parentbff03a8d7cec99b01e9967c0784b6ee6f4ed1703 (diff)
vertical palette
Diffstat (limited to 'index.html')
-rw-r--r--index.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/index.html b/index.html
index 7bb07ab..e498f9d 100644
--- a/index.html
+++ b/index.html
@@ -4,14 +4,14 @@
<body class="loading">
- <div>
+ <div id="workspace_rapper">
<div id="canvas_rapper" class="rapper"></div>
</div>
- <div style="clear:both;width: 300px;float: left;">
+ <div id="ui_rapper">
<div class="block" id="tools_block">
<div id="palette_rapper"></div>
- <span id="experimental_palette_toggle">.</div>
+ <span id="experimental_palette_toggle">.</span>
<div id="letters_rapper"></div>
<div id="custom_rapper"></div>
</div>
@@ -35,6 +35,7 @@
<span id="select_el" class="tool">select</span><br>
<span id="grid_el" class="tool">_ grid</span><br>
<span id="rotate_checkbox" class="tool">_ rotate</span><br>
+ <span id="vertical_checkbox" class="tool">_ vertical</span><br>
<br>
brush size: <span id="width_el" class="ed">5</span> x <span id="height_el" class="ed">5</span><br>
canvas size: <span id="canvas_width_el" class="ed">100</span> x <span id="canvas_height_el" class="ed">30</span><br>