1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-23 08:43:02 +02:00

[ticket/12265] Remove ugly logic.

PHPBB3-12265
This commit is contained in:
Cesar G
2014-04-08 04:48:57 -07:00
parent eae37267a5
commit df8832455d
3 changed files with 12 additions and 47 deletions

View File

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