From 038a9809c4301344e5cc3f8f6a32c796b9b1a438 Mon Sep 17 00:00:00 2001 From: Jacob Thornton <jacobthornton@gmail.com> Date: Sat, 27 Aug 2011 13:06:01 -0700 Subject: [PATCH] remake --- bootstrap-1.1.1.css | 2 +- examples/assets/js/bootstrap-twipsy.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap-1.1.1.css b/bootstrap-1.1.1.css index 832af59a00..7126b5475a 100644 --- a/bootstrap-1.1.1.css +++ b/bootstrap-1.1.1.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: Sat Aug 27 13:02:54 PDT 2011 + * Date: Sat Aug 27 13:05:58 PDT 2011 */ /* Reset.less * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc). diff --git a/examples/assets/js/bootstrap-twipsy.js b/examples/assets/js/bootstrap-twipsy.js index 7e33bf95cc..cff27115e4 100644 --- a/examples/assets/js/bootstrap-twipsy.js +++ b/examples/assets/js/bootstrap-twipsy.js @@ -1,4 +1,4 @@ -/* Based on the original tipsy by Jason Frame */ +/* Adapted from the original jQuery.tipsy by Jason Frame */ (function( $ ) { -- GitLab