diff --git a/files/www/aredn.css b/files/www/aredn.css
index 86834492..fc0d9fbc 100644
--- a/files/www/aredn.css
+++ b/files/www/aredn.css
@@ -1,8 +1,8 @@
-body { font-family:Verdana; background:rgb(231,231,231); color:black }
+body { font-family:Verdana,arial,sans-serif; background:rgb(231,231,231); color:black }
a:link { background:rgb(231,231,231); color:rgb(190,30,44) }
a:visited { background:rgb(231,231,231); color:rgb(190,30,44) }
a:active { background:rgb(231,231,231); color:rgb(190,30,44) }
-h1 { font-family:Verdana; color:rgb(190,30,44); text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black }
+h1 { font-family:Verdana,arial,sans-serif; color:rgb(190,30,44); text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black }
hr {
width: 100%;
@@ -33,7 +33,7 @@ body table {
.TopBanner { width:100%; }
.LogoDiv { position:absolute left:0px; width:100%; height:95; }
.AREDNLogo { background:rgb(231,231,231); position:absolute; left:10%; width:175; height:95; border-style: none;}
-.PartOfAREDN { font-family:Verdana; font-size:xx-small; text-align:center; }
+.PartOfAREDN { font-family:Verdana,arial,sans-serif; font-size:xx-small; text-align:center; }
/* Used to indicate AREDN node on the /cgi-bin/scan page */
.wscan-row-node { background-color: lightseagreen}
@@ -60,15 +60,14 @@ body table {
}
-#node_description_entry {
-vertical-align: middle;
-resize: none;
-}
-#node_description_display {
+#node_description_entry {
+vertical-align: middle;
+resize: none;
+}
+#node_description_display {
text-align: center;
vertical-align: middle;
background-color: gainsboro;
font-size: 12pt;
-width: 40%;
+width: 40%;
}
-
diff --git a/files/www/black_on_white.css b/files/www/black_on_white.css
index 2016406b..d7c70d57 100644
--- a/files/www/black_on_white.css
+++ b/files/www/black_on_white.css
@@ -1,8 +1,8 @@
-body { font-family:Verdana; background: white; color:black }
+body { font-family:Verdana,arial,sans-serif; background: white; color:black }
a:link { background: white; color: black }
a:visited { background: white; color: black }
a:active { background: white; color: black }
-h1 { font-family:Verdana; color: black}
+h1 { font-family:Verdana,arial,sans-serif; color: black}
hr {
width: 100%;
@@ -31,7 +31,7 @@ body table {
.TopBanner { width:100%; }
.LogoDiv { position:absolute left:0px; width:100%; height:95; }
.AREDNLogo { background: white; position:absolute; left:10%; width:175; height:95; }
-.PartOfAREDN { font-family:Verdana; font-size:xx-small; text-align:center; }
+.PartOfAREDN { font-family:Verdana,arial,sans-serif; font-size:xx-small; text-align:center; }
/* Tunnel Page Classes */
.tun_network_row td {
diff --git a/files/www/cgi-bin/perlfunc.pm b/files/www/cgi-bin/perlfunc.pm
index edcab290..893fefc6 100644
--- a/files/www/cgi-bin/perlfunc.pm
+++ b/files/www/cgi-bin/perlfunc.pm
@@ -1927,17 +1927,17 @@ sub alert_banner
# Device compatibility alert
if ( is_hardware_supported() != 1 ){
if (is_hardware_supported() == 0 ){
- print "
\n";
+ print "\n";
}
elsif ( is_hardware_supported() == -2 ){
- print "\n";
+ print "\n";
}
else {
- print "\n";
+ print "\n";
}
}
- print "AREDN Alert(s):$aredn_message
\n" if $aredn_message;
- print "Local Alert(s):$local_message
\n" if $local_message;
+ print "AREDN Alert(s):$aredn_message
\n" if $aredn_message;
+ print "Local Alert(s):$local_message
\n" if $local_message;
#TopBanner
print "";
@@ -2058,7 +2058,7 @@ sub is_online()
if($? eq 0)
{
$online=1;
- }
+ }
}
return $online;
}
@@ -2124,7 +2124,7 @@ sub getRelease {
# return "http://downloads.arednmesh.org/snapshots/trunk/" . $target;
# } else {
# return "http://downloads.arednmesh.org/firmware";
-# }
+# }
#}
sub defaultPackageRepos {
diff --git a/files/www/red_on_black.css b/files/www/red_on_black.css
index b7f8ab1d..e8f8c307 100644
--- a/files/www/red_on_black.css
+++ b/files/www/red_on_black.css
@@ -1,8 +1,8 @@
-body { font-family:Verdana; background: black; color:red }
+body { font-family:Verdana,arial,sans-serif; background: black; color:red }
a:link { background: black; color: red }
a:visited { background: black; color: red }
a:active { background: black; color: red }
-h1 { font-family:Verdana; color: red}
+h1 { font-family:Verdana,arial,sans-serif; color: red}
hr {
width: 100%;
@@ -31,7 +31,7 @@ body table {
.TopBanner { width:100%; }
.LogoDiv { position:absolute left:0px; width:100%; height:95; }
.AREDNLogo { background: white; position:absolute; left:10%; width:175; height:95; }
-.PartOfAREDN { font-family:Verdana; font-size:xx-small; text-align:center; }
+.PartOfAREDN { font-family:Verdana,arial,sans-serif; font-size:xx-small; text-align:center; }
/* Tunnel Page Classes */
.tun_network_row td {
diff --git a/files/www/white_on_black.css b/files/www/white_on_black.css
index 70f5c017..8c8f123e 100644
--- a/files/www/white_on_black.css
+++ b/files/www/white_on_black.css
@@ -1,8 +1,8 @@
-body { font-family:Verdana; background: black; color:white }
+body { font-family:Verdana,arial,sans-serif; background: black; color:white }
a:link { background: black; color: white }
a:visited { background: black; color: white }
a:active { background: black; color: white }
-h1 { font-family:Verdana; color: white}
+h1 { font-family:Verdana,arial,sans-serif; color: white}
hr {
width: 100%;
@@ -31,7 +31,7 @@ body table {
.TopBanner { width:100%; }
.LogoDiv { position:absolute left:0px; width:100%; height:95; }
.AREDNLogo { background: white; position:absolute; left:10%; width:175; height:95; }
-.PartOfAREDN { font-family:Verdana; font-size:xx-small; text-align:center; }
+.PartOfAREDN { font-family:Verdana,arial,sans-serif; font-size:xx-small; text-align:center; }
/* Tunnel Page Classes */
.tun_network_row td {
diff --git a/files/www/yellow_on_black.css b/files/www/yellow_on_black.css
index ef15323d..8262eeb2 100644
--- a/files/www/yellow_on_black.css
+++ b/files/www/yellow_on_black.css
@@ -1,8 +1,8 @@
-body { font-family:Verdana; background: black; color:yellow }
+body { font-family:Verdana,arial,sans-serif; background: black; color:yellow }
a:link { background: black; color: yellow }
a:visited { background: black; color: yellow }
a:active { background: black; color: yellow }
-h1 { font-family:Verdana; color: yellow}
+h1 { font-family:Verdana,arial,sans-serif; color: yellow}
hr {
width: 100%;
@@ -31,7 +31,7 @@ body table {
.TopBanner { width:100%; }
.LogoDiv { position:absolute left:0px; width:100%; height:95; }
.AREDNLogo { background: white; position:absolute; left:10%; width:175; height:95; }
-.PartOfAREDN { font-family:Verdana; font-size:xx-small; text-align:center; }
+.PartOfAREDN { font-family:Verdana,arial,sans-serif; font-size:xx-small; text-align:center; }
/* Tunnel Page Classes */
.tun_network_row td {