diff options
| author | Mark Otto <[email protected]> | 2012-03-10 15:14:54 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-03-10 15:14:54 -0800 |
| commit | 9c1d8e032b53d296788a56e58409c27c030dba91 (patch) | |
| tree | aa642e3ae5626ab67c56cba63747cc5296653110 | |
| parent | 700457c62a71f160b752cfb324205f3cb5e7b5df (diff) | |
| download | bootstrap-9c1d8e032b53d296788a56e58409c27c030dba91.tar.xz bootstrap-9c1d8e032b53d296788a56e58409c27c030dba91.zip | |
change title attr to re-include twitter
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 54825 -> 54825 bytes | |||
| -rw-r--r-- | docs/assets/img/example-sites/bartop.png | bin | 78189 -> 76969 bytes | |||
| -rw-r--r-- | docs/assets/img/example-sites/fleetio.png | bin | 41932 -> 39837 bytes | |||
| -rw-r--r-- | docs/assets/img/example-sites/kippt.png | bin | 52306 -> 50203 bytes | |||
| -rw-r--r-- | docs/assets/img/example-sites/railwayjs.png | bin | 30550 -> 28164 bytes | |||
| -rw-r--r-- | docs/base-css.html | 2 | ||||
| -rw-r--r-- | docs/build/index.js | 2 | ||||
| -rw-r--r-- | docs/components.html | 2 | ||||
| -rw-r--r-- | docs/download.html | 2 | ||||
| -rw-r--r-- | docs/examples.html | 2 | ||||
| -rw-r--r-- | docs/index.html | 2 | ||||
| -rw-r--r-- | docs/javascript.html | 2 | ||||
| -rw-r--r-- | docs/less.html | 2 | ||||
| -rw-r--r-- | docs/scaffolding.html | 2 | ||||
| -rw-r--r-- | docs/upgrading.html | 2 |
15 files changed, 10 insertions, 10 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex e920d64a0..5e049b9c7 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip diff --git a/docs/assets/img/example-sites/bartop.png b/docs/assets/img/example-sites/bartop.png Binary files differindex ab483aa67..39045a77b 100644 --- a/docs/assets/img/example-sites/bartop.png +++ b/docs/assets/img/example-sites/bartop.png diff --git a/docs/assets/img/example-sites/fleetio.png b/docs/assets/img/example-sites/fleetio.png Binary files differindex 8d975079b..9207b0cb8 100644 --- a/docs/assets/img/example-sites/fleetio.png +++ b/docs/assets/img/example-sites/fleetio.png diff --git a/docs/assets/img/example-sites/kippt.png b/docs/assets/img/example-sites/kippt.png Binary files differindex b2bb236d9..a28a63d2e 100644 --- a/docs/assets/img/example-sites/kippt.png +++ b/docs/assets/img/example-sites/kippt.png diff --git a/docs/assets/img/example-sites/railwayjs.png b/docs/assets/img/example-sites/railwayjs.png Binary files differindex 23fb1cf3e..b3fb53f91 100644 --- a/docs/assets/img/example-sites/railwayjs.png +++ b/docs/assets/img/example-sites/railwayjs.png diff --git a/docs/base-css.html b/docs/base-css.html index 727432436..9da454cb1 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -2,7 +2,7 @@ <html lang="en"> <head> <meta charset="utf-8"> - <title>Base · Bootstrap</title> + <title>Base · Twitter Bootstrap</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content=""> diff --git a/docs/build/index.js b/docs/build/index.js index 1a9cb387c..41347e9f4 100644 --- a/docs/build/index.js +++ b/docs/build/index.js @@ -2,7 +2,7 @@ var hogan = require('hogan.js') , fs = require('fs') , prod = process.argv[2] == 'production' - , title = 'Bootstrap' + , title = 'Twitter Bootstrap' var layout, pages diff --git a/docs/components.html b/docs/components.html index 767a8474d..3a3ac15fc 100644 --- a/docs/components.html +++ b/docs/components.html @@ -2,7 +2,7 @@ <html lang="en"> <head> <meta charset="utf-8"> - <title>Components · Bootstrap</title> + <title>Components · Twitter Bootstrap</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content=""> diff --git a/docs/download.html b/docs/download.html index 209123cfe..44b3b8c03 100644 --- a/docs/download.html +++ b/docs/download.html @@ -2,7 +2,7 @@ <html lang="en"> <head> <meta charset="utf-8"> - <title>Download · Bootstrap</title> + <title>Download · Twitter Bootstrap</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content=""> diff --git a/docs/examples.html b/docs/examples.html index faab19ef6..f4169438d 100644 --- a/docs/examples.html +++ b/docs/examples.html @@ -2,7 +2,7 @@ <html lang="en"> <head> <meta charset="utf-8"> - <title>Examples · Bootstrap</title> + <title>Examples · Twitter Bootstrap</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content=""> diff --git a/docs/index.html b/docs/index.html index 5041b8043..20508a9d0 100644 --- a/docs/index.html +++ b/docs/index.html @@ -2,7 +2,7 @@ <html lang="en"> <head> <meta charset="utf-8"> - <title>Bootstrap</title> + <title>Twitter Bootstrap</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content=""> diff --git a/docs/javascript.html b/docs/javascript.html index 4ecb5d3a9..aeb6aa12b 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -2,7 +2,7 @@ <html lang="en"> <head> <meta charset="utf-8"> - <title>Javascript · Bootstrap</title> + <title>Javascript · Twitter Bootstrap</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content=""> diff --git a/docs/less.html b/docs/less.html index 5b8ad6f2d..69b44da2d 100644 --- a/docs/less.html +++ b/docs/less.html @@ -2,7 +2,7 @@ <html lang="en"> <head> <meta charset="utf-8"> - <title>Less · Bootstrap</title> + <title>Less · Twitter Bootstrap</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content=""> diff --git a/docs/scaffolding.html b/docs/scaffolding.html index fce44222f..adc0db254 100644 --- a/docs/scaffolding.html +++ b/docs/scaffolding.html @@ -2,7 +2,7 @@ <html lang="en"> <head> <meta charset="utf-8"> - <title>Scaffolding · Bootstrap</title> + <title>Scaffolding · Twitter Bootstrap</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content=""> diff --git a/docs/upgrading.html b/docs/upgrading.html index e96e89c40..edb87f31e 100644 --- a/docs/upgrading.html +++ b/docs/upgrading.html @@ -2,7 +2,7 @@ <html lang="en"> <head> <meta charset="utf-8"> - <title>Upgrading · Bootstrap</title> + <title>Upgrading · Twitter Bootstrap</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content=""> |
