Apache-Directory-Listing
Apache-Directory-Listing copied to clipboard
Changing font size does not affect the Filename Column
Thank you for this. This fit my needs perfectly with a little tweaking for my old eyes. Increasing the font size in common.css doesn't actually change the font sized for the directory names. I'm not web developer so my "fix" may be completely inappropriate but this is what I changed to make it work:
In table.css add:
- Adding font size control to the Filename column. */ table tr .indexcolname a { font-size: 0.875rem; }, table tr .indexcollastmod a, table tr .indexcolsize a { border-bottom: 1px solid transparent; }
Thanks again for the project.