/***************************************************************************
 * 
 * Copyright (c) 2014 Baidu.com, Inc. All Rights Reserved
 * $Id$ 
 * 
 **************************************************************************/
 
 
 
/**
 * src/biz/foo.css ~ 2014/04/30 14:50:50
 * @author leeight(liyubei@baidu.com)
 * @version $Revision$ 
 * @description 
 *  
 **/
.logo {
    background: url('../common/logo.gif');
    background: url  (../common/logo.gif)  ;
    background: url(  '../common/logo.gif');
    background: url("../common/logo.gif");
    background: url("../common/logo.gif"    );
    background: url(  "../common/logo.gif"    );
}




















/* vim: set ts=4 sw=4 sts=4 tw=100: */
