Skip to content
Snippets Groups Projects
Commit 319d7ae7 authored by Bob Mottram's avatar Bob Mottram
Browse files

Explain smolrss feeds list format

parent ff4d7352
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,13 @@
min-width : 220px;
}
.headertext {
color: #72a7cf;
text-align: center;
font-size: 120%;
font-weight: bold;
}
.header {
text-align: center;
padding: 32px;
......@@ -47,6 +54,10 @@
color: black;
font-size: 90%;
}
.settingtext {
color: black;
font-size: 90%;
}
.logintext {
color: black;
......@@ -109,7 +120,9 @@
<div class="header">
<a href="app_smolrss.html"><img id="headerpic" class="img-responsive" src="images/logo.png"></a><br>
<p class="descriptiontext">RSS Feeds</p>
<p class="headertext">RSS Feeds</p>
<p class="settingtext">Add your feeds here. Each line should be [title],[feed URL]</p>
<form action="settings_smolrss.php" method="post">
<textarea rows="10" cols="50" name="feeds">RSSFEEDS</textarea>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment