From 95d32f6176899b4fb0bd1fd708122a8a9190a7d0 Mon Sep 17 00:00:00 2001 From: Sam White Date: Fri, 10 Sep 2021 17:59:40 +0000 Subject: [PATCH] Move float clear div to common.css --- public_html/css/bio.css | 4 ---- public_html/css/common.css | 5 +++++ 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/public_html/css/bio.css b/public_html/css/bio.css index cb4db65..f4f36d4 100644 --- a/public_html/css/bio.css +++ b/public_html/css/bio.css @@ -2,7 +2,3 @@ div.bio img { float: left; padding-right: 1em; } -/* Keep sections separate when floating occurs. */ -.clear { - clear: both; -} diff --git a/public_html/css/common.css b/public_html/css/common.css index 7d1c652..754bd9b 100644 --- a/public_html/css/common.css +++ b/public_html/css/common.css @@ -34,6 +34,11 @@ div.section { padding: 1% 0; } +/* Keep sections separate when floating occurs. */ +.clear { + clear: both; +} + /* General styling for tables. */ table { /* Centre tables. */ -- 2.25.1