/**
* MyProjectNameHere <http://www.example.com>
* Main Stylesheet
*
* General use stylesheet that is loaded by WWW_controller_view. All styles can be defined
* in this file and this file is generally loaded as the first CSS file in the system after
* reset CSS. It is possible to pre-load images based on the example in this file.
*
* @package View Controller
* @author DeveloperNameHere <email@example.com>
* @copyright Copyright (c) 2012, ProjectOwnerNameHere
* @license Unrestricted
* @tutorial /doc/pages/guide_view.htm
* @since 1.0.0
* @version 1.0.0
*/
/**
* You can load multiple files like this:
* body:after {
* content: url('images/logo.png') url('images/logo.png');
* display: none;
* }
*/
|