There are a little bug to style Quantum Codex on Index page with "navcrumbs". To fix it.
1. Open common.css
Line 295 - Find and Replace all.
Code: Select all
.navcrumbs {
display: block;
width: 61.900%;
padding: 1.690em 0;
margin: 0;
overflow: hidden;
}
Code: Select all
.day-time {
float: right;
width: 37.500%;
margin-top: 0.500em;
padding: 0.400em 0 0.400em 0;
font-size: 1.000em;
clear: right;
}
Thank you and have a nice day
Patrice