From 325a698ebec7db1e8c01437531453f4661dc2a7d Mon Sep 17 00:00:00 2001 From: Ryan Fox Date: Sun, 7 Mar 2021 02:38:51 +0000 Subject: [PATCH] Only hide borders on column menus --- public/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/style.css b/public/style.css index b894ae4..b8b9db8 100644 --- a/public/style.css +++ b/public/style.css @@ -173,11 +173,11 @@ span.applink { margin-bottom: 0; } -.btn-group-justified .btn-group:first-child > .btn { +.column-menu .btn-group:first-child > .btn { border-left: none; } -.btn-group-justified .btn-group:last-child > .btn { +.column-menu .btn-group:last-child > .btn { border-right: none; }