aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/style.css b/style.css
index a2d8f1f..e1f7a74 100644
--- a/style.css
+++ b/style.css
@@ -266,6 +266,21 @@ h3 {
margin-left: 0;
}
+ul.userforms {
+ content: '';
+ display: table;
+ clear: both;
+ list-style: none;
+ margin-left: 0.5rem;
+ padding: 0;
+}
+
+ul.userforms > li {
+ width: fit-content;
+ float: left;
+ padding: 0.5rem;
+}
+
.backgroundbox {
width: fit-content;
background-color: var(--b0);