git ssb

2+

ev / mvd



Tree: 959dcfc2f4186af999f316d3aeaff1833bc443b7

Files: 959dcfc2f4186af999f316d3aeaff1833bc443b7 / style.css

583 bytesRaw
1.hyperscroll {
2 width: 100%;
3}
4
5.hyperscroll > .content {
6 max-width: 680px;
7 margin-left: auto;
8 margin-right: auto;
9}
10
11.message {
12 display: block;
13 margin-top: .25em;
14 margin-bottom: .25em;
15}
16
17.timestamp {
18 float: right;
19}
20
21.avatar--small img {
22 vertical-align: top;
23 width: 2.5em;
24 height: 2.5em;
25}
26
27pre {
28 width: 100%;
29 display: block;
30}
31
32code {
33 display: inline-block;
34 vertical-align: bottom;
35}
36
37code, pre {
38overflow: auto;
39word-break: break-all;
40word-wrap: break-word;
41white-space: pre;
42white-space: -moz-pre-wrap;
43white-space: pre-wrap;
44white-space: pre\9;
45}
46
47

Built with git-ssb-web