blob: 625f7cbb18861f5f5fb5d9cfc229c95d23315f1c (
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
<html>
<head>
<style type="text/css">
/*<![CDATA[*/
body {
font-size: 62.5%; /* Resets 1em to 10px */
}
#content { font-size: 1.2em; }
.entry p { font-size: 1.05em; }
.entry {
-moz-column-width: 25em;
-moz-column-gap: 3em;
}
.entry img {
float: left;
margin: 3px 10px;
}
.alt {
padding: 10px;
}
#content {
margin-left: 20px;
margin-right: 260px;
padding: 0 17px 20px 17px;
}
/*]]>*/
</style>
</head>
<body>
<div id="content" class="entry">
<img width="222" height="164">
<p class="alt">
, .You can follow any responses the
</p>
</div>
</body>
</html>
|