From: dsc Date: Wed, 22 Feb 2012 23:20:49 +0000 (-0800) Subject: Moves bootstrap into its own folder. X-Git-Url: http://git.less.ly:3516/?a=commitdiff_plain;h=287c5bd8355481175fc84b8c3ca50a2a804e52ed;p=kraken-ui.git Moves bootstrap into its own folder. --- diff --git a/static/vendor/bootstrap b/static/vendor/bootstrap new file mode 120000 index 0000000..7eafac9 --- /dev/null +++ b/static/vendor/bootstrap @@ -0,0 +1 @@ +bootstrap-2.0.1 \ No newline at end of file diff --git a/static/vendor/bootstrap-2.0.1.js b/static/vendor/bootstrap-2.0.1/bootstrap.js similarity index 100% rename from static/vendor/bootstrap-2.0.1.js rename to static/vendor/bootstrap-2.0.1/bootstrap.js diff --git a/static/vendor/bootstrap-2.0.1.min.js b/static/vendor/bootstrap-2.0.1/bootstrap.min.js similarity index 100% rename from static/vendor/bootstrap-2.0.1.min.js rename to static/vendor/bootstrap-2.0.1/bootstrap.min.js diff --git a/static/css/bootstrap-responsive.css b/static/vendor/bootstrap-2.0.1/css/bootstrap-responsive.css similarity index 100% rename from static/css/bootstrap-responsive.css rename to static/vendor/bootstrap-2.0.1/css/bootstrap-responsive.css diff --git a/static/css/bootstrap-responsive.min.css b/static/vendor/bootstrap-2.0.1/css/bootstrap-responsive.min.css similarity index 100% rename from static/css/bootstrap-responsive.min.css rename to static/vendor/bootstrap-2.0.1/css/bootstrap-responsive.min.css diff --git a/static/css/bootstrap.css b/static/vendor/bootstrap-2.0.1/css/bootstrap.css similarity index 100% rename from static/css/bootstrap.css rename to static/vendor/bootstrap-2.0.1/css/bootstrap.css diff --git a/static/css/bootstrap.min.css b/static/vendor/bootstrap-2.0.1/css/bootstrap.min.css similarity index 100% rename from static/css/bootstrap.min.css rename to static/vendor/bootstrap-2.0.1/css/bootstrap.min.css diff --git a/static/vendor/bootstrap.js b/static/vendor/bootstrap.js deleted file mode 120000 index 60d0fa8..0000000 --- a/static/vendor/bootstrap.js +++ /dev/null @@ -1 +0,0 @@ -bootstrap-2.0.1.js \ No newline at end of file diff --git a/static/vendor/bootstrap.min.js b/static/vendor/bootstrap.min.js deleted file mode 120000 index 092c934..0000000 --- a/static/vendor/bootstrap.min.js +++ /dev/null @@ -1 +0,0 @@ -bootstrap-2.0.1.min.js \ No newline at end of file