blob: 0c97a680d1846412a69b2ed65bdeb436d01fee2b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
body {
font-size: small;
font-family: sans-serif;
}
p {
line-height: 0;
}
p:first-child {
display: inline;
}
h1 {
display: inline;
}
iframe, object {
border: 1px black solid;
margin: 2px;
}
|