diff --git a/editor/svg-editor.css b/editor/svg-editor.css
index 7326efcd..6e2ada99 100644
--- a/editor/svg-editor.css
+++ b/editor/svg-editor.css
@@ -251,12 +251,12 @@ div.color_block {
#svg_editor #tool_fhellipse { background: 2px 2px url('images/freehand-circle.png') no-repeat; }
#svg_editor #tool_stacktop { background: 2px 2px url('images/move_top.png') no-repeat; }
#svg_editor #tool_stackbottom { background: 2px 2px url('images/move_bottom.png') no-repeat; }
-#svg_editor #tool_aligntop { background: 2px 2px url('images/align-vertical-top.png') no-repeat; }
-#svg_editor #tool_alignmiddle { background: 2px 2px url('images/align-vertical-middle.png') no-repeat; }
-#svg_editor #tool_alignbottom { background: 2px 2px url('images/align-vertical-bottom.png') no-repeat; }
-#svg_editor #tool_alignleft { background: 2px 2px url('images/align-horizontal-left.png') no-repeat; }
-#svg_editor #tool_aligncenter { background: 2px 2px url('images/align-horizontal-center.png') no-repeat; }
-#svg_editor #tool_alignright { background: 2px 2px url('images/align-horizontal-right.png') no-repeat; }
+#svg_editor #tool_aligntop { background: 2px 2px url('images/align-top.png') no-repeat; }
+#svg_editor #tool_alignmiddle { background: 2px 2px url('images/align-middle.png') no-repeat; }
+#svg_editor #tool_alignbottom { background: 2px 2px url('images/align-bottom.png') no-repeat; }
+#svg_editor #tool_alignleft { background: 2px 2px url('images/align-left.png') no-repeat; }
+#svg_editor #tool_aligncenter { background: 2px 2px url('images/align-center.png') no-repeat; }
+#svg_editor #tool_alignright { background: 2px 2px url('images/align-right.png') no-repeat; }
/* TODO: figure out what more-specific selector causes me to write this atrocity and not
simply .tool_flyout_button */
diff --git a/editor/svg-editor.html b/editor/svg-editor.html
index 04f09b47..a0e5fa92 100644
--- a/editor/svg-editor.html
+++ b/editor/svg-editor.html
@@ -89,12 +89,12 @@
-
-
-
-
-
-
+