Skip to content

Commit

Permalink
more shortcut icon trimming [issue 2]
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Pilgrim committed May 18, 2011
1 parent b31972a commit b595cdc
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion examples/blog-html5.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link rel="stylesheet" href="style-html5.css" />
<link rel="alternate" type="application/atom+xml" title="My Weblog feed" href="/feed/" />
<link rel="search" type="application/opensearchdescription+xml" title="My Weblog search" href="opensearch.xml" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="icon" href="/favicon.ico" />
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion examples/blog-original.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link rel="stylesheet" type="text/css" href="style-original.css" />
<link rel="alternate" type="application/atom+xml" title="My Weblog feed" href="/feed/" />
<link rel="search" type="application/opensearchdescription+xml" title="My Weblog search" href="opensearch.xml" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="icon" href="/favicon.ico" />
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion examples/input-autofocus-with-fallback-custom-event.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
});
</script>
<link rel="stylesheet" href="style-html5.css" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="icon" href="/favicon.ico" />
<meta name=viewport content='initial-scale=1.0' />
</head>

Expand Down
2 changes: 1 addition & 1 deletion examples/input-autofocus-with-fallback-document-ready.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
});
</script>
<link rel="stylesheet" href="style-html5.css" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="icon" href="/favicon.ico" />
<meta name=viewport content='initial-scale=1.0' />
</head>

Expand Down
2 changes: 1 addition & 1 deletion examples/input-autofocus-with-fallback.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>&lt;input autofocus> fallback - Dive Into HTML 5</title>
<!--[if lt IE 9]><script src="../j/html5.js"></script><![endif]-->
<link rel="stylesheet" href="style-html5.css" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="icon" href="/favicon.ico" />
<meta name=viewport content='initial-scale=1.0' />
</head>

Expand Down
2 changes: 1 addition & 1 deletion examples/input-autofocus.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>&lt;input autofocus> - Dive Into HTML 5</title>
<!--[if lt IE 9]><script src="../j/html5.js"></script><![endif]-->
<link rel="stylesheet" href="style-html5.css" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="icon" href="/favicon.ico" />
<meta name=viewport content='initial-scale=1.0' />
</head>

Expand Down
2 changes: 1 addition & 1 deletion examples/input-placeholder.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>&lt;input placeholder> - Dive Into HTML 5</title>
<!--[if lt IE 9]><script src="../j/html5.js"></script><![endif]-->
<link rel="stylesheet" href="style-html5.css" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="icon" href="/favicon.ico" />
<meta name=viewport content='initial-scale=1.0' />
</head>

Expand Down
2 changes: 1 addition & 1 deletion examples/input-required.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>&lt;input required> - Dive Into HTML 5</title>
<!--[if lt IE 9]><script src="../j/html5.js"></script><![endif]-->
<link rel="stylesheet" href="style-html5.css" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="icon" href="/favicon.ico" />
<meta name=viewport content='initial-scale=1.0' />
</head>

Expand Down
2 changes: 1 addition & 1 deletion examples/input-type-color.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>&lt;input type=color> - Dive Into HTML 5</title>
<!--[if lt IE 9]><script src="../j/html5.js"></script><![endif]-->
<link rel="stylesheet" href="style-html5.css" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="icon" href="/favicon.ico" />
<meta name=viewport content='initial-scale=1.0' />
</head>

Expand Down
2 changes: 1 addition & 1 deletion examples/input-type-date.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>&lt;input type=date> - Dive Into HTML 5</title>
<!--[if lt IE 9]><script src="../j/html5.js"></script><![endif]-->
<link rel="stylesheet" href="style-html5.css" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="icon" href="/favicon.ico" />
<meta name=viewport content='initial-scale=1.0' />
</head>

Expand Down
2 changes: 1 addition & 1 deletion examples/input-type-datetime-local.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>&lt;input type=datetime-local> - Dive Into HTML 5</title>
<!--[if lt IE 9]><script src="../j/html5.js"></script><![endif]-->
<link rel="stylesheet" href="style-html5.css" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="icon" href="/favicon.ico" />
<meta name=viewport content='initial-scale=1.0' />
</head>

Expand Down
2 changes: 1 addition & 1 deletion examples/input-type-datetime.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>&lt;input type=datetime> - Dive Into HTML 5</title>
<!--[if lt IE 9]><script src="../j/html5.js"></script><![endif]-->
<link rel="stylesheet" href="style-html5.css" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="icon" href="/favicon.ico" />
<meta name=viewport content='initial-scale=1.0' />
</head>

Expand Down
2 changes: 1 addition & 1 deletion examples/input-type-email.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>&lt;input type=email> - Dive Into HTML 5</title>
<!--[if lt IE 9]><script src="../j/html5.js"></script><![endif]-->
<link rel="stylesheet" href="style-html5.css" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="icon" href="/favicon.ico" />
<meta name=viewport content='initial-scale=1.0' />
</head>

Expand Down
2 changes: 1 addition & 1 deletion examples/input-type-month.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>&lt;input type=month> - Dive Into HTML 5</title>
<!--[if lt IE 9]><script src="../j/html5.js"></script><![endif]-->
<link rel="stylesheet" href="style-html5.css" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="icon" href="/favicon.ico" />
<meta name=viewport content='initial-scale=1.0' />
</head>

Expand Down
2 changes: 1 addition & 1 deletion examples/input-type-number-min-max-step.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>&lt;input type=number> with attributes - Dive Into HTML 5</title>
<!--[if lt IE 9]><script src="../j/html5.js"></script><![endif]-->
<link rel="stylesheet" href="style-html5.css" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="icon" href="/favicon.ico" />
<meta name=viewport content='initial-scale=1.0' />
</head>

Expand Down
2 changes: 1 addition & 1 deletion examples/input-type-number.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>&lt;input type=number> - Dive Into HTML 5</title>
<!--[if lt IE 9]><script src="../j/html5.js"></script><![endif]-->
<link rel="stylesheet" href="style-html5.css" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="icon" href="/favicon.ico" />
<meta name=viewport content='initial-scale=1.0' />
</head>

Expand Down
2 changes: 1 addition & 1 deletion examples/input-type-range.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>&lt;input type=range> - Dive Into HTML 5</title>
<!--[if lt IE 9]><script src="../j/html5.js"></script><![endif]-->
<link rel="stylesheet" href="style-html5.css" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="icon" href="/favicon.ico" />
<meta name=viewport content='initial-scale=1.0' />
</head>

Expand Down
2 changes: 1 addition & 1 deletion examples/input-type-search.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>&lt;input type=search> - Dive Into HTML 5</title>
<!--[if lt IE 9]><script src="../j/html5.js"></script><![endif]-->
<link rel="stylesheet" href="style-html5.css" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="icon" href="/favicon.ico" />
<meta name=viewport content='initial-scale=1.0' />
</head>

Expand Down
2 changes: 1 addition & 1 deletion examples/input-type-tel.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>&lt;input type=tel> - Dive Into HTML 5</title>
<!--[if lt IE 9]><script src="../j/html5.js"></script><![endif]-->
<link rel="stylesheet" href="style-html5.css" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="icon" href="/favicon.ico" />
<meta name=viewport content='initial-scale=1.0' />
</head>

Expand Down
2 changes: 1 addition & 1 deletion examples/input-type-time.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>&lt;input type=time> - Dive Into HTML 5</title>
<!--[if lt IE 9]><script src="../j/html5.js"></script><![endif]-->
<link rel="stylesheet" href="style-html5.css" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="icon" href="/favicon.ico" />
<meta name=viewport content='initial-scale=1.0' />
</head>

Expand Down
2 changes: 1 addition & 1 deletion examples/input-type-url.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>&lt;input type=url> - Dive Into HTML 5</title>
<!--[if lt IE 9]><script src="../j/html5.js"></script><![endif]-->
<link rel="stylesheet" href="style-html5.css" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="icon" href="/favicon.ico" />
<meta name=viewport content='initial-scale=1.0' />
</head>

Expand Down
2 changes: 1 addition & 1 deletion examples/input-type-week.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>&lt;input type=week> - Dive Into HTML 5</title>
<!--[if lt IE 9]><script src="../j/html5.js"></script><![endif]-->
<link rel="stylesheet" href="style-html5.css" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="icon" href="/favicon.ico" />
<meta name=viewport content='initial-scale=1.0' />
</head>

Expand Down

0 comments on commit b595cdc

Please sign in to comment.