mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +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;
|
border-top: 0.375em double transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.hasjs ul.linklist.leftside, .hasjs ul.linklist.rightside {
|
||||||
|
max-width: 48%;
|
||||||
|
}
|
||||||
|
|
||||||
/* Bulletin icons for list items
|
/* Bulletin icons for list items
|
||||||
----------------------------------------*/
|
----------------------------------------*/
|
||||||
ul.linklist.bulletin li:before {
|
ul.linklist.bulletin li:before {
|
||||||
|
Reference in New Issue
Block a user