diff options
| author | Mark Otto <[email protected]> | 2012-03-23 01:13:20 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-03-23 01:13:20 -0700 |
| commit | 622b8fa3f0d54e1c356fbe76d7bdc407919ff840 (patch) | |
| tree | f9ce7e70400c02534f7fbd06208f52b376730ea8 | |
| parent | e84161076b6c54be4ab0950f5d91c23456a967a7 (diff) | |
| download | bootstrap-622b8fa3f0d54e1c356fbe76d7bdc407919ff840.tar.xz bootstrap-622b8fa3f0d54e1c356fbe76d7bdc407919ff840.zip | |
adding blog link to docs homepage
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 55701 -> 55701 bytes | |||
| -rw-r--r-- | docs/assets/css/docs.css | 2 | ||||
| -rw-r--r-- | docs/index.html | 1 | ||||
| -rw-r--r-- | docs/templates/pages/index.mustache | 1 |
4 files changed, 3 insertions, 1 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex 1f11406c8..566d3e621 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 3a8bfbc58..b7e0c8dbf 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -228,7 +228,7 @@ hr.soften { } .quick-links li { display: inline; - margin: 0 5px; + margin: 0 8px; color: #999; } .quick-links .github-btn, diff --git a/docs/index.html b/docs/index.html index 2dba90a3f..1f009bcb5 100644 --- a/docs/index.html +++ b/docs/index.html @@ -90,6 +90,7 @@ <ul class="quick-links"> <li><a href="./upgrading.html">Upgrading from 1.4</a></li> <li><a href="https://github.com/twitter/bootstrap/zipball/master">Download with docs</a></li> + <li><a href="http://blog.getbootstrap.com">Read the blog</a></li> <li><a href="https://github.com/twitter/bootstrap/issues?state=open">Submit issues</a></li> <li><a href="https://github.com/twitter/bootstrap/wiki">Roadmap and changelog</a></li> </ul> diff --git a/docs/templates/pages/index.mustache b/docs/templates/pages/index.mustache index 9d8253df1..bef11b810 100644 --- a/docs/templates/pages/index.mustache +++ b/docs/templates/pages/index.mustache @@ -14,6 +14,7 @@ <ul class="quick-links"> <li><a href="./upgrading.html">{{_i}}Upgrading from 1.4{{/i}}</a></li> <li><a href="https://github.com/twitter/bootstrap/zipball/master">{{_i}}Download with docs{{/i}}</a></li> + <li><a href="http://blog.getbootstrap.com">{{_i}}Read the blog{{/i}}</a></li> <li><a href="https://github.com/twitter/bootstrap/issues?state=open">{{_i}}Submit issues{{/i}}</a></li> <li><a href="https://github.com/twitter/bootstrap/wiki">{{_i}}Roadmap and changelog{{/i}}</a></li> </ul> |
