From e14821e447f3c87f9da5cb2cc4920dfd39508947 Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Tue, 14 May 2013 20:11:17 -0400 Subject: [PATCH] fixes paragraphs in messages --- node/src/documents/index.html | 26 +++++++------------ .../semantic/src/collections/message.css | 2 +- 2 files changed, 10 insertions(+), 18 deletions(-) diff --git a/node/src/documents/index.html b/node/src/documents/index.html index 0f5d756fd..d9975c39d 100755 --- a/node/src/documents/index.html +++ b/node/src/documents/index.html @@ -48,34 +48,26 @@ type : 'Semantic'
-
-

Get Started

-

Learn about how to get started with Semantic UI, and best practices for using the Semantic standard in your project.

-
Learn more
-
+

Get Started

+

Learn about how to get started with Semantic UI, and best practices for using the Semantic standard in your project.

+
Learn more
-
-

See UI elements

-

See some of the UI elements that the Semantic library has to offer.

-
View Library
-
+

See UI elements

+

See some of the UI elements that the Semantic library has to offer.

+
View Library
-
-

Author Elements

-

Learn about developing and releasing your own skins UI skins.

-
Authoring Guide
-
+

Author Elements

+

Learn about developing and releasing your own skins UI skins.

+
Authoring Guide
-

Help Write the Spec

Semantic is a living spec. We need the communitys help to reach our full potential. Help Semantic develop specifications for missing UI elements.

Contribute
-
diff --git a/node/src/files/components/semantic/src/collections/message.css b/node/src/files/components/semantic/src/collections/message.css index 2cde5696a..9cdd49d49 100755 --- a/node/src/files/components/semantic/src/collections/message.css +++ b/node/src/files/components/semantic/src/collections/message.css @@ -45,7 +45,7 @@ /* block with paragraphs */ .ui.message p { opacity: 0.85; - margin: 1em 0em; + margin: 1em 0em 0em; } .ui.message p:first-child { margin-top: 0em;