/***************************************************************************
 * 
 * Copyright (c) 2013 Baidu.com, Inc. All Rights Reserved
 * $Id$ 
 * 
 **************************************************************************/
 
 
 
/**
 * data/css-compressor/default.css ~ 2013/09/28 20:43:24
 * @author leeight(liyubei@baidu.com)
 * @version $Revision$ 
 * @description 
 *  
 **/
div {
    color: red;
    background: url(/foo.png);
}

a {
    text-decoration: none;
    background: url(bar.png);
}

span {
    background: url(//www.baidu.com/img/logo.png)
}




















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