mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-27 04:18:55 +00:00
Compare commits
No commits in common. "d365f17ebde1cf3e57b4749bf91e2c9e7592fb7f" and "477f5d9e1db990bd70fdff64b696b1b0810e95d3" have entirely different histories.
d365f17ebd
...
477f5d9e1d
1 changed files with 11 additions and 0 deletions
|
@ -329,6 +329,17 @@ function parseDocument($container) {
|
||||||
}, 100);
|
}, 100);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Adjust HTML code for IE8 and older versions
|
||||||
|
*/
|
||||||
|
// if (oldBrowser) {
|
||||||
|
// // Fix .linklist.bulletin lists
|
||||||
|
// $container
|
||||||
|
// .find('ul.linklist.bulletin > li')
|
||||||
|
// .filter(':first-child, .rightside:last-child')
|
||||||
|
// .addClass('no-bulletin');
|
||||||
|
// }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Resize navigation (breadcrumbs) block to keep all links on same line
|
* Resize navigation (breadcrumbs) block to keep all links on same line
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue