Fixing the only invalid HTML (damn img alt text)
This commit is contained in:
parent
3de23d681b
commit
54282941fe
2 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,7 @@ if(!$database) {
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="centerbox">
|
<div id="centerbox">
|
||||||
<div id="titlebox"><img src="favicon.ico" />Snuffler</div>
|
<div id="titlebox"><img src="favicon.ico" alt="" />Snuffler</div>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
if (!$database->getAuthedUserId()) {
|
if (!$database->getAuthedUserId()) {
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
body {
|
body {
|
||||||
|
font-family: Tahoma, Verdana, sans-serif;
|
||||||
background-color: #000000;
|
background-color: #000000;
|
||||||
color: #ffc000;
|
color: #ffc000;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue