]> Dogcows Code - chaz/talk-introduction-to-psgi/blob - css/slides.css
afcfaf2de036282835b183a379db97b05a01b5c6
[chaz/talk-introduction-to-psgi] / css / slides.css
1
2 .basic-flow {
3 line-height: 200px;
4 height: 200px;
5 }
6 .basic-flow img {
7 display: inline-block;
8 vertical-align: middle;
9 max-width: 100%;
10 }
11
12 /* fix overzealous syntax highlighter */
13 .http .hljs-selector-tag,
14 .http .hljs-selector-class {
15 font-weight: normal;
16 color: inherit;
17 }
18
19 .cgi .remark-code {
20 font-size: 22px;
21 }
22
23 .fastcgi .remark-code {
24 font-size: 22px;
25 }
26
27 .mod_perl .remark-code {
28 font-size: 20px;
29 }
30
31 .psgi .remark-code {
32 font-size: 22px;
33 }
34
35 /* fix non-collapsing margin */
36 .psgi pre {
37 margin-bottom: 0;
38 }
39
40 .plack ul {
41 font-size:1.1em;
42 }
43
44 .plackup .remark-code {
45 font-size: 24px;
46 }
47
48 .app-psgi .remark-code {
49 font-size: 22px;
50 }
51
52 .env .condensed li {
53 line-height: 1.4em;
54 }
55
56 .middleware .remark-code {
57 font-size: 22px;
58 }
59
60 #slide-last .talkqr img {
61 display: inline-block;
62 width: 230px;
63 height: 230px;
64 }
65
This page took 0.033192 seconds and 3 git commands to generate.