From 7dc364fba45ad2487af9108f3dd2b100b8a2bc9a Mon Sep 17 00:00:00 2001 From: jamesread Date: Sun, 27 Oct 2024 22:28:00 +0000 Subject: [PATCH] doc styling changes --- modules/ROOT/pages/style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/modules/ROOT/pages/style.css b/modules/ROOT/pages/style.css index 91bafc7bb..044763c83 100644 --- a/modules/ROOT/pages/style.css +++ b/modules/ROOT/pages/style.css @@ -21,8 +21,9 @@ a:focus, #toc a:focus { } #header { - background-color: #efefef; + background-color: #fafafa; grid-area: nav; + box-shadow: 0 0 10px rgba(0, 0, 0, .4); } #footer { @@ -111,6 +112,10 @@ th { text-align: left; } +.imageblock { + float: center; +} + .imageblock.right { float: right; } @@ -120,6 +125,7 @@ th { } .imageblock img { + border-radius: .4em; box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }