You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- /*
- * 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("reset.css"); /* reset default browser settings */
- @import url("grid.css"); /* add fluid 960 Grid System */
- @import url("base.css"); /* Basic CSS - Common styles */
- @import url("base.fluid.fix.css"); /* Fixes for Bento with fluid 960gs */
-
- @media only screen and (max-width: 870px) {
- #content {
- width: 96%;
- margin-left: 2%;
- margin-right: 2%;
- }
- #header-home {
- display: none;
- }
- #global-navigation {
- padding: 0;
- }
- }
|