This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new f6591f5a tools/collate_minutes.rb: fix CSS spelling (#248)
f6591f5a is described below
commit f6591f5a68885b2b31e23ab040251adc541f7fcd
Author: John Bampton <[email protected]>
AuthorDate: Thu Feb 20 02:43:54 2025 +1000
tools/collate_minutes.rb: fix CSS spelling (#248)
---
tools/collate_minutes.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/collate_minutes.rb b/tools/collate_minutes.rb
index f34616db..c867f4cf 100755
--- a/tools/collate_minutes.rb
+++ b/tools/collate_minutes.rb
@@ -151,7 +151,7 @@ style = Nokogiri::XML::Node.new 'style', $calendar
style.content = %{
table {
border: 1px solid #ccc;
- margin-botton: 10px;
+ margin-bottom: 10px;
width: 100%;
border-collapse: collapse;
border-spacing: 0;