comparison website/src/site.css @ 1926:4206242c7a13

better css
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 23 Apr 2025 15:34:48 -0600
parents f44dcb3fedf7
children 12957bc6fa07
comparison
equal deleted inserted replaced
1925:0156fe64a610 1926:4206242c7a13
74 height: 1em; 74 height: 1em;
75 vertical-align: top; 75 vertical-align: top;
76 } 76 }
77 77
78 code { 78 code {
79 font-size: 16px; 79 background-color: #DDD;
80 font-weight: bold; 80 white-space: pre-wrap;
81 word-wrap: break-word;
82 padding: 2px;
81 } 83 }
82 code[block] { 84 code[block] {
83 font-size: initial;
84 font-weight: initial;
85 background-color: #DDD;
86 padding: 2px;
87 white-space: pre-wrap;
88 word-wrap: break-word;
89 display: block; 85 display: block;
90 padding: 1em; 86 padding: 1em;
91 margin-top: 1em; 87 margin-top: 1em;
92 margin-bottom: 1em; 88 margin-bottom: 1em;
93 } 89 }
94 code[block]:first-line { 90 code[block]:first-line {
95 line-height: 0; 91 line-height: 0;
96 } 92 }
93 code[block]:first-line {
94 line-height: 0;
95 }