From 1c59cf8e97a1f5254468a3b8650ba1811be54d69 Mon Sep 17 00:00:00 2001 From: jlukic Date: Wed, 23 Oct 2013 18:04:04 -0400 Subject: [PATCH] Updates homepage examples --- server/documents/index.html.eco | 30 +++++++++++++-------------- server/files/stylesheets/semantic.css | 4 +--- src/collections/message.less | 9 ++++---- 3 files changed, 20 insertions(+), 23 deletions(-) diff --git a/server/documents/index.html.eco b/server/documents/index.html.eco index cd2b1b47b..17dc3ae4e 100755 --- a/server/documents/index.html.eco +++ b/server/documents/index.html.eco @@ -31,26 +31,26 @@ type : 'Semantic'

- +
Lose the Hieroglyphics
Semantic is structured around natural language conventions to make development more intuitive.

-
- +
+ Semantic is tag ambivalent meaning you can use any html tags with UI elements.
Semantic
-
-
1
-
2
-
3
-
+
+ +
2
+
3
+
@@ -68,15 +68,15 @@ type : 'Semantic'
Semantic
- + +
@@ -98,10 +98,10 @@ type : 'Semantic'
Semantic
-
+
+
diff --git a/server/files/stylesheets/semantic.css b/server/files/stylesheets/semantic.css index 17b63c4e9..eaddb09b8 100755 --- a/server/files/stylesheets/semantic.css +++ b/server/files/stylesheets/semantic.css @@ -535,9 +535,7 @@ body.guide .main.container > * { color: rgba(0, 0, 0, 0.5); } #example .stripe .message { - margin: 0em; - padding: 0em; - background-color: transparent; + margin: 2em 0em; } diff --git a/src/collections/message.less b/src/collections/message.less index d4eb6a980..8346b4f6e 100755 --- a/src/collections/message.less +++ b/src/collections/message.less @@ -308,21 +308,20 @@ /* Red Text Block */ .ui.red.message { background-color: #F1D7D7; - color: #A95252; } /* Success Text Block */ .ui.success.message, .ui.positive.message { - background-color: #5BBD72; - color: #FFFFFF; + background-color: #DEFCD5; + color: #52A954; } /* Error Text Block */ .ui.error.message, .ui.negative.message { - background-color: #D95C5C; - color: #FFFFFF; + background-color: #F1D7D7; + color: #A95252; }