浏览代码

"Twitter Bootstrap" is now simply Bootstrap

See http://getbootstrap.com/about/#brand
Chris Rebert 11 年之前
父节点
当前提交
0a01689689
共有 4 个文件被更改,包括 6 次插入6 次删除
  1. 2 2
      README.md
  2. 1 1
      examples/assets/bootstrap-dialog/js/bootstrap-dialog.js
  3. 2 2
      examples/index.html
  4. 1 1
      js/bootstrap-dialog.js

+ 2 - 2
README.md

@@ -1,10 +1,10 @@
 bootstrap-dialog
 ================
 
-Make use of Twitter Bootstrap's modal more monkey-friendly.
+Make use of Bootstrap's modal more monkey-friendly.
 
 See live examples here: <a href="http://nakupanda.github.io/bootstrap3-dialog/">http://nakupanda.github.io/bootstrap3-dialog/</a>
 
-Please note that this project is for <a href="http://getbootstrap.com/"><strong>Twitter Bootstrap 3</strong></a>.
+Please note that this project is for <a href="http://getbootstrap.com/"><strong>Bootstrap 3</strong></a>.
 
 Thanks for <a href="https://github.com/akinoniku">akinoniku</a>'s suggestions on dialog appearance.

+ 1 - 1
examples/assets/bootstrap-dialog/js/bootstrap-dialog.js

@@ -1,5 +1,5 @@
 /* ================================================
- * Make use of Twitter Bootstrap's modal more monkey-friendly.
+ * Make use of Bootstrap's modal more monkey-friendly.
  * 
  * For Bootstrap 3.
  * 

文件差异内容过多而无法显示
+ 2 - 2
examples/index.html


+ 1 - 1
js/bootstrap-dialog.js

@@ -1,5 +1,5 @@
 /* ================================================
- * Make use of Twitter Bootstrap's modal more monkey-friendly.
+ * Make use of Bootstrap's modal more monkey-friendly.
  * 
  * For Bootstrap 3.
  *