diff options
author | Eric Guzman | 2012-06-20 11:40:17 -0700 |
---|---|---|
committer | Eric Guzman | 2012-06-20 11:40:17 -0700 |
commit | e9783135c3a6c95b7ccc3a6e45f40a030a2a067c (patch) | |
tree | eedb2330b7ef04008690073f36fdc70348f2aa6c /js/panels/objects/object.reel/object.css | |
parent | 5b303f858ab78877f26f61e87230b010460ee03b (diff) | |
download | ninja-e9783135c3a6c95b7ccc3a6e45f40a030a2a067c.tar.gz |
Objects Tray - Use label instead of identifier for object name
Diffstat (limited to 'js/panels/objects/object.reel/object.css')
-rw-r--r-- | js/panels/objects/object.reel/object.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/panels/objects/object.reel/object.css b/js/panels/objects/object.reel/object.css index f090ade6..79b7647c 100644 --- a/js/panels/objects/object.reel/object.css +++ b/js/panels/objects/object.reel/object.css | |||
@@ -43,7 +43,7 @@ | |||
43 | margin: 0 auto 5px; | 43 | margin: 0 auto 5px; |
44 | width: 50px; | 44 | width: 50px; |
45 | } | 45 | } |
46 | .object-label { | 46 | .object-name { |
47 | color: #fff; | 47 | color: #fff; |
48 | display: block; | 48 | display: block; |
49 | text-align: center; | 49 | text-align: center; |