/* * Title: openSUSE.org stylesheet (Bento-Theme) * Author: Robert Lihm * 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; } }