Phi: make the flightgear.org link clickable
This commit is contained in:
parent
a2b2a91618
commit
78edadf935
1 changed files with 22 additions and 2 deletions
|
@ -71,7 +71,6 @@ html, body, #wrapper {
|
||||||
right: 0;
|
right: 0;
|
||||||
width: 220px;
|
width: 220px;
|
||||||
bottom: 14pt;
|
bottom: 14pt;
|
||||||
// background: gray;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#statusbar {
|
#statusbar {
|
||||||
|
@ -83,6 +82,27 @@ html, body, #wrapper {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#statusbar a {
|
||||||
|
color: black;
|
||||||
|
font-weight: bold;
|
||||||
|
text-decoration: none;
|
||||||
|
padding: 1px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#statusbar a:active {
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
#statusbar a:visited {
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
#statusbar a:hover {
|
||||||
|
color: black;
|
||||||
|
padding: 0;
|
||||||
|
border: 1px dotted silver;
|
||||||
|
}
|
||||||
|
|
||||||
.htabs {
|
.htabs {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -256,7 +276,7 @@ html, body, #wrapper {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="statusbar">
|
<div id="statusbar">
|
||||||
<span>FlightGear. Fly free, be happy. http://www.flightgear.org/</span>
|
<span>FlightGear. Fly free, be happy. <a href="http://www.flightgear.org/">http://www.flightgear.org/</a></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Add table
Reference in a new issue