From fe7a667441df1806c4131b38e95bd14da935baa9 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Sat, 12 Oct 2024 16:16:37 +0200 Subject: [PATCH] style.css: add diceroll styling --- stylesheets/style.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/stylesheets/style.css b/stylesheets/style.css index b7c39b26..ef1abf8b 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -1042,6 +1042,20 @@ div.boardlist a { cursor: pointer; } +/* Inline dice */ +.dice-option table { + border: 1px dotted black; + margin: 0; + border-collapse: collapse; +} +.dice-option table td { + text-align: center; + border-left: 1px dotted black; + padding-left: 2px; + padding-right: 2px; + padding-bottom: 2px; +} + #youtube-size input { width: 50px; }