mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/11552] Limit width of linklists
Limit width of left/right aligned link lists PHPBB3-11552
This commit is contained in:
@@ -384,6 +384,10 @@ ul.linklist li.responsive-menu a.responsive-menu-link:before {
|
||||
border-top: 0.375em double transparent;
|
||||
}
|
||||
|
||||
.hasjs ul.linklist.leftside, .hasjs ul.linklist.rightside {
|
||||
max-width: 48%;
|
||||
}
|
||||
|
||||
/* Bulletin icons for list items
|
||||
----------------------------------------*/
|
||||
ul.linklist.bulletin li:before {
|
||||
|
Reference in New Issue
Block a user