From 34deb37e1a26cb8817bf86ddf23d3600285a4292 Mon Sep 17 00:00:00 2001 From: Nick Isaacs Date: Thu, 15 Aug 2013 14:40:09 -0700 Subject: Can add articles to the main category. If there are articles for an app's main category, then it becomes clickable and acts like any other category. If there are no articles for a category, it isn't cilckable and has no hover animations. We no longer use the Title Label View since the main category is now a category button like any other. [endlessm/eos-sdk#259] --- data/css/eos-wikipedia-domain.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') diff --git a/data/css/eos-wikipedia-domain.css b/data/css/eos-wikipedia-domain.css index 60cba6b..c1d6199 100644 --- a/data/css/eos-wikipedia-domain.css +++ b/data/css/eos-wikipedia-domain.css @@ -9,7 +9,7 @@ padding-top: 15px; } -.title.front-page { +.title.main-element.category.front-page { font-size: 100px; } -- cgit v1.2.3