diff --git a/js/page/home.js b/js/page/home.js index 2898c2ba9..f890f4845 100644 --- a/js/page/home.js +++ b/js/page/home.js @@ -207,27 +207,55 @@ var FeaturedContentItem = React.createClass({ var featuredContentStyle = { width: '100%', marginTop: '-8px', +}, featuredContentLegendStyle = { + fontSize: '12px', + color: '#aaa', + verticalAlign: '15%', }; var FeaturedContent = React.createClass({ render: function() { return (
-

Featured Content

+
+
+

Featured Content

+
+
+

Community Content

+
+
+
- + +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
); }