]> git.wh0rd.org - chrome-ext/wake-on-lan.git/commitdiff
make the status field bold/boxed
authorMike Frysinger <vapier@gentoo.org>
Sun, 12 Mar 2017 06:17:54 +0000 (22:17 -0800)
committerMike Frysinger <vapier@gentoo.org>
Sun, 12 Mar 2017 06:17:54 +0000 (22:17 -0800)
This makes it jump out a little bit more from all the text around it.

main.html

index 83b563accbb5fbff67ed305ecfca90f10e6dcec9..4d35eb260ca9838a93b3d9d7a57653bbff34552b 100644 (file)
--- a/main.html
+++ b/main.html
@@ -34,6 +34,11 @@ input[name=theme] {
 a {
        color: grey;
 }
 a {
        color: grey;
 }
+
+.status {
+       font-weight: bold;
+       border: 1px dashed;
+}
 </style>
 </head>
 
 </style>
 </head>
 
@@ -106,8 +111,6 @@ a {
 
 <p class='status'>Status: <span name='status'>idle</span></p>
 
 
 <p class='status'>Status: <span name='status'>idle</span></p>
 
-<br>
-
 <p>
 Problems?  Try
 <a href='https://en.wikipedia.org/wiki/Wake-on-LAN#Troubleshooting_magic_packets' target='_blank'>troubleshooting</a>.<br>
 <p>
 Problems?  Try
 <a href='https://en.wikipedia.org/wiki/Wake-on-LAN#Troubleshooting_magic_packets' target='_blank'>troubleshooting</a>.<br>