From fffea99774f400c66bf0ee3ef3d99254f7a36789 Mon Sep 17 00:00:00 2001 From: Benjamin Southall Date: Thu, 4 May 2017 13:27:26 +0900 Subject: [PATCH] Changes to recent.css in order to adapt to news being on the front page and still have float alignment for the other sections. Also changed font size to something smaller --- stylesheets/recent.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/stylesheets/recent.css b/stylesheets/recent.css index 2559bcc3..e144d6db 100644 --- a/stylesheets/recent.css +++ b/stylesheets/recent.css @@ -51,7 +51,7 @@ body color: #7fdd57; border: 0px solid #006; float: right; - width: 50%; + width: 40%; } .box h2 { @@ -143,6 +143,10 @@ p.intro a.email, p.intro a.email span.name, p.intro a.email:hover, p.intro a.ema border-top: 1px solid #666; } +div.boardlist a +{ + font-size: 12px; +} div.boardlist { color: #0b000f;