Actions
Bug #43
closedJail.css Issues
Status:
Closed
Priority:
Normal
Assignee:
-
Description
https://photographers.d3photography.com/css/jail.css
- #school_list { width: 400px; left: 20%; margin: 0 auto; top: 25%; position: absolute; z-index: 9999999; background-color: #fff; height: 550px; overflow: auto; font-size: 1.5em; padding: 2em; border: 1px solid black; } -- this is duplicated on Lines 250 and 43; may just be because of length of line and the code copied in media query tag
- A '/' follows the end of the line at line 46 and again later for the same tag; may just be because of length of line and the code copied in media query tag
- Line 71 for .functions div.items img, my analyzer is showing an issue with the padding portion. Replacing with: "padding-right: .5em; padding-left: .5em;" seems to fix.
I think most of the CSS after end of the media query on Line 210 is a duplicate of previous code.
Files
Updated by ryan coleman almost 2 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
- Estimated time set to 0:06 h
Good catches -- these are cleaned up.
Updated by Caleb Williams almost 2 years ago
It appears that https://www.d3photography.com/css/jail.css has been updated, but https://photographers.d3photography.com/css/jail.css has not.
https://photographers.d3photography.com/ calls both files:

Actions