We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1c2715 commit f5d4aa8Copy full SHA for f5d4aa8
src/css/style-challenges.css
@@ -49,6 +49,11 @@
49
padding: 0;
50
}
51
52
+.header-container .listings {
53
+ line-height: 18px;
54
+ font-size: 16px;
55
+}
56
+
57
body, #wrapper {
58
min-width: 1024px !important;
59
wp/wp-content/themes/tcs-responsive/ng-page-challenges.php
@@ -54,6 +54,7 @@ function add_base_url() {
<span class="subscribeTopWrapper">
<a class="feedBtn" ng-href="http://feeds.topcoder.com/challenges/feed?list=active&contestType={{contest.contestType || 'all'}}" title="Subscribe to challenges"></a>
</span>
+ <div><a href="/listings" class="listings">Get a glimpse of the new challenge listing page <sup>(alpha version)</sup></a></div>
</header>
</div>
60
0 commit comments