X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=www%2Fjssrc%2Fblerg%2FTitle.js;h=17d62a218bd096858c4f5f3d57d0debdf700a119;hb=868758a60c47c984eb76bae45183d063981ebdd5;hp=53c87f21c7b2247a2a64074b18f73e360c7f2cec;hpb=80ad774f55998cc11e08694245dfd6cb1b49a86f;p=blerg.git diff --git a/www/jssrc/blerg/Title.js b/www/jssrc/blerg/Title.js index 53c87f2..17d62a2 100644 --- a/www/jssrc/blerg/Title.js +++ b/www/jssrc/blerg/Title.js @@ -1,7 +1,7 @@ enyo.kind({ name: "blerg.Title", kind: "Control", - style: "float: left; width: 40%", + classes: "blerg-title", published: { section: "" }, @@ -11,7 +11,7 @@ enyo.kind({ components: [ {kind: "Image", classes: "logo", src: "images/blerglogo.png", attributes: {width: 125, height: 122}}, {tag: "h1", components: [ - {kind: "blerg.Link", href: "#/", content: "Blërg!"} + {kind: "blerg.Link", href: "/#/", content: "Blërg!"} ]}, {tag: "h2", components: [ {name: "section", tag: "span"}