/* Custom CSS overrides for SimpleGFX documentation */

/* Hide author information in file documentation */
.textblock dl.section.author {
    display: none;
}

/* Alternative selector for different Doxygen versions */
dl.author {
    display: none;
}

.author {
    display: none;
}
