diff --git a/frontend/templates/learn_more.html b/frontend/templates/learn_more.html
index a425635a..19a2671a 100644
--- a/frontend/templates/learn_more.html
+++ b/frontend/templates/learn_more.html
@@ -29,12 +29,15 @@
Unglue.it offers a win-win solution: Crowdfunding. We run pledge campaigns for books; you chip in. When, together, we've reached the goal, we'll reward the book's creators and issue an unglued ebook.
- Creative Commons licensing means everyone, everywhere can read and share the unglued book - freely and legally.
You've given your favorite book to the world.
+ Creative Commons licensing means everyone, everywhere can read and share the unglued book - freely and legally.
You've given your favorite book to the world.
{% if suppress_search_box %}
Sign up below.
{% else %}
+ {% if not user.is_authenticated %}
+ {% endif %}
{% endif %}
+
diff --git a/static/css/documentation.css b/static/css/documentation.css
index 7febf335..abe13784 100644
--- a/static/css/documentation.css
+++ b/static/css/documentation.css
@@ -273,7 +273,7 @@
line-height: 36px;
float: left;
clear: both;
- margin: 10px 0;
+ margin: 10px auto;
cursor: pointer;
font-style: normal;
}
diff --git a/static/css/landingpage.css b/static/css/landingpage.css
index f80b1fdf..4e34ec31 100644
--- a/static/css/landingpage.css
+++ b/static/css/landingpage.css
@@ -273,7 +273,7 @@
line-height: 36px;
float: left;
clear: both;
- margin: 10px 0;
+ margin: 10px auto;
cursor: pointer;
font-style: normal;
}
diff --git a/static/css/learnmore.css b/static/css/learnmore.css
index 645713c5..7bca711a 100644
--- a/static/css/learnmore.css
+++ b/static/css/learnmore.css
@@ -145,7 +145,7 @@
line-height: 36px;
float: left;
clear: both;
- margin: 10px 0;
+ margin: 10px auto;
cursor: pointer;
font-style: normal;
}
diff --git a/static/less/learnmore.less b/static/less/learnmore.less
index bfea5c21..31c5836b 100644
--- a/static/less/learnmore.less
+++ b/static/less/learnmore.less
@@ -72,7 +72,7 @@
.height(36px);
float: left;
clear: both;
- margin: 10px 0;
+ margin: 10px auto;
cursor: pointer;
font-style: normal;
}
\ No newline at end of file