comparison website/src/site.css @ 565:22bfd8a2eaee

do Table documentation; replace Table.clone and Table.sub_list with Table.copy;
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 05 Jul 2015 00:47:00 -0600
parents 7cc9d4a53d3b
children c4216a583de4
comparison
equal deleted inserted replaced
564:c8d4d69c6dd4 565:22bfd8a2eaee
28 } 28 }
29 [heading] { 29 [heading] {
30 margin: 2em 0 0.6em; 30 margin: 2em 0 0.6em;
31 color: #233E93; 31 color: #233E93;
32 } 32 }
33
34 h4 code {
35 font-size: 1.4em;
36 font-weight: normal;
37 }