diff options
| author | Mark Otto <[email protected]> | 2012-02-27 19:50:44 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-27 19:50:44 -0800 |
| commit | 4e17b1975e1b38e3a1fe7851a0b59c645dba755f (patch) | |
| tree | 44bc6781e42a7a95e592b627c374c66f68a6d297 /docs | |
| parent | ca9588c89656855bcc36c2109070677d9447d2b9 (diff) | |
| parent | 591908eccf18c94e9394fcb71549cbae9c0864d8 (diff) | |
| download | bootstrap-4e17b1975e1b38e3a1fe7851a0b59c645dba755f.tar.xz bootstrap-4e17b1975e1b38e3a1fe7851a0b59c645dba755f.zip | |
Merge branch 'meleyal-patch-1' into 2.0.2-wip
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/examples/fluid.html | 8 | ||||
| -rw-r--r-- | docs/examples/hero.html | 8 | ||||
| -rw-r--r-- | docs/examples/starter-template.html | 8 |
3 files changed, 12 insertions, 12 deletions
diff --git a/docs/examples/fluid.html b/docs/examples/fluid.html index f65ea219a..38d6f32f8 100644 --- a/docs/examples/fluid.html +++ b/docs/examples/fluid.html @@ -26,10 +26,10 @@ <![endif]--> <!-- 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" 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> diff --git a/docs/examples/hero.html b/docs/examples/hero.html index b4db219ff..37a41ccdb 100644 --- a/docs/examples/hero.html +++ b/docs/examples/hero.html @@ -23,10 +23,10 @@ <![endif]--> <!-- 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" 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> diff --git a/docs/examples/starter-template.html b/docs/examples/starter-template.html index cd026c31c..eb35b189e 100644 --- a/docs/examples/starter-template.html +++ b/docs/examples/starter-template.html @@ -22,10 +22,10 @@ <![endif]--> <!-- 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" 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> |
