mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/11552] Limit width of linklists
Limit width of left/right aligned link lists PHPBB3-11552
This commit is contained in:
parent
dbb6fc2ebe
commit
70a4bab9ed
1 changed files with 4 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue