From: Mike Frysinger Date: Sun, 12 Mar 2017 06:17:54 +0000 (-0800) Subject: make the status field bold/boxed X-Git-Tag: v0.2.0~4 X-Git-Url: https://git.wh0rd.org/?p=chrome-ext%2Fwake-on-lan.git;a=commitdiff_plain;h=67bb1e35407079d7ae88777246e235315f085e47 make the status field bold/boxed This makes it jump out a little bit more from all the text around it. --- diff --git a/main.html b/main.html index 83b563a..4d35eb2 100644 --- a/main.html +++ b/main.html @@ -34,6 +34,11 @@ input[name=theme] { a { color: grey; } + +.status { + font-weight: bold; + border: 1px dashed; +} @@ -106,8 +111,6 @@ a {

Status: idle

-
-

Problems? Try troubleshooting.