Skip to content

Commit 86d7afe

Browse files
committed
reword irc message
1 parent 0774549 commit 86d7afe

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

root/inc/release-info.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
</li>
5151
<% IF irc.web %>
5252
<li class="irc-chat">
53-
<div><a href="<% irc.web %>">Chat with Maintainers</a></div>
53+
<div><a href="<% irc.web %>">Questions? Chat with us!</a></div>
5454
</li>
5555
<% END %>
5656
<% IF release.license %>

root/static/less/nav-list.less

+1-2
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ ul.nav-list.box-right {
111111
}
112112

113113
.irc-chat {
114-
@width: 155px;
114+
@width: 160px;
115115
@height: 36px;
116116
@left: 10px;
117117
@border-margin: 5px;
@@ -130,7 +130,6 @@ ul.nav-list.box-right {
130130

131131
a {
132132
color: #fff;
133-
font-weight: bold;
134133
}
135134

136135
/* dotted border */

0 commit comments

Comments
 (0)