We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a31021f commit 7480622Copy full SHA for 7480622
root/inc/release-info.html
@@ -50,7 +50,7 @@
50
</li>
51
<% IF irc.web %>
52
<li class="irc-chat">
53
- <div><a href="<% irc.web %>">Chat with Maintainers</a></div>
+ <div><a href="<% irc.web %>">Questions? Chat with us!</a></div>
54
55
<% END %>
56
<% IF release.license %>
root/static/less/nav-list.less
@@ -127,7 +127,7 @@
127
}
128
129
.irc-chat {
130
- @width: 155px;
+ @width: 160px;
131
@height: 36px;
132
@left: 10px;
133
@border-margin: 5px;
@@ -146,7 +146,6 @@
146
147
a {
148
color: #fff;
149
- font-weight: bold;
150
151
152
/* dotted border */
0 commit comments