[#81,css][s]: map view uses recline- naming for top level container plus minor simplifying rename for graph css (fixes #81).

This commit is contained in:
Rufus Pollock
2012-04-15 16:53:46 +01:00
parent 93e8b14a25
commit cb51f485c0
4 changed files with 16 additions and 16 deletions

View File

@@ -23,7 +23,7 @@ this.recline.View = this.recline.View || {};
my.Graph = Backbone.View.extend({
tagName: "div",
className: "recline-graph-container",
className: "recline-graph",
template: ' \
<div class="editor"> \

View File

@@ -26,7 +26,7 @@ this.recline.View = this.recline.View || {};
my.Map = Backbone.View.extend({
tagName: 'div',
className: 'data-map-container',
className: 'recline-map',
template: ' \
<div class="editor"> \