From 95881c2f0b4474a4087a2441e614f86f6d45fa48 Mon Sep 17 00:00:00 2001 From: jlukic Date: Wed, 8 Oct 2014 23:52:08 -0400 Subject: [PATCH] Add back in email newsletter link --- server/documents/index.html.eco | 35 ++++++++++++++------------- server/files/stylesheets/home.css | 1 + server/files/stylesheets/semantic.css | 8 ++++-- 3 files changed, 25 insertions(+), 19 deletions(-) diff --git a/server/documents/index.html.eco b/server/documents/index.html.eco index 6ed43ca4d..e44340a90 100755 --- a/server/documents/index.html.eco +++ b/server/documents/index.html.eco @@ -102,6 +102,23 @@ type : 'Semantic' +
+
+
+

+ Semantic is growing fast. Want to see just how much? Sign up and we'll let you know +

+
+
+ +
+ +
+
+
+
@@ -861,22 +878,6 @@ type : 'Semantic'
-
@@ -901,7 +902,7 @@ type : 'Semantic'
-
+

diff --git a/server/files/stylesheets/home.css b/server/files/stylesheets/home.css index a679227ec..9a97fce80 100755 --- a/server/files/stylesheets/home.css +++ b/server/files/stylesheets/home.css @@ -685,6 +685,7 @@ ---------------*/ #example.index .email.stripe { + border-top: 1px solid #DDDDDD; padding: 2em 0em; } #example.index .email.stripe p { diff --git a/server/files/stylesheets/semantic.css b/server/files/stylesheets/semantic.css index 81f210d04..e20296397 100755 --- a/server/files/stylesheets/semantic.css +++ b/server/files/stylesheets/semantic.css @@ -154,9 +154,12 @@ a:hover { Sidebar ---------------*/ +#example #menu > :last-child { + padding-bottom: 2em; +} #example #menu .logo.image { width: 35px; - margin-right: 0.5em; + margin-right: 1em; } #example #menu .item { position: relative; @@ -1499,10 +1502,11 @@ body.progress.animated .ui.progress .bar { #example .pusher > .page { display: block; width: 100%; + height: auto; } #example .pusher > .page > .full.height { display: block; - height: 100%; + height: auto; } #example .following.menu { display: none;