moved inline css to file

This commit is contained in:
Igor Barkov [iwork] 2018-12-28 17:37:42 +02:00
parent f5c83d69aa
commit 59ecfe273b
2 changed files with 5 additions and 5 deletions

View File

@ -1041,4 +1041,9 @@ img.item {
border: 1px solid silver;
border-radius: 5px;
margin-top: 1px;
}
hr {
color: white;
border-style: solid;
}

View File

@ -27,11 +27,6 @@ if (empty($user['id'])): ?>
<meta charset=UTF-8"/>
<link href="css/main.css" rel="stylesheet">
<link href="css/tooltip.css" rel="stylesheet">
<style>
hr {
height: 1px; color: white;
}
</style>
</head>
<BODY onload="<?= topsethp() ?>">
<table width=100%>