mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-09 19:26:53 +02:00
Merge pull request #2337 from prototech/ticket/12130
[ticket/12130] Fix issue with li:first-child in <ul> having a bullet in IE8. * prototech/ticket/12130: [ticket/12130] Fix issue with li:first-child in <ul> having a bullet in IE8.
This commit is contained in:
@ -433,11 +433,11 @@ ul.linklist.bulletin li:before {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ul.linklist.bulletin li:first-child:before, ul.linklist.bulletin li.rightside:last-child:before {
|
ul.linklist.bulletin li:first-child:before, ul.linklist.bulletin li.rightside:last-child:before {
|
||||||
display: none;
|
content: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.linklist.bulletin li.no-bulletin:before {
|
ul.linklist.bulletin li.no-bulletin:before {
|
||||||
display: none;
|
content: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.responsive-menu:before {
|
.responsive-menu:before {
|
||||||
|
Reference in New Issue
Block a user