From f5c63e11b81d4d6975f29e122b6581bd7860adbc Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 12 Jul 2014 02:13:13 -0700 Subject: move label --- docs/_includes/components/labels.html | 40 ----------------------------------- docs/components/label.md | 40 +++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+), 40 deletions(-) delete mode 100644 docs/_includes/components/labels.html create mode 100644 docs/components/label.md (limited to 'docs') diff --git a/docs/_includes/components/labels.html b/docs/_includes/components/labels.html deleted file mode 100644 index 05cf2fe81..000000000 --- a/docs/_includes/components/labels.html +++ /dev/null @@ -1,40 +0,0 @@ -
-

Labels

- -

Example

-
-

Example heading New

-

Example heading New

-

Example heading New

-

Example heading New

-
Example heading New
-
Example heading New
-
-{% highlight html %} -

Example heading New

-{% endhighlight %} - -

Available variations

-

Add any of the below mentioned modifier classes to change the appearance of a label.

-
- Default - Primary - Success - Info - Warning - Danger -
-{% highlight html %} -Default -Primary -Success -Info -Warning -Danger -{% endhighlight %} - -
-

Have tons of labels?

-

Rendering problems can arise when you have dozens of inline labels within a narrow container, each containing its own inline-block element (like an icon). The way around this is setting display: inline-block;. For context and an example, see #13219.

-
-
diff --git a/docs/components/label.md b/docs/components/label.md new file mode 100644 index 000000000..05cf2fe81 --- /dev/null +++ b/docs/components/label.md @@ -0,0 +1,40 @@ +
+

Labels

+ +

Example

+
+

Example heading New

+

Example heading New

+

Example heading New

+

Example heading New

+
Example heading New
+
Example heading New
+
+{% highlight html %} +

Example heading New

+{% endhighlight %} + +

Available variations

+

Add any of the below mentioned modifier classes to change the appearance of a label.

+
+ Default + Primary + Success + Info + Warning + Danger +
+{% highlight html %} +Default +Primary +Success +Info +Warning +Danger +{% endhighlight %} + +
+

Have tons of labels?

+

Rendering problems can arise when you have dozens of inline labels within a narrow container, each containing its own inline-block element (like an icon). The way around this is setting display: inline-block;. For context and an example, see #13219.

+
+
-- cgit v1.2.3