smaller left border

This commit is contained in:
Martti Malmi 2024-02-23 09:06:57 +02:00
parent 769c6d0e32
commit 6e20611f20

View File

@ -5,9 +5,9 @@
<title>Satoshi - Sirius emails 2009-2011</title>
<style>
body { font-family: Arial, sans-serif; line-height: 1.6; color: #333; background-color: #f9f9f9; }
.message { border-bottom: 1px solid #ddd; padding-bottom: 20px; margin-bottom: 20px; padding: 10px; background-color: #ffffff; box-shadow: 0 1px 1px rgba(0,0,0,0.04); }
.message.sirius { border-left: 5px solid #a3c9ff; }
.message.satoshi { border-left: 5px solid #a3ffa3; }
.message { border-bottom: 1px solid #ddd; padding-bottom: 20px; margin-bottom: 20px; padding: 10px; background-color: #ffffff; }
.message.sirius { border-left: 2px solid #a3c9ff; }
.message.satoshi { border-left: 2px solid #a3ffa3; }
.message:last-child { border-bottom: 0; }
.description { font-size: 0.9em; margin-bottom: 20px; white-space: pre-wrap; }
.header { margin-bottom: 10px; }