styling
This commit is contained in:
parent
674f946657
commit
324731576f
5
inf.php
5
inf.php
@ -28,6 +28,11 @@ 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