diff --git a/customize.dist/about.html b/customize.dist/about.html
index 610381274..15ae0c65a 100644
--- a/customize.dist/about.html
+++ b/customize.dist/about.html
@@ -85,7 +85,7 @@
- - CryptPad
+ - CryptPad
@@ -93,7 +93,7 @@
- -
+
-
@@ -103,15 +103,15 @@
- -
+
-
- IRC
- Twitter
- GitHub
diff --git a/customize.dist/contact.html b/customize.dist/contact.html
index e778c0c49..9f28deded 100644
--- a/customize.dist/contact.html
+++ b/customize.dist/contact.html
@@ -82,7 +82,7 @@
- - CryptPad
+ - CryptPad
@@ -90,7 +90,7 @@
- -
+
-
@@ -100,15 +100,15 @@
- -
+
-
- IRC
- Twitter
- GitHub
diff --git a/customize.dist/index.html b/customize.dist/index.html
index 2c4fb5db6..de256a9fd 100644
--- a/customize.dist/index.html
+++ b/customize.dist/index.html
@@ -204,7 +204,7 @@
- - CryptPad
+ - CryptPad
@@ -212,7 +212,7 @@
- -
+
-
@@ -222,15 +222,15 @@
- -
+
-
- IRC
- Twitter
- GitHub
diff --git a/customize.dist/main.css b/customize.dist/main.css
index 73952d4e3..6af026b93 100644
--- a/customize.dist/main.css
+++ b/customize.dist/main.css
@@ -483,7 +483,7 @@
.cp footer a:hover {
color: #279ebf;
}
-.cp footer li:first-child {
+.cp footer li.title {
font-size: 1.2em;
font-weight: bold;
}
diff --git a/customize.dist/privacy.html b/customize.dist/privacy.html
index fb39b9cfd..3e363b6b4 100644
--- a/customize.dist/privacy.html
+++ b/customize.dist/privacy.html
@@ -104,7 +104,7 @@
- - CryptPad
+ - CryptPad
@@ -112,7 +112,7 @@
- -
+
-
@@ -122,15 +122,15 @@
- -
+
-
- IRC
- Twitter
- GitHub
diff --git a/customize.dist/src/fragments/footer.html b/customize.dist/src/fragments/footer.html
index 49f3ee957..80471d5c0 100644
--- a/customize.dist/src/fragments/footer.html
+++ b/customize.dist/src/fragments/footer.html
@@ -3,7 +3,7 @@
- - CryptPad
+ - CryptPad
@@ -11,7 +11,7 @@
- -
+
-
- IRC
- Twitter
- GitHub
diff --git a/customize.dist/src/less/footer.less b/customize.dist/src/less/footer.less
index a26d35c37..a8711e132 100644
--- a/customize.dist/src/less/footer.less
+++ b/customize.dist/src/less/footer.less
@@ -14,7 +14,7 @@
color: @cp-link-hover;
}
}
- li:first-child {
+ li.title {
font-size: 1.2em;
font-weight: bold;
}
diff --git a/customize.dist/terms.html b/customize.dist/terms.html
index dfc4f1d3d..f8c42a7d3 100644
--- a/customize.dist/terms.html
+++ b/customize.dist/terms.html
@@ -86,7 +86,7 @@
- - CryptPad
+ - CryptPad
@@ -94,7 +94,7 @@
- -
+
-
@@ -104,15 +104,15 @@
- -
+
-
- IRC
- Twitter
- GitHub
diff --git a/www/common/toolbar.js b/www/common/toolbar.js
index e082945a6..e8badd6ec 100644
--- a/www/common/toolbar.js
+++ b/www/common/toolbar.js
@@ -365,7 +365,7 @@ define([
tag: 'a',
attributes: {
'target': '_blank',
- 'href': '/' + p,
+ 'href': '/' + p + '/',
},
content: Messages.type[p]
});