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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user