rosenrot-browser

A hackable browser based on Webkitgtk
Log | Files | Refs | README

commit 7fc771eaad917216c82c7877bca3aad0fc4de742
parent ca016f5a6d52acae098791431052199f142c69d7
Author: NunoSempere <nuno.semperelh@protonmail.com>
Date:   Thu, 14 Mar 2024 21:42:46 -0300

tweak bottom margin

Diffstat:
Mstyle.css | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/style.css b/style.css @@ -25,7 +25,7 @@ tabs { } tab { - margin: 2px 5px 2px 0px; + margin: 2px 5px 4px 0px; /* top right bottom left */ padding: 5px; border-style: solid; font-size: 27px;