Ignore:
Timestamp:
Jul 16, 2009, 12:43:16 AM (15 years ago)
Author:
tiico
Message:

some minor corrections
add block.tpl from pwg_stuff (for flopure)
add prometeus module (javascript)
[TO BE COMPLETED]

Location:
extensions/Flash_Gallery/template
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/Flash_Gallery/template/blocks.tpl

    r3531 r3599  
    1 <div class="content flash_block">
     1<div class="content flashgal_block">
    22{foreach from=$blocks item=block key=key}
    33    <div id="flashgal_block_{$block.ID}">
  • extensions/Flash_Gallery/template/index.css

    r3531 r3599  
    33}
    44
    5 .stuffs_block {
     5.flashgal_block {
    66  background-color: transparent;
    77  background-image: none;
     
    1111}
    1212
    13 .stuffs {
    14   margin: 1em 0;
     13.flashgal {
     14  margin: 0 0 1em;
    1515  overflow: hidden;
    1616}
     
    5757
    5858/* Hack IE6 */
    59 * html  .stuffs, * html .middle_block { overflow-y: visible; }
     59* html  .flashgal, * html .middle_block { overflow-y: visible; }
Note: See TracChangeset for help on using the changeset viewer.