git ssb

3+

arj / patchbook



Tree: 59b2150aa65f622113a8aae8016eb849a7345690

Files: 59b2150aa65f622113a8aae8016eb849a7345690 / book / html / create.mcss

478 bytesRaw
1Create -book {
2 section.content input {
3 border: 1px solid gainsboro
4 margin-left: 5px
5 margin-bottom: 5px
6 padding: 5px
7 }
8
9 section.content textarea {
10 border: 1px solid gainsboro
11 width: 600px
12 height: 250px
13 }
14
15 -contracted {
16 section.actions {
17 display: none
18 }
19 section.content {
20 display: none
21 }
22 }
23
24 -expanded {
25 section.actions {
26 display: block
27 }
28 section.content {
29 display: block
30 }
31 }
32}
33
34

Built with git-ssb-web