Uploaded image for project: 'Magnolia Standard Templating Kit (closed)'
  1. Magnolia Standard Templating Kit (closed)
  2. MGNLSTK-1472

Remove deleted image-references from theme's stylesheets

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: Neutral Neutral
    • 2.8.x, 2.9.x
    • None
    • themepop
    • None

      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.

        Acceptance criteria

              Unassigned Unassigned
              pmundt Philip Mundt
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: