Changeset fa6855 in indico


Ignore:
Timestamp:
06/08/10 11:33:36 (3 years ago)
Author:
Jose Benito <jose.benito.gonzalez@…>
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:
239ec5
Parents:
6e2ea5
git-author:
Pedro Ferreira <jose.pedro.ferreira@…> (06/01/10 14:30:23)
git-committer:
Jose Benito <jose.benito.gonzalez@…> (06/08/10 11:33:36)
Message:

[FIX] Deprecated HTML attributes

Location:
indico
Files:
2 edited

Legend:

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

    r7494a5 rfa6855  
    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

    r6e2ea5 rfa6855  
    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.