moved inline css to file
This commit is contained in:
parent
f5c83d69aa
commit
59ecfe273b
@ -1042,3 +1042,8 @@ img.item {
|
|||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
margin-top: 1px;
|
margin-top: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
hr {
|
||||||
|
color: white;
|
||||||
|
border-style: solid;
|
||||||
|
}
|
5
inf.php
5
inf.php
@ -27,11 +27,6 @@ if (empty($user['id'])): ?>
|
|||||||
<meta charset=UTF-8"/>
|
<meta charset=UTF-8"/>
|
||||||
<link href="css/main.css" rel="stylesheet">
|
<link href="css/main.css" rel="stylesheet">
|
||||||
<link href="css/tooltip.css" rel="stylesheet">
|
<link href="css/tooltip.css" rel="stylesheet">
|
||||||
<style>
|
|
||||||
hr {
|
|
||||||
height: 1px; color: white;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
<BODY onload="<?= topsethp() ?>">
|
<BODY onload="<?= topsethp() ?>">
|
||||||
<table width=100%>
|
<table width=100%>
|
||||||
|
Loading…
Reference in New Issue
Block a user