From e204aaaa9c5155401ad3ab8bb7edec6588055fb0 Mon Sep 17 00:00:00 2001
From: jwansek <eddie.atten.ea29@gmail.com>
Date: Thu, 25 Mar 2021 23:17:35 +0000
Subject: updated the css and html to be w3c valid

---
 static/style.css | 26 ++++++++++----------------
 1 file changed, 10 insertions(+), 16 deletions(-)

(limited to 'static/style.css')

diff --git a/static/style.css b/static/style.css
index a169e55..45b9459 100644
--- a/static/style.css
+++ b/static/style.css
@@ -39,22 +39,19 @@ header nav {
     display: inline;
 }
 
-#links {
-    text-align: center;
-    font-size: x-small;
-}
-
-header span nav ul {
+#externallinks {
     background-color: black;
+    text-align: center;
 }
 
-header span nav ul li a {
-    color: white;
+#externallinks nav ul li a {
+    color: #f1f3f3;
+    font-size: smaller;
 }
 
 header div {
     padding-left: 20px;
-    padding-bottom: 10px;
+    /* padding-bottom: 10px; */
 }
 
 nav ul {
@@ -100,7 +97,7 @@ article section table td {
     max-width: 65%;
 }
 
-article img {
+#content img {
     max-width: 65%;
 }
 
@@ -125,22 +122,19 @@ blockquote span::before {
 
 .running {
     background-color: green;
-    padding: 1, 1, 1, 1;
-    margin: 0, 0, 2, 3;
 }
 
 .notRunning {
     background-color: red;
-    padding: 1, 1, 1, 1;
-    margin: 0, 0, 2, 3;
 }
 
 header img {
     max-height: 110px;
 }
 
-body div article {
-    padding-left: 6px;
+body div div {
+    padding-left: 10px;
+    padding-right: 10px;
 }
 
 footer {
-- 
cgit v1.2.3