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/templates/pages/base-css.mustache | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) (limited to 'docs/templates') diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index fde1e002e..2e8ca4016 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -211,7 +211,7 @@

{{_i}}Lists{{/i}}

-
+

{{_i}}Unordered{{/i}}

<ul>

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

{{_i}}Unstyled{{/i}}

<ul class="unstyled">

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

{{_i}}Ordered{{/i}}

<ol>

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

{{_i}}Description{{/i}}

<dl>

@@ -280,6 +282,19 @@
Etiam porta sem malesuada magna mollis euismod.
+
+

{{_i}}Horizontal{{/i}}

+

<dl class="horizontal">

+
+
{{_i}}Description lists{{/i}}
+
{{_i}}A description list is perfect for defining terms.{{/i}}
+
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.
+
+
@@ -1223,7 +1238,7 @@ .btn-danger {{_i}}Indicates a dangerous or potentially negative action{{/i}} - + .btn-inverse {{_i}}Alternate dark gray button, not tied to a semantic action or use{{/i}} -- cgit v1.2.3