diff --git a/ws/static/home.html b/ws/static/home.html index 51a21872aacc6d2af47eaad6af0ec8d9fbaeec6e..56ca23ae9ac51805b67e5a92f1032b4450bd0fa0 100644 --- a/ws/static/home.html +++ b/ws/static/home.html @@ -18,15 +18,15 @@
-Currently running {{ .Running }}.
{{- if ne .Running (index .Releases 0).Tag -}} -New release available: {{ (index .Releases 0).Tag }}. Update?
+New release available: {{ (index .Releases 0).Tag }}. Update?
                     Expand release notes
diff --git a/ws/static/styles.css b/ws/static/styles.css
index 3965822aad16c0e9eb50b63f3cb271e10de54725..5af9ccce2d1e42a11c37c5c6e435e7dbf1d09e67 100644
--- a/ws/static/styles.css
+++ b/ws/static/styles.css
@@ -21,11 +21,12 @@ a:visited {
 
 .project {
     max-width: 500px;
-    border: 2px solid #ccc;
+    border: 2px solid #2f2f2f;
     background: #f8f8f8;
     border-radius: 5px;
     margin-top: 20px;
     padding: 20px 20px 0 20px;
+    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
 }
 
 .project > h2 {
@@ -33,6 +34,12 @@ a:visited {
 }
 
 .project > h2 > span {
+    font-size: 12px;
+    float: right;
+}
+
+body > h1 > span {
+    font-size: 12px;
     float: right;
 }
 
@@ -63,7 +70,7 @@ details summary > * {
     }
 
     .project {
-        border: 2px solid #444;
+        border: 2px solid #ccc;
         background: #1c1c1c;
     }
 }
\ No newline at end of file