bugfix: Make AREDN(TM) Logo visible in "night" mode

This commit is contained in:
Conrad Lara - KG6JEI 2015-03-09 21:35:24 -07:00
parent 39a7ab878b
commit c4a29903fb
3 changed files with 7 additions and 2 deletions

View File

@ -9,7 +9,7 @@
</head> </head>
<body> <body>
<img src="/AREDN.png"></img> <img style="background:rgb(231,231,231)" src="/AREDN.png"></img>
<hr> <hr>

View File

@ -24,5 +24,5 @@ body table {
.TopBanner { width:100%; } .TopBanner { width:100%; }
.LogoDiv { position:absolute left:0px; width:100%; height:95; } .LogoDiv { position:absolute left:0px; width:100%; height:95; }
.AREDNLogo { position:absolute; left:10%; width:175; height:95; } .AREDNLogo { background:rgb(231,231,231); position:absolute; left:10%; width:175; height:95; }
.PartOfAREDN { font-family:Verdana; font-size:xx-small; text-align:center; } .PartOfAREDN { font-family:Verdana; font-size:xx-small; text-align:center; }

View File

@ -13,3 +13,8 @@ select { background-color:gray; font-weight:bold }
.navbar_select a:visited { background:red; color:black } .navbar_select a:visited { background:red; color:black }
.navbar_select a:active { background:red; color:black } .navbar_select a:active { background:red; color:black }
.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; }
.PartOfAREDN { font-family:Verdana; font-size:xx-small; text-align:center; }