X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=www%2Fjssrc%2Fblerg%2FWelcome.js;h=2d3357e6f71fa5c09230c5c41107dbafcdc5415f;hb=c8ad4bb20cb1e10d5ac906ce1928357d1e4b3180;hp=32301cea49d90916fe8cf48c2bc67d44b6564f1d;hpb=80ad774f55998cc11e08694245dfd6cb1b49a86f;p=blerg.git diff --git a/www/jssrc/blerg/Welcome.js b/www/jssrc/blerg/Welcome.js index 32301ce..2d3357e 100644 --- a/www/jssrc/blerg/Welcome.js +++ b/www/jssrc/blerg/Welcome.js @@ -10,14 +10,14 @@ enyo.kind({ }, components: [ {components: [ - {style: "float: right; text-align: center; margin: 0 0 1em 1em", components: [ - {style: "font-size: 14pt; margin-bottom: 4pt", content: "Curious? Click this unbelievably obnoxious button!"}, - {kind: "onyx.Button", content: "I want to Blërg!", style: "font-size: 40pt; padding: 1em; background-color: #C0F; color: #F88", onclick: "startSignup"} + {style: "float: right; text-align: center; margin: 0 0 1em 1em;", components: [ + {style: "font-size: 14pt; margin-bottom: 4pt;", content: "Curious? Click this unbelievably obnoxious button!"}, + {kind: "onyx.Button", content: "I want to Blërg!", style: "font-size: 40pt; padding: 1em; background-color: #C0F; color: #F88;", onclick: "startSignup"} ]} ]}, {allowHtml: true, content: '

I am 12 and what is this

Blërg is a microblogging platform. Or maybe a miniblogging platform. Blërg is not sure. Blërg is a lot like Twitter, but aims to fix some of its idiosyncracies. Blërg does not want to be a full blogging platform like Wordpress or Livejournal. Blërg is also an open source tagged text database engine written in C that does the back-end work. Blërg\'s author finds it entertaining to anthropomorphize Blërg in the third person.

'}, {name: "moreLink", kind: "blerg.Link", onNavigate: "loadMore", content: "Tell me more..."}, - {style: "clear: both"}, + {style: "clear: both;"}, {name: "contentBox", allowHtml: true}, {classes: "latest", components: [ {tag: "h2", content: "Latest posts"}, @@ -64,7 +64,7 @@ enyo.kind({ content: "#" + v, classes: "ref" }); - this.$.latestTags.createComponent({noDom: true, content: " "}); + this.$.latestTags.createComponent({tag: null, content: " "}); } this.$.latestTags.render();