aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-27 14:48:35 -0800
committerMark Otto <[email protected]>2012-01-27 14:48:35 -0800
commit22359f9dfdf5d513da163416005345649415b90f (patch)
tree6110710970bfc205aaf3eb505bec1fb527c21edb
parent003da1e089edf06c528667009fb59189b5f0e4cc (diff)
downloadbootstrap-22359f9dfdf5d513da163416005345649415b90f.tar.xz
bootstrap-22359f9dfdf5d513da163416005345649415b90f.zip
update examples and restore icons
-rw-r--r--docs/assets/css/bootstrap.css2
-rw-r--r--docs/assets/img/glyphicons-halflings-white.pngbin0 -> 4352 bytes
-rw-r--r--docs/assets/img/glyphicons-halflings.pngbin0 -> 4352 bytes
-rw-r--r--examples/fluid-reverse.html2
-rw-r--r--examples/fluid.html2
-rw-r--r--examples/hero.html2
6 files changed, 4 insertions, 4 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 5ebfba675..7765d7961 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Fri Jan 27 14:21:03 PST 2012
+ * Date: Fri Jan 27 14:48:21 PST 2012
*/
article,
aside,
diff --git a/docs/assets/img/glyphicons-halflings-white.png b/docs/assets/img/glyphicons-halflings-white.png
new file mode 100644
index 000000000..a20760bfd
--- /dev/null
+++ b/docs/assets/img/glyphicons-halflings-white.png
Binary files differ
diff --git a/docs/assets/img/glyphicons-halflings.png b/docs/assets/img/glyphicons-halflings.png
new file mode 100644
index 000000000..92d4445df
--- /dev/null
+++ b/docs/assets/img/glyphicons-halflings.png
Binary files differ
diff --git a/examples/fluid-reverse.html b/examples/fluid-reverse.html
index c03cae723..7de163084 100644
--- a/examples/fluid-reverse.html
+++ b/examples/fluid-reverse.html
@@ -12,7 +12,7 @@
<![endif]-->
<!-- Le styles -->
- <link href="../bootstrap.css" rel="stylesheet">
+ <link href="../docs/assets/css/bootstrap.css" rel="stylesheet">
<style type="text/css">
body {
padding-top: 60px;
diff --git a/examples/fluid.html b/examples/fluid.html
index cb00fb85a..1f7551562 100644
--- a/examples/fluid.html
+++ b/examples/fluid.html
@@ -12,7 +12,7 @@
<![endif]-->
<!-- Le styles -->
- <link href="../bootstrap.css" rel="stylesheet">
+ <link href="../docs/assets/css/bootstrap.css" rel="stylesheet">
<style type="text/css">
body {
padding-top: 60px;
diff --git a/examples/hero.html b/examples/hero.html
index 9b82ba62a..4803380c3 100644
--- a/examples/hero.html
+++ b/examples/hero.html
@@ -12,7 +12,7 @@
<![endif]-->
<!-- Le styles -->
- <link href="../bootstrap.css" rel="stylesheet">
+ <link href="../docs/assets/css/bootstrap.css" rel="stylesheet">
<style type="text/css">
body {
padding-top: 60px;