Improve header and footer menu generation with <ul> and <li> tags #10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I would like to be able to customize the look of the generated menu in the header and footer. In order to do this we need to generate the items in an undordered list as list items with
<ul>and<li>.I have updated
scripts/build/templates.shto include these elements. However, the css for the existing themes include the following:Therefore, we need to create additional css properties for each theme to decorate the menu in the header and footer like such:
Here is the diff for
scripts/build/templates.shI would like to add, I'm still working on tweaking the CSS mentioned above, and I need to test it on other themes to make sure it doesn't cause any strangeness.