From: Sam White Date: Fri, 10 Sep 2021 17:59:40 +0000 (+0000) Subject: Move float clear div to common.css X-Git-Url: https://git.dalvak.com/public/?a=commitdiff_plain;h=95d32f6176899b4fb0bd1fd708122a8a9190a7d0;p=ycra.git Move float clear div to common.css --- 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. */