1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-30 19:49:54 +02:00

[ticket/12265] Add contact icon and remove border from last row & cells.

PHPBB3-12265
This commit is contained in:
Cesar G
2014-04-10 05:58:20 -07:00
parent ec145419ed
commit 11dd010f84
6 changed files with 70 additions and 46 deletions

View File

@@ -254,14 +254,10 @@ ul.profile-icons.responsive a.responsive-menu-link:before {
padding: 8px;
}
.contact-icons a:nth-child(4) {
.contact-icons .last-cell {
border-right: none;
}
.contact-icons a:nth-child(5) {
clear: left;
}
.contact-icons div:last-child a {
border-bottom: none;
}