From 727c23cec32893bd873f5ff991f1f93ce43212f6 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Mon, 19 Dec 2022 17:35:55 -0800 Subject: [PATCH] remove btn-group:after --- config.html | 6 ++++-- css/style.css | 6 ------ 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/config.html b/config.html index e5c3083..38f1363 100644 --- a/config.html +++ b/config.html @@ -14,8 +14,10 @@
Change Configuration
-
-
+
+
+
+
diff --git a/css/style.css b/css/style.css index 3265a3d..1cd44c2 100644 --- a/css/style.css +++ b/css/style.css @@ -60,12 +60,6 @@ p { border: none; } -.btn-group:after { - content: ""; - clear: both; - display: table; -} - .btn-group button:hover { background-color: #008800; } \ No newline at end of file