From bbb9c4de54cd3f8e20ab9cc891ea7db54669656d Mon Sep 17 00:00:00 2001 From: ssstvinc2 Date: Sat, 11 Feb 2017 17:47:00 -0500 Subject: Added og:description text to top stories --- html_template/template.html | 27 +++++++++++++++------------ html_template/unbiased.css | 5 +++++ 2 files changed, 20 insertions(+), 12 deletions(-) (limited to 'html_template') diff --git a/html_template/template.html b/html_template/template.html index 76b8681..071e1a4 100755 --- a/html_template/template.html +++ b/html_template/template.html @@ -16,32 +16,35 @@
diff --git a/html_template/unbiased.css b/html_template/unbiased.css index d1b1460..564b6a7 100755 --- a/html_template/unbiased.css +++ b/html_template/unbiased.css @@ -59,6 +59,11 @@ vertical-align:text-bottom; } +.top-stories-desc{ + font-size:.8em; + padding-top:.5em; +} + #middle-stories{ clear:both; width:1000px; -- cgit v1.2.3