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