Uploaded image for project: 'Skin Intranet Cards'
  1. Skin Intranet Cards
  2. SKINCARDS-161

title and subtitle not similar between sketch and skin

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Unresolved
    • Icon: Minor Minor
    • 1.26.0
    • None
    • Sketch
    • None

      On the sketch the subtitle is not displayed and the title is displayed with a span
       

      <div class="ametys-hero">
      <img src="./resources/zones/hero/img/slide-2.jpg" alt="Image">
      <span class="ametys-hero__title">Bienvenue sur votre nouvel intranet </span>
      </div>
      

       

       

      on the skin 'noyau' the title is displayed with an H1 and the subtitle with a span:
       

      <h1 class="ametys-hero__title">
      <xsl:value-of select="$title"/>
      <xsl:if test="$subtitle != ''">
      <span class="ametys-content-subtitle"><xsl:value-of select="$subtitle"/></span>
      </xsl:if>
      </h1>
      

       

            Unassigned Unassigned
            lbouziat Léa Bouziat
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: