-
Type:
Improvement
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Duplicate
-
Affects Version/s: 3.0.10-RC3
-
Fix Version/s: 3.1.0-a1
-
Component/s: Styles
-
Labels:None
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
- was obsoleted by solution of
-
PHPBB3-11552 Responsive design for prosilver
-
- Unverified Fix
-