Skip to content

Commit 3843548

Browse files
committed
this is what happens when you add comments at the last minute and cannot figure out CSS comment syntax
1 parent 82a9225 commit 3843548

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

_posts/2025-12-27-rebble-finances-2025-wrapped.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ Anyway, I just finished the QuickBooks review for December, and I am happy to sa
1515

1616
<style>
1717
table.argh * { box-sizing: border-box; }
18-
table.argh {border-radius: 4px; border: 1px solid #aaa; border-spacing: 0; border-collapse: collapse;} // why does this radius work for hackmd but not me? whatever, argh
18+
/* why does this radius work for hackmd but not me? whatever, argh */
19+
table.argh {border-radius: 4px; border: 1px solid #aaa; border-spacing: 0; border-collapse: collapse;}
1920
table.argh td, table.argh th { min-width: 1em; border-left: 1px solid #aaa; border-top: 1px solid #aaa; padding: 3px 10px; }
2021
table.argh thead tr th { border-top: none; border-left: none; }
2122
table.argh td:first-child, table.argh th:first-child { border-left: none; }

0 commit comments

Comments
 (0)