git ssb

3+

arj / patchbook



Tree: bd040e587da9831443f9a4542c1a318f354a7487

Files: bd040e587da9831443f9a4542c1a318f354a7487 / book / html / create.mcss

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

Built with git-ssb-web