From f55f3b1224ca5de699277a0eade0ff083f00609c Mon Sep 17 00:00:00 2001 From: Brett Gilio Date: Sat, 24 Oct 2020 14:57:13 -0500 Subject: [PATCH] New CSS for planet. --- assets/org-webring.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/assets/org-webring.css b/assets/org-webring.css index c3bfa5d..70f9b72 100644 --- a/assets/org-webring.css +++ b/assets/org-webring.css @@ -104,6 +104,9 @@ This file is released to the public domain. } /* Style for PLANET */ +.org-webring-planet .org-webring-description { + text-align: center; +} .org-webring-planet .org-webring-articles { display: flex; flex-direction: column; @@ -146,6 +149,9 @@ This file is released to the public domain. .org-webring-planet .org-webring-feed-url { color: #666; } +.org-webring-planet .org-webring-syndicate { + font-size: 0.8rem; +} .org-webring-planet .column-left { float: left; width: 70%; -- 2.45.2