1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

Merge remote-tracking branch 'PayBas/ticket/13163' into develop-ascraeus

* PayBas/ticket/13163:
  [ticket/13163] Check for images
  [ticket/13163] Terminate timely when no data-last links exist
  [ticket/13163] Fix responsive link lists
This commit is contained in:
Cesar G
2014-10-16 19:19:53 -07:00
2 changed files with 127 additions and 124 deletions

View File

@@ -1289,18 +1289,10 @@ ul.linklist:after,
width: 50px;
}
.dropdown .clone {
.dropdown .clone.hidden + li.separator {
display: none;
}
.responsive .dropdown .clone {
display: inherit;
}
.dropdown .clone + li.separator {
display: none;
}
.responsive .dropdown .clone + li.separator {
display: inherit;
.dropdown .clone.hidden + li {
border-top: none;
}