UNPKG

edp-webserver

Version:
55 lines (29 loc) 667 B
/*************************************************************************** * * Copyright (c) 2014 Baidu.com, Inc. All Rights Reserved * $Id$ * **************************************************************************/ /** * edp-issue-166.less ~ 2014/03/14 13:31:51 * @author leeight(liyubei@baidu.com) * @version $Revision$ * @description * **/ // Variables @mySelector: banner; // Usage .@{mySelector} { font-weight: bold; line-height: 40px; margin: 0 auto; } // Variables @images: "../img"; // Usage body { color: #444; background: url("@{images}/white-sand.png"); } /* vim: set ts=4 sw=4 sts=4 tw=100: */