From 589242604f06a87c78d0a2c324f532d2caaba3f0 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 4 Jun 2012 18:56:50 -0700 Subject: document large and small well classes --- docs/components.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'docs/components.html') diff --git a/docs/components.html b/docs/components.html index 55eb2e4a1..500a72950 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1879,6 +1879,18 @@ <div class="well"> ... </div> + +

Optional classes

+

Control padding and rounded corners with two optional modifier classes.

+
+<div class="well well-large">
+  ...
+</div>
+
+
+<div class="well well-small">
+  ...
+</div>
 
-- cgit v1.2.3