From c42d943e106bdba57b8fb2e7670c95d0c459c9b5 Mon Sep 17 00:00:00 2001
From: Mark Otto <otto@github.com>
Date: Wed, 9 Jul 2014 20:01:55 -0700
Subject: [PATCH] nuke wells include

---
 docs/_includes/components/wells.html | 33 ----------------------------
 1 file changed, 33 deletions(-)
 delete mode 100644 docs/_includes/components/wells.html

diff --git a/docs/_includes/components/wells.html b/docs/_includes/components/wells.html
deleted file mode 100644
index 56e5fa098f..0000000000
--- a/docs/_includes/components/wells.html
+++ /dev/null
@@ -1,33 +0,0 @@
-<div class="bs-docs-section">
-  <h1 id="wells" class="page-header">Wells</h1>
-
-  <h3>Default well</h3>
-  <p>Use the well as a simple effect on an element to give it an inset effect.</p>
-  <div class="bs-example">
-    <div class="well">
-      Look, I'm in a well!
-    </div>
-  </div>
-{% highlight html %}
-<div class="well">...</div>
-{% endhighlight %}
-  <h3>Optional classes</h3>
-  <p>Control padding and rounded corners with two optional modifier classes.</p>
-  <div class="bs-example">
-    <div class="well well-lg">
-      Look, I'm in a large well!
-    </div>
-  </div>
-{% highlight html %}
-<div class="well well-lg">...</div>
-{% endhighlight %}
-
-  <div class="bs-example">
-    <div class="well well-sm">
-      Look, I'm in a small well!
-    </div>
-  </div>
-{% highlight html %}
-<div class="well well-sm">...</div>
-{% endhighlight %}
-</div>
-- 
GitLab