add CSS for dashboard
This commit is contained in:
parent
1178cae46b
commit
f6327417f0
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
include_once 'header.php'; ?>
|
||||
<div>
|
||||
<div class="dash">
|
||||
<?php
|
||||
echo nl2br(file_get_contents( "streams.txt" ));
|
||||
?>
|
||||
|
||||
@ -51,6 +51,10 @@ p.user {
|
||||
width:325px;
|
||||
max-width:325px;
|
||||
}
|
||||
.dash {
|
||||
padding-top: 50px;
|
||||
padding-bottom: 50px;
|
||||
}
|
||||
h4 {
|
||||
border-radius:4px;
|
||||
background-color:red;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user