comparison src/site.css @ 47:84dd3edd03e9

learn_bash work
author Franklin Schmidt <fschmidt@gmail.com>
date Sat, 06 Jan 2024 21:28:44 -0700
parents 89fdc29b296f
children 76baf48ea36b
comparison
equal deleted inserted replaced
46:89fdc29b296f 47:84dd3edd03e9
41 height: 12px; 41 height: 12px;
42 } 42 }
43 43
44 code { 44 code {
45 background-color: #DDD; 45 background-color: #DDD;
46 white-space: pre; 46 white-space: pre-wrap;
47 word-wrap: break-word;
47 padding: 2px; 48 padding: 2px;
48 } 49 }
49 code[block] { 50 code[block] {
50 display: block; 51 display: block;
51 padding: 1em; 52 padding: 1em;
53 margin-top: 1em;
54 margin-bottom: 1em;
52 } 55 }
53 code[block]:first-line { 56 code[block]:first-line {
54 line-height: 0; 57 line-height: 0;
55 } 58 }
56 span[pre] { 59 span[pre] {