mirror of
https://github.com/86Box/86box.github.io.git
synced 2026-02-22 09:35:35 -07:00
IE6 CSS: Switch logo to margin for IE5.0 compatibility
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<a href="/"><img src="/assets/images/avaicon.png" id="icon" alt="86Box icon" /><img src="/assets/images/86box-logo.png" id="logo" alt="86Box logo" /></a>
|
||||
<a href="/"><img src="/assets/images/avaicon.png" id="icon" alt="86Box logo" /><img src="/assets/images/86box-logo.png" id="logo" alt="86Box logo" /></a>
|
||||
</header>
|
||||
<nav>
|
||||
<a class="navlink" href="/#downloads">Downloads</a>
|
||||
|
||||
@@ -20,7 +20,7 @@ img {
|
||||
}
|
||||
img#icon, img#logo {
|
||||
height: 70px;
|
||||
padding-right: 20pt;
|
||||
margin-right: 20pt;
|
||||
}
|
||||
a.navlink {
|
||||
font-size: 15pt;
|
||||
|
||||
Reference in New Issue
Block a user