From 618c2d328befc5854756c160819e0ef5770b4d9c Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Wed, 24 Jul 2024 17:48:17 +0200 Subject: Add more stuff --- src/static/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/static/style.css') diff --git a/src/static/style.css b/src/static/style.css index 32c6efd..a28b1f2 100644 --- a/src/static/style.css +++ b/src/static/style.css @@ -95,6 +95,15 @@ a { .center { text-align: center; } +.vtop { + vertical-align: top; +} +.vmid { + vertical-align: middle; +} +.vbtm { + vertical-align: bottom; +} .imgLink { color: black; text-decoration: none; @@ -137,6 +146,7 @@ a { .guestbook-content { padding: 4px; } +#guestbook_frame, #gbframe { display: block; border: none; -- cgit v1.2.3