mirror of https://github.com/aredn/aredn.git
bugfix: Make AREDN(TM) Logo visible in "night" mode
This commit is contained in:
parent
39a7ab878b
commit
c4a29903fb
|
@ -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>
|
||||||
|
|
||||||
|
|
|
@ -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; }
|
||||||
|
|
|
@ -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; }
|
||||||
|
|
Loading…
Reference in New Issue