Move float clear div to common.css
authorSam White <webmaster@ycra.org.uk>
Fri, 10 Sep 2021 17:59:40 +0000 (17:59 +0000)
committerSam White <webmaster@ycra.org.uk>
Fri, 10 Sep 2021 17:59:40 +0000 (17:59 +0000)
public_html/css/bio.css
public_html/css/common.css

index cb4db654296dd889d77ae0d5d0b4b91e907e45de..f4f36d4f7f503237b2b61fdb4324bffcf8a945de 100644 (file)
@@ -2,7 +2,3 @@ div.bio img {
   float: left;
   padding-right: 1em;
 }
-/* Keep sections separate when floating occurs. */
-.clear {
-    clear: both;
-}
index 7d1c652f9cd85c41f825018ce7bce01df61b7cb8..754bd9b5823af2f60f5ad28d723a52ac1a04a20e 100644 (file)
@@ -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. */