diff options
author | ssstvinc2 <sstvinc2@gmail.com> | 2017-02-09 20:24:25 -0500 |
---|---|---|
committer | ssstvinc2 <sstvinc2@gmail.com> | 2017-02-09 20:24:25 -0500 |
commit | cbbd1122c78834b1beef349797d142ed6d23218a (patch) | |
tree | 2afab3496e02cc1744e413d82ce509a25e3465f1 /html_template | |
parent | 439b2cf7317af9444e99ba58188d7ce80a906af5 (diff) |
Added/tweaked a few news sources, and added a source list to the page
Diffstat (limited to 'html_template')
-rwxr-xr-x | html_template/template.html | 4 | ||||
-rwxr-xr-x | html_template/unbiased.css | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/html_template/template.html b/html_template/template.html index 7869155..76b8681 100755 --- a/html_template/template.html +++ b/html_template/template.html @@ -109,5 +109,9 @@ </div>
</div>
+
+<div id="sources">
+ Sources: xxSourcesxx
+</div>
</body>
</html>
diff --git a/html_template/unbiased.css b/html_template/unbiased.css index 83bae40..d1b1460 100755 --- a/html_template/unbiased.css +++ b/html_template/unbiased.css @@ -85,4 +85,10 @@ .middle-story p{
display:block;
+}
+
+#sources{
+ clear:both;
+ padding-top:4em;
+ font-size:.8em;
}
\ No newline at end of file |