aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-09-13 09:35:43 -0700
committerMark Otto <[email protected]>2011-09-13 09:35:43 -0700
commit1d50fa77e43be353d522c19a5b955b7819388fca (patch)
tree28d9fdae57121dc6daf4caa03e42c896b17ea646 /docs
parentbc2ae90e3adde3ddb86c02b353b8c1048cdcef8f (diff)
downloadbootstrap-1d50fa77e43be353d522c19a5b955b7819388fca.tar.xz
bootstrap-1d50fa77e43be353d522c19a5b955b7819388fca.zip
adding quick and dirty favicons and touch icons for iOS
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/css/docs.css1
-rw-r--r--docs/assets/ico/bootstrap-apple-114x114.pngbin0 -> 6828 bytes
-rw-r--r--docs/assets/ico/bootstrap-apple-57x57.pngbin0 -> 3923 bytes
-rw-r--r--docs/assets/ico/bootstrap-apple-72x72.pngbin0 -> 4905 bytes
-rw-r--r--docs/assets/ico/favicon.icobin0 -> 1150 bytes
-rw-r--r--docs/index.html8
6 files changed, 4 insertions, 5 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index 650f6ec33..d30b932cd 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -23,7 +23,6 @@ section > .row {
-------------------------------------------------- */
.jumbotron {
padding-top: 40px;
- overflow: hidden;
}
.jumbotron .inner {
background: transparent url(../img/grid-18px.png) top center;
diff --git a/docs/assets/ico/bootstrap-apple-114x114.png b/docs/assets/ico/bootstrap-apple-114x114.png
new file mode 100644
index 000000000..c434d9713
--- /dev/null
+++ b/docs/assets/ico/bootstrap-apple-114x114.png
Binary files differ
diff --git a/docs/assets/ico/bootstrap-apple-57x57.png b/docs/assets/ico/bootstrap-apple-57x57.png
new file mode 100644
index 000000000..13c2f7f37
--- /dev/null
+++ b/docs/assets/ico/bootstrap-apple-57x57.png
Binary files differ
diff --git a/docs/assets/ico/bootstrap-apple-72x72.png b/docs/assets/ico/bootstrap-apple-72x72.png
new file mode 100644
index 000000000..c4bfb622c
--- /dev/null
+++ b/docs/assets/ico/bootstrap-apple-72x72.png
Binary files differ
diff --git a/docs/assets/ico/favicon.ico b/docs/assets/ico/favicon.ico
new file mode 100644
index 000000000..3455c3fb9
--- /dev/null
+++ b/docs/assets/ico/favicon.ico
Binary files differ
diff --git a/docs/index.html b/docs/index.html
index c8d5d81ef..fe372e0ef 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -27,10 +27,10 @@
<script src="assets/js/application.js"></script>
<!-- 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>