From e687b8985aa87cac82c55e0d32be354caee2aa52 Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Sat, 30 Nov 2019 17:17:07 -0600 Subject: 2019-11-30 17:17 --- public/style.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'public/style.css') diff --git a/public/style.css b/public/style.css index 3876837..ae5deb1 100644 --- a/public/style.css +++ b/public/style.css @@ -15,6 +15,16 @@ body { text-align: left; } +hr { + display: block; + margin-top: 0.5em; + margin-bottom: 0.5em; + margin-left: auto; + margin-right: auto; + border-style: inset; + border-width: 1px; +} + table, th, td { border: 1px solid #969896; border-collapse: collapse; @@ -32,10 +42,8 @@ th, td { } figure { - float: right; width: 100%; margin: 0px auto; - margin-top: 1em; margin-bottom: 1em; } -- cgit v1.2.3