Changeset 77 for img

Show
Ignore:
Timestamp:
03/07/10 01:21:48 (6 months ago)
Author:
daniel
Message:

- Fixed: Load css file last to fix a display bug in chrome, see http://code.google.com/p/chromium/issues/detail?id=5388

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • img/trunk/lib/functions.php

    r75 r77  
    256256                <meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" /> 
    257257                <title><?php echo $title; ?></title> 
    258                 <link rel="stylesheet" type="text/css" href="css/style.css" /> 
    259258                <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> 
    260259                <script type="text/javascript"> 
     
    274273        $('a[rel*=lightbox]').lightBox(); // Select all links that contains lightbox in the attribute rel 
    275274}); 
    276 </script> 
     275                </script> 
     276                <link rel="stylesheet" type="text/css" href="css/style.css" /> 
    277277<?php 
    278278        }