diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-10-10 21:07:50 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-10-10 21:07:50 -0400 |
| commit | bc63a639bbd224adfc8012b100c1b277e2774afb (patch) | |
| tree | 43dbcc8152e47a898f7cfd303061a8dc301ea5c2 | |
| parent | 031b75cdcaa994ad677f29e61932e4078ba96f4c (diff) | |
z
| -rw-r--r-- | public/assets/javascripts/rectangles/engine/rooms/_walls.js | 1 | ||||
| -rwxr-xr-x | public/assets/stylesheets/app.css | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/public/assets/javascripts/rectangles/engine/rooms/_walls.js b/public/assets/javascripts/rectangles/engine/rooms/_walls.js index 80d30c6..0da3b9a 100644 --- a/public/assets/javascripts/rectangles/engine/rooms/_walls.js +++ b/public/assets/javascripts/rectangles/engine/rooms/_walls.js @@ -113,7 +113,6 @@ if (! wall_data) { return } var wall = base.lookup[ wall_data.id ] if (! wall) { - console.log(wall_data); return } wall.deserialize( wall_data ) diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 4bae1de..509deb5 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -1505,7 +1505,7 @@ border-left: 1px solid black; .wallpaper .wallpaperRemove { cursor: pointer; border-top: 1px solid black; - padding: 4px 0 0 0; + padding: 0; } .wallpaper .wallpaperRemove img { width: 18px; |
