git ssb

3+

arj / patchbook



Tree: 634cfef04dcecb5941cb11eaaaa31fb511844f72

Files: 634cfef04dcecb5941cb11eaaaa31fb511844f72 / book / html / create.mcss

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

Built with git-ssb-web