Details
-
Improvement
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Duplicate
-
3.0.10-RC3
-
None
Description
This is extremely annoying when people post screenshots, the issue can be seen in loads of thread on the forum here.
In styles/prosilver/theme/common.css
Find |
img {
|
border-width: 0;
|
}
|
Replace with |
img {
|
border-width: 0;
|
max-width: 100%;
|
}
|
Same thing for subsilver2 in stylesheet.css
Attachments
Issue Links
- was obsoleted by solution of
-
PHPBB3-11552 Responsive design for prosilver
-
- Unverified Fix
-