Skip to content
This repository was archived by the owner on Nov 21, 2018. It is now read-only.

Commit 5dff27e

Browse files
committed
remove whitespace from irc button, add a border
1 parent bbf3437 commit 5dff27e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,9 @@ <h2>
3939
<div class="multi-button">
4040
<a class="button" target="_blank" href="http://webchat.freenode.net/?channels=io.js">
4141
Chat (IRC)
42-
</a>
43-
<a class="button" target="_blank" href="http://logs.libuv.org/io.js/latest">
42+
</a><!--
43+
remove whitespace
44+
--><a class="button" target="_blank" href="http://logs.libuv.org/io.js/latest">
4445
Logs
4546
</a>
4647
</div>

style.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,14 @@ abbr {
6161
}
6262
.multi-button .button {
6363
margin: 10px 0;
64+
border-right: 1px solid rgba(100, 100, 100, 0.08);
6465
}
6566
.multi-button .button:first-child {
6667
margin: 10px 0 10px 10px;
6768
border-radius: 3px 0 0 3px;
6869
}
6970
.multi-button .button:last-child {
7071
margin: 10px 10px 10px 0;
72+
border-right: none;
7173
border-radius: 0 3px 3px 0;
7274
}

0 commit comments

Comments
 (0)