Changeset 0d5340 in indico


Ignore:
Timestamp:
06/07/10 18:31:06 (3 years ago)
Author:
Pedro Ferreira <jose.pedro.ferreira@…>
Branches:
master, burotel, hello-world-walkthrough, ipv6, new-webex, v0.97-series, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, d9941f8582b36b24821a11ea5ba16fda6a457fb1
Children:
3df02f
Parents:
971b24
git-author:
Pedro Ferreira <jose.pedro.ferreira@…> (06/01/10 14:30:23)
git-committer:
Pedro Ferreira <jose.pedro.ferreira@…> (06/07/10 18:31:06)
Message:

[FIX] Deprecated HTML attributes

Location:
indico
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • indico/MaKaC/webinterface/stylesheets/include/indico.xsl

    rc18126 r0d5340  
    894894                  <div id="collaborationInfoLine{./id}" style="visibility: hidden; overflow: hidden;"> 
    895895                    <div class="collaborationDisplayInfoLine"> 
    896                     <table cellpadding="0" cellspacing="0"> 
     896                    <table> 
    897897                      <tbody> 
    898898                        <xsl:for-each select="./information/section"> 
  • indico/htdocs/css/Default.css

    r971b24 r0d5340  
    45204520} 
    45214521 
     4522div.collaborationDisplayInfoLine table { 
     4523    border-spacing: 0px; 
     4524} 
     4525 
    45224526span.collShowHideBookingsText { 
    45234527    font-style: italic; 
Note: See TracChangeset for help on using the changeset viewer.