Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit f5d4aa8

Browse files
1 parent e1c2715 commit f5d4aa8

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/css/style-challenges.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@
4949
padding: 0;
5050
}
5151

52+
.header-container .listings {
53+
line-height: 18px;
54+
font-size: 16px;
55+
}
56+
5257
body, #wrapper {
5358
min-width: 1024px !important;
5459
}

wp/wp-content/themes/tcs-responsive/ng-page-challenges.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ function add_base_url() {
5454
<span class="subscribeTopWrapper">
5555
<a class="feedBtn" ng-href="http://feeds.topcoder.com/challenges/feed?list=active&contestType={{contest.contestType || 'all'}}" title="Subscribe to challenges"></a>
5656
</span>
57+
<div><a href="/listings" class="listings">Get a glimpse of the new challenge listing page <sup>(alpha version)</sup></a></div>
5758
</header>
5859
</div>
5960

0 commit comments

Comments
 (0)