summaryrefslogtreecommitdiff
path: root/wikipedia/EndlessWikipedia.js
diff options
context:
space:
mode:
authorRory MacQueen <rorymacqueen@gmail.com>2014-01-31 10:51:52 -0800
committerMatt Watson <mattdangerw@gmail.com>2014-02-07 17:12:25 -0800
commitc26c84148e5c3bac1b33585f1aeb3164dc8a7220 (patch)
treeefcf330ba29b85f9c04b75a116fb57a4bc5de81b /wikipedia/EndlessWikipedia.js
parent797a69187303640cb27a41522cd2147487a7c712 (diff)
Reorganize category page, add drop shadows
The code to build the category page was getting a little cluttered, to the point that it was hard to make changes. Restructured the gtk code to make it a bit cleaner, and added new drop shadows as per design -Rory & Matt [endlessm/eos-sdk#533]
Diffstat (limited to 'wikipedia/EndlessWikipedia.js')
-rw-r--r--wikipedia/EndlessWikipedia.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/wikipedia/EndlessWikipedia.js b/wikipedia/EndlessWikipedia.js
index cba5c3e..c6e003b 100644
--- a/wikipedia/EndlessWikipedia.js
+++ b/wikipedia/EndlessWikipedia.js
@@ -17,4 +17,6 @@ const STYLE_CLASS_CATEGORY_CLICKABLE = 'clickable';
const STYLE_CLASS_ARTICLE = 'article';
const STYLE_CLASS_FRONT_PAGE = 'front-page';
const STYLE_CLASS_CATEGORY_PAGE = 'category-page';
+const STYLE_CLASS_CATEGORY_VERTICAL_SEPARATOR = 'category-vertical-separator';
+const STYLE_CLASS_CATEGORY_HORIZONTAL_SEPARATOR = 'category-horizontal-separator';
const STYLE_CLASS_ARTICLES_PAGE = 'articles-page';