Skip to content

Commit

Permalink
Merge pull request #117 from joeyw/next-fix-css-links
Browse files Browse the repository at this point in the history
Next fix css links in layout
  • Loading branch information
holman committed Mar 20, 2012
2 parents 6cfa2c9 + 2f7ccc8 commit 00be80c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/templates/layout.mustache
Expand Up @@ -2,13 +2,13 @@

<head>

<meta charset="utf-8" />
<meta charset="utf-8">
<meta name="apple-mobile-web-app-capable" content="yes">

<link rel="stylesheet" href="/css/reset.css">
<link rel="stylesheet" href="/css/base.css">
<link ref="stylesheet" href="/css/jquery.ui.css">
<link media="only screen and (max-device-width: 480px)" href="/css/iphone.css" type="text/css" rel="stylesheet" />
<link rel="stylesheet" href="/css/jquery.ui.css">
<link media="only screen and (max-device-width: 480px)" href="/css/iphone.css" type="text/css" rel="stylesheet">
<link media="only screen and (aspect-ratio: 16/9)" href="/css/tv.css" rel="stylesheet" type="text/css">

<link href='//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,700,600' rel='stylesheet' type='text/css'>
Expand Down

0 comments on commit 00be80c

Please sign in to comment.