Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not compatible with dir or pagelist plugins #242

Closed
huksley opened this issue Aug 16, 2016 · 2 comments
Closed

Not compatible with dir or pagelist plugins #242

huksley opened this issue Aug 16, 2016 · 2 comments

Comments

@huksley
Copy link

huksley commented Aug 16, 2016

Description

There is issues in displaying ~~DIR~~ or pagelist command.
It caused by ~~DIR~~ rendering first row in table with class="row" which is obviously used by Bootstrap CSS itself.

Versions

  • Theme - Latest Release from update manager
  • DokuWiki - Release 2016-06-26a "Elenor of Tsort"
@huksley
Copy link
Author

huksley commented Aug 16, 2016

Fixed by following CSS

table.pagelist tbody tr.row::before {
    display: none;
}

@giterlizzi
Copy link
Owner

Thank you for the patch! Added in dev branch.

Joseph

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants