diff options
author | Frankie B <floppydisk05@aol.com> | 2022-11-22 08:52:35 +0000 |
---|---|---|
committer | Frankie B <floppydisk05@aol.com> | 2022-11-22 08:52:35 +0000 |
commit | e97cd585e35d64e787659ee32e6a0daf309f9496 (patch) | |
tree | 7641e45f68cdec97471dd2dd90df4265fc06e8be /res/css/global.css | |
parent | ce8ea31fe594b290ddb3bf9f162b3138a1ce961f (diff) |
Improve guestbook formatting
Diffstat (limited to 'res/css/global.css')
-rwxr-xr-x | res/css/global.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/res/css/global.css b/res/css/global.css index a674cca..693452b 100755 --- a/res/css/global.css +++ b/res/css/global.css @@ -84,6 +84,10 @@ img.right { margin-left: 0.5em } +table.form, td.form { + border: none; +} + div.preview { display: inline-block; width: 30em; |