/* BROWSER FLAGS (aerogutter/default): default */
/* -------------------------------- default -------------------------------- */
/* 
STANDARD CSS

Help
----
Path to the document's folder: /data/
Path to the design's data folder*: /styles/aerogutter/data/

Example how to link images:
File in the user's DATA folder:
  background-image: url("/data/Images/wysiwyg-uploaded-image.jpg");
File in the Design DATA folder (in /styles/aerogutter/data/) - prefered way is to use path relative to this CSS:
  background-image: url("../data/template.jpg");

To upload your files use the WebDAV interface.

*/

