mobile.css
/**
* @author Jeff a.k.a. (topdown / phpbbxpert)
* @package Valid Webs Mobile Sample - mobile.css
* @version $Id: mobile.css 9 2010-08-11 01:53:15Z topdown $
* Created Aug 10, 2010, 6:18:09 PM
* @copyright (c) 2009-10 Valid-Webs.com
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*/
body {
background: #888;
font-size: 22px;
line-height: 30px;
}
h2, h3, h4, h5 {
font-size: 1em;
}
#page {
max-width: 400px;
padding: 0 20px 0 0; /* Fix for the border */
}
#header {
max-width: 400px;
}
#nav {
max-width: 400px;
height: 40px;
}
#content {
max-width: 400px;
}
#footer {
font-size: 14px;
max-width: 400px;
}