Actions
Patch #21258
closedUse <ul> to do pagination, styling in a GitHub like manner with improved handling in responsive mode
Start date:
Due date:
% Done:
0%
Estimated time:
Description
Patch 0003: use <ul> to do pagination for better styling capabilities
- The outer p.pagination is changed to span.pagination. This is required since lists are not allowed within <p>
- Change all items of the navigation to be <li>. This allows easy styling.
Patch 0004: change the pagination to a GitHub like style that is also easier to handle in responsive mode. Screenshot provided.
Files
Related issues
Actions