|
12345678910111213 |
- /*
- * Title: openSUSE.org stylesheet (Bento-Theme)
- * Author: Robert Lihm <rlihm@opensuse.org>
- * Copyright (c) 2009 AUTHORS.txt (http://www.opensuse.org)
- * Licensed under the MIT (MIT-LICENSE.txt) license.
- */
-
- @import url("../../../../css/reset.css"); /* reset default browser settings */
- @import url("../../../../css/grid.css"); /* add fluid 960 Grid System */
- @import url("../../../../css/base.css"); /* Basic CSS - Common styles */
- @import url("../../../../css/base.fluid.fix.css"); /* Fixes for Bento with fluid 960gs */
- @import url("../../../../css/style.css");
- @import url("../../../../css/style.fluid.css");
|