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

[BUG] Minor style issues and wrong links for the plain option #765

Open
lguariento opened this issue Jan 17, 2022 · 0 comments
Open

[BUG] Minor style issues and wrong links for the plain option #765

lguariento opened this issue Jan 17, 2022 · 0 comments

Comments

@lguariento
Copy link

lguariento commented Jan 17, 2022

Generating an eXist-db application with the latest 5.1.0 version and choosing the plain template, the navigation has minor css issues:

Screenshot 2022-01-17 at 17-08-59 My amazing McLagan application

A working code snippet for the navigation in Bootstrap 5.1.3 is:

        <nav class="navbar navbar-expand-lg navbar-dark bg-dark">
            <div class="container-fluid">
                <a class="navbar-brand" href="./index.html">Navbar</a>
                <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavDarkDropdown" aria-controls="navbarNavDarkDropdown" aria-expanded="false" aria-label="Toggle navigation">
                    <span class="navbar-toggler-icon"></span>
                </button>
                <div class="collapse navbar-collapse" id="navbarNavDarkDropdown">
                    <ul class="navbar-nav">
                        <li class="nav-item dropdown">
                            <a class="nav-link dropdown-toggle" href="#" id="navbarDarkDropdownMenuLink" role="button" data-bs-toggle="dropdown" aria-expanded="false">
                                Dropdown
                            </a>
                            <ul class="dropdown-menu dropdown-menu-dark" aria-labelledby="navbarDarkDropdownMenuLink">
                                <li><a class="dropdown-item" href="#">Action</a></li>
                                <li><a class="dropdown-item" href="#">Another action</a></li>
                                <li><a class="dropdown-item" href="#">Something else here</a></li>
                            </ul>
                        </li>
                    </ul>
                </div>
            </div>
        </nav>

Also, the link for Bootstrap in the start page:

The page template uses the Bootstrap CSS library for the page layout.

is a 404.

duncdrum added a commit to duncdrum/generator-exist that referenced this issue Apr 26, 2022
duncdrum added a commit to duncdrum/generator-exist that referenced this issue Apr 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant