We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0774549 commit 86d7afeCopy full SHA for 86d7afe
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
@@ -111,7 +111,7 @@ ul.nav-list.box-right {
111
}
112
113
.irc-chat {
114
- @width: 155px;
+ @width: 160px;
115
@height: 36px;
116
@left: 10px;
117
@border-margin: 5px;
@@ -130,7 +130,6 @@ ul.nav-list.box-right {
130
131
a {
132
color: #fff;
133
- font-weight: bold;
134
135
136
/* dotted border */
0 commit comments