diff --git a/client/css/style.css b/client/css/style.css index fb8710c..101163e 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 eca0ae6..f21eb68 100644 --- a/client/index.html +++ b/client/index.html @@ -165,6 +165,17 @@ +
+ You're currently running
+ Shout <%=version%>
+
+ Click here for updates.
+