summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-08-13 15:46:59 +0200
committerdefault <nobody@localhost>2023-08-13 15:46:59 +0200
commit31048215f66392ba5fb49c2fc14e70a99f3cbfcc (patch)
tree08b0358e9b19e5a62c303a08ca06c807eaae02e4 /doc
parent25a8355be31814bf4d2b5470e599d8889254f2be (diff)
Added default CSS for Limit and Unlimit buttons.
Diffstat (limited to 'doc')
-rw-r--r--doc/style.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/style.css b/doc/style.css
index 822860e..24be520 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -21,5 +21,7 @@ pre { overflow-x: scroll; }
.snac-btn-unfollow { float: right; margin-left: 0.5em }
.snac-btn-hide { float: right; margin-left: 0.5em }
.snac-btn-delete { float: right; margin-left: 0.5em }
+.snac-btn-limit { float: right; margin-left: 0.5em }
+.snac-btn-unlimit { float: right; margin-left: 0.5em }
.snac-footer { margin-top: 2em; font-size: 75% }
.snac-poll-result { margin-left: auto; margin-right: auto; }