aboutsummaryrefslogtreecommitdiff
path: root/docs/templates
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-01-26 16:12:51 -0800
committerJacob Thornton <[email protected]>2012-01-26 16:12:51 -0800
commitc31ac846d7f8cf59199fc5be58c1a4ba4417b1fa (patch)
tree44e23e94a2d756ebb5407815b8be9506cfccf71c /docs/templates
parentd531f72645b72d648d52bd56698a80fcfff38043 (diff)
parentb260544de02788bc921c4c713df0f754d96c5a27 (diff)
downloadbootstrap-c31ac846d7f8cf59199fc5be58c1a4ba4417b1fa.tar.xz
bootstrap-c31ac846d7f8cf59199fc5be58c1a4ba4417b1fa.zip
Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wip
Diffstat (limited to 'docs/templates')
-rw-r--r--docs/templates/layout.mustache6
-rw-r--r--docs/templates/pages/base-css.mustache2
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/templates/layout.mustache b/docs/templates/layout.mustache
index 547b99bb4..014f248d6 100644
--- a/docs/templates/layout.mustache
+++ b/docs/templates/layout.mustache
@@ -20,9 +20,9 @@
<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="assets/ico/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="apple-touch-icon" href="assets/ico/apple-touch-icon.png">
+ <link rel="apple-touch-icon" sizes="72x72" href="assets/ico/apple-touch-icon-72x72.png">
+ <link rel="apple-touch-icon" sizes="114x114" href="assets/ico/apple-touch-icon-114x114.png">
</head>
<body data-spy="scroll" data-target=".subnav" data-offset="50">
diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache
index 27386d47f..6f928dfa3 100644
--- a/docs/templates/pages/base-css.mustache
+++ b/docs/templates/pages/base-css.mustache
@@ -897,7 +897,7 @@
<label class="control-label" for="select01">{{_i}}Select list{{/i}}</label>
<div class="controls">
<select id="select01">
- <option>1</option>
+ <option>something</option>
<option>2</option>
<option>3</option>
<option>4</option>