taler-merchant-demos

Python-based Frontends for the Demonstration Web site
Log | Files | Refs | Submodules | README | LICENSE

commit 3d0338d802c27cfcbd0c3d2de6b2135ded0cdd7d
parent 8d89daee0708cb35f3d831c0dfd61a4a662fa71b
Author: Sebastian <sebasjm@gmail.com>
Date:   Tue, 18 Oct 2022 20:00:35 -0300

remove borders

Diffstat:
Mtalermerchantdemos/static/demo.css | 7+++++--
1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/talermerchantdemos/static/demo.css b/talermerchantdemos/static/demo.css @@ -138,4 +138,8 @@ nav .right { nav .right.hide div.nav { display: none; -} -\ No newline at end of file +} +button#id { + padding: 0px; + border: 0px; +}