From a0fece0d455705bd8f3dc2aa484ca4ae12c42c3b Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Sat, 30 Nov 2019 12:00:08 -0600 Subject: 2019-11-30 12:00 --- public/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'public/style.css') diff --git a/public/style.css b/public/style.css index c0fb979..3876837 100644 --- a/public/style.css +++ b/public/style.css @@ -30,3 +30,15 @@ th, td { margin-right: auto; width: 50%; } + +figure { + float: right; + width: 100%; + margin: 0px auto; + margin-top: 1em; + margin-bottom: 1em; +} + +img { + width: 100%; +} -- cgit v1.2.3 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 From ad53aa093a8de1a8d004f3624a6e93784360708a Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Thu, 26 Dec 2019 15:28:01 -0600 Subject: reorganize jerusalem --- public/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'public/style.css') diff --git a/public/style.css b/public/style.css index ae5deb1..ee7dcb1 100644 --- a/public/style.css +++ b/public/style.css @@ -47,6 +47,10 @@ figure { margin-bottom: 1em; } +audio { + width: 100%; +} + img { width: 100%; } -- cgit v1.2.3