Update index.php
This commit is contained in:
parent
c0ffc9391c
commit
fbeb1dfe2e
1 changed files with 11 additions and 1 deletions
12
index.php
12
index.php
|
@ -46,6 +46,14 @@
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
.feed-header {
|
||||
color: white;
|
||||
display: inline-block;
|
||||
font-size: 20px;
|
||||
margin-top: 16px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.post {
|
||||
width: 100%;
|
||||
background: white;
|
||||
|
@ -139,6 +147,8 @@
|
|||
}
|
||||
</script>
|
||||
|
||||
<h1 class="feed-header">Farp highlights</h1>
|
||||
|
||||
</div>
|
||||
|
||||
<div id="content-column">
|
||||
|
@ -159,7 +169,7 @@
|
|||
</script>
|
||||
|
||||
<!-- feed display -->
|
||||
<h1 style="color: white; display: inline-block; font-size: 20px; margin-top: 16px; margin-bottom: 0;">Global Feed</h1>
|
||||
<h1 class="feed-header">Global Feed</h1>
|
||||
<span class="post" id="refresh" onclick="window.location.href = 'index.php'">refresh feed</span>
|
||||
|
||||
<?php
|
||||
|
|
Reference in a new issue