From 0a8efd5320dca80ad911c2d5e4a9404a010ff78e Mon Sep 17 00:00:00 2001 From: Dominic Barnes Date: Sat, 25 Feb 2012 21:21:05 -0600 Subject: Adding a 'horizontal' option to description lists, similar to .form-horizontal --- docs/base-css.html | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) (limited to 'docs/base-css.html') diff --git a/docs/base-css.html b/docs/base-css.html index 3a6494ddc..00cb60c60 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -287,7 +287,7 @@

Lists

-
+

Unordered

<ul>

    @@ -308,7 +308,7 @@
  • Eget porttitor lorem
-
+

Unstyled

<ul class="unstyled">

    @@ -329,7 +329,7 @@
  • Eget porttitor lorem
-
+

Ordered

<ol>

    @@ -343,7 +343,9 @@
  1. Eget porttitor lorem
-
+
+
+

Description

<dl>

@@ -356,6 +358,19 @@
Etiam porta sem malesuada magna mollis euismod.
+
+

Horizontal

+

<dl class="horizontal">

+
+
Description lists
+
A description list is perfect for defining terms.
+
Euismod
+
Vestibulum id ligula porta felis euismod semper eget lacinia odio sem nec elit.
+
Donec id elit non mi porta gravida at eget metus.
+
Malesuada porta
+
Etiam porta sem malesuada magna mollis euismod.
+
+
@@ -1299,7 +1314,7 @@ For example, <code>section</code> should be wrapped as inline. .btn-danger Indicates a dangerous or potentially negative action - + .btn-inverse Alternate dark gray button, not tied to a semantic action or use -- cgit v1.2.3