blob: 859bc619bb54db66b7879a3952b00cbca9359e67 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
body {
font-family: Sans-Serif;
}
a {
text-decoration: none;
}
div.image-container {
text-align: center;
font-size: 80%;
float: left;
width: /* $boxwidth */;
height: /* $boxheight */;
}
div.image-container a {
text-decoration: none;
}
div.image-container img {
max-width: /* $imgwidth */;
max-height: /* $imgheight */;
}
.gslide-desc p span {
padding-left: 0.2em;
padding-right: 0.2em;
}
.gslide-desc p span.sep {
padding-left: 0.4em;
padding-right: 0.4em;
}
|