Skip to content

Commit

Permalink
Fix the css and icon links in the examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
copiousfreetime committed Oct 12, 2011
1 parent 36215ef commit 94422b7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
10 changes: 5 additions & 5 deletions examples/container-app.html
Expand Up @@ -12,7 +12,7 @@
<![endif]-->

<!-- Le styles -->
<link href="../bootstrap.css" rel="stylesheet">
<link href="../bootstrap-1.3.0.css" rel="stylesheet">
<style type="text/css">
/* Override some defaults */
html, body {
Expand Down Expand Up @@ -67,10 +67,10 @@
</style>

<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
<link rel="shortcut icon" type="image/x-icon" href="../docs/assets/ico/favicon.ico">
<link rel="apple-touch-icon" href="../docs/assets/ico/bootstrap-apple-57x57.png">
<link rel="apple-touch-icon" sizes="72x72" href="../docs/assets/ico/bootstrap-apple-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="../docs/assets/ico/bootstrap-apple-114x114.png">
</head>

<body>
Expand Down
12 changes: 6 additions & 6 deletions examples/fluid.html
Expand Up @@ -12,18 +12,18 @@
<![endif]-->

<!-- Le styles -->
<link href="../bootstrap.css" rel="stylesheet">
<link href="../bootstrap-1.3.0.css" rel="stylesheet">
<style type="text/css">
body {
padding-top: 60px;
}
</style>

<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
<link rel="shortcut icon" type="image/x-icon" href="../docs/assets/ico/favicon.ico">
<link rel="apple-touch-icon" href="../docs/assets/ico/bootstrap-apple-57x57.png">
<link rel="apple-touch-icon" sizes="72x72" href="../docs/assets/ico/bootstrap-apple-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="../docs/assets/ico/bootstrap-apple-114x114.png">
</head>

<body>
Expand Down Expand Up @@ -123,4 +123,4 @@ <h2>Heading</h2>
</div>

</body>
</html>
</html>
10 changes: 5 additions & 5 deletions examples/hero.html
Expand Up @@ -12,18 +12,18 @@
<![endif]-->

<!-- Le styles -->
<link href="../bootstrap.css" rel="stylesheet">
<link href="../bootstrap-1.3.0.css" rel="stylesheet">
<style type="text/css">
body {
padding-top: 60px;
}
</style>

<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
<link rel="shortcut icon" type="image/x-icon" href="assets/ico/favicon.ico">
<link rel="apple-touch-icon" href="assets/ico/bootstrap-apple-57x57.png">
<link rel="apple-touch-icon" sizes="72x72" href="assets/ico/bootstrap-apple-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="assets/ico/bootstrap-apple-114x114.png">
</head>

<body>
Expand Down

0 comments on commit 94422b7

Please sign in to comment.