diff --git a/client/css/style.css b/client/css/style.css index fb8710c0..101163ec 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -578,6 +578,7 @@ button { float: left; margin: 4px 10px 0 0; } +#settings .about, #settings #play { color: #7f8c8d; } @@ -589,6 +590,11 @@ button { font: 16px Octicons; margin-right: 9px; } +#settings .about { + font-size: 14px; + padding-top: 2px; + line-height: 1.8; +} #form { bottom: 0; height: 40px; diff --git a/client/index.html b/client/index.html index eca0ae6c..f21eb68c 100644 --- a/client/index.html +++ b/client/index.html @@ -165,6 +165,17 @@ +
+

About Shout

+
+
+

+ You're currently running + Shout <%=version%> +
+ Click here for updates. +

+
diff --git a/config.json b/config.json index 8914005b..f16cea1a 100644 --- a/config.json +++ b/config.json @@ -1,5 +1,5 @@ { "port": 9000, "theme": "themes/example.css", - "public": true + "public": false }