[MGNLSTK-1472] Remove deleted image-references from theme's stylesheets Created: 24/Mar/15 Updated: 02/Jul/18 Resolved: 02/Jul/18 |
|
| Status: | Closed |
| Project: | Magnolia Standard Templating Kit (closed) |
| Component/s: | themepop |
| Affects Version/s: | None |
| Fix Version/s: | 2.8.x, 2.9.x |
| Type: | Bug | Priority: | Neutral |
| Reporter: | Philip Mundt | Assignee: | Unassigned |
| Resolution: | Won't Do | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Template: |
|
| Acceptance criteria: |
Empty
|
| Date of First Response: |
| Description |
|
templating-kit/themes/pop/css/small.css still references deleted images, causing 404s when the respective style sheet is loaded (smal screen size):
#extras #module .toc-box {
background: #f2f2f2 url(../img/bgs/text-box-300.png) -350px 100% no-repeat;
width: 300px;
}
#extras .toc-box h2,
#extras #module .toc-box h2 {
background: #000 url(../img/bgs/text-box-300.png) 0 0 no-repeat;
}
#extras ol.toc-box-toc,
#extras #module ol.toc-box-toc {
background: #000 url(../img/bgs/text-box-300.png) 0 -27px no-repeat;
width: 298px;
}
#extras .toc-box .toc-box-section,
#extras #module .toc-box .toc-box-section {
background: #f2f2f2 url(../img/bgs/text-box-300.png) -700px 100% repeat-y;
width: 284px;
}
/* Different images for .nav-col */
.nav-col #main .text-box-tabs {
background: #f2f2f2 url(../img/bgs/text-box.png) -540px 100% no-repeat;
width: 460px;
}
.nav-col .text-box-tabs .text-box-section {
width: 446px;
background: #f2f2f2 url(../img/bgs/text-box.png) -1040px 100% repeat-y;
}
.nav-col #main .text-box-tabs h2 {
background: #000000 url(../img/bgs/text-box.png) 0 0 no-repeat;
}
.nav-col ol.text-box-toc {
background: #000 url(../img/bgs/text-box.png) 0 -30px no-repeat;
}
../img/bgs/text-box-300.png and related have been deleted. |
| Comments |
| Comment by Jan Haderka [ 02/Jul/18 ] |
|
STK have been deprecated in September 2017. As part of this project nearing end-of-life, we are not planning to fix any of the existing issues except for the critical security issues. For more details, please consult documentation. |