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;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.feed-header {
|
||||||
|
color: white;
|
||||||
|
display: inline-block;
|
||||||
|
font-size: 20px;
|
||||||
|
margin-top: 16px;
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.post {
|
.post {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background: white;
|
background: white;
|
||||||
|
@ -139,6 +147,8 @@
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<h1 class="feed-header">Farp highlights</h1>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="content-column">
|
<div id="content-column">
|
||||||
|
@ -159,7 +169,7 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<!-- feed display -->
|
<!-- 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>
|
<span class="post" id="refresh" onclick="window.location.href = 'index.php'">refresh feed</span>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
|
Reference in a new issue