From a034a3524ffaf593a107c787542f8a55f337edc1 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 23 Jan 2022 16:13:25 +0000 Subject: Publishing new version --- gemfeed/style.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'gemfeed/style.css') diff --git a/gemfeed/style.css b/gemfeed/style.css index 0269e63e..4511037d 100644 --- a/gemfeed/style.css +++ b/gemfeed/style.css @@ -3,7 +3,7 @@ body { padding-left: 11px; padding-right: 11px; max-width: 900px; - background-color: #ffffff; + background-color: #8fbc8f; color: #ddddce; font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace; font-style: normal; @@ -18,6 +18,7 @@ h1 { background-color: #000000; text-decoration: underline; margin-left: -23px; + max-width: 878px; } h2 { @@ -28,6 +29,7 @@ h2 { background-color: #000000; text-decoration: underline; margin-left: -11px; + max-width: 889px; } h3 { @@ -38,6 +40,7 @@ h3 { background-color: #000000; text-decoration: underline; margin-left: -5px; + max-width: 895px; } a { @@ -72,13 +75,12 @@ img { pre { display: block; - padding: 5px; overflow-x: auto; color: #ffffff; background-color: #000000; margin: 5px; padding: 23px; - border: 29px double white; + border: 29px double #8fbc8f; } a.textlink:before { -- cgit v1.2.3