Change to rems

This commit is contained in:
Mike Francis 2013-07-04 22:32:29 +01:00
parent 1c26a1bb56
commit 0b2f6414e2
7 changed files with 121 additions and 34 deletions

View file

@ -4,8 +4,9 @@
<meta charset="<?php bloginfo( 'charset' ); ?>" />
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1.0" />
<meta name="HandheldFriendly" content="true" />
<title><?php wp_title( ' &ndash; ', true, 'right' ); bloginfo( 'name' ); ?></title>
<title><?php wp_title( ' / ', true, 'right' ); bloginfo( 'name' ); ?></title>
<link rel="stylesheet" href="<?php bloginfo( 'stylesheet_url' ); ?>" />
<link rel="stylesheet" href="http://basehold.it/21" />
<?php wp_head(); ?>
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
@ -14,7 +15,6 @@
<body <?php body_class(); ?>>
<header class="header" role="banner">
<div class="container">
<a href="<?php echo site_url(); ?>"><img src="<?php header_image(); ?>" alt="<?php bloginfo( 'name' ); ?>" /></a>
<nav role="navigation">
<ul class="nav">
<?php wp_list_pages( 'title_li=' ); ?>