@@ -23,25 +23,25 @@ body {
23
23
font-family : Georgia, "Bitstream Vera Serif" , "Times New Roman" , serif;
24
24
font-size : small;
25
25
line-height : 1.7em ;
26
- background-color : white;
27
- background : url (images/back.png) top center no-repeat;
28
26
margin : 0 0 0 0 ;
29
27
top : 0px ;
30
28
overflow : auto;
29
+ width : 100% ;
30
+ height : 100% ;
31
31
}
32
32
33
33
# shrink_wrapper_shell {
34
34
display : block;
35
35
/*position : fixed;*/
36
- width : 100% ;
37
- height : 100% ;
38
36
margin : 0 auto;
39
37
text-align : center;
38
+ background-color : white;
39
+ background : url (images/back.png) top center no-repeat;
40
40
}
41
41
# shrink_wrapper {
42
42
position : relative;
43
- display : inline- block;
44
- width : 620 px ;
43
+ display : block;
44
+ width : 720 px ;
45
45
margin : 0 auto;
46
46
margin-left : auto;
47
47
margin-right : auto;
@@ -64,7 +64,7 @@ a:hover {
64
64
}
65
65
66
66
.entry_list {
67
- width : 620 px ;
67
+ width : 720 px ;
68
68
margin : 0 auto;
69
69
border-top : 3px solid # eeeeee ;
70
70
text-align : left;
@@ -256,6 +256,14 @@ a:hover {
256
256
margin : 10px ;
257
257
padding : 5px 10px 5px 10px ;
258
258
}
259
+ .entry h2 {
260
+ font-family : "Trebuchet MS" , sans-serif;
261
+ text-align : left;
262
+ font-size : medium;
263
+ font-weight : bold;
264
+ font-style : italic;
265
+ line-height : 1.5em ;
266
+ }
259
267
.entry p {
260
268
padding-top : 1em ;
261
269
}
@@ -266,6 +274,24 @@ a:hover {
266
274
font-style : italic;
267
275
}
268
276
277
+ .entry ul ,
278
+ .entry ol {
279
+ list-style-position : outside;
280
+ margin-left : 1.4em ;
281
+ }
282
+
283
+ .entry li {
284
+ padding-left : 0.2em ;
285
+ padding-bottom : 0.5em ;
286
+ }
287
+
288
+ .entry ul {
289
+ list-style-type : disc;
290
+ }
291
+ .entry ol {
292
+ list-style-type : decimal;
293
+ }
294
+
269
295
pre {
270
296
font-family : monospace;
271
297
border : thin dashed # cccccc ;
@@ -274,6 +300,10 @@ pre {
274
300
padding : 5px 10px 5px 10px ;
275
301
}
276
302
303
+ code {
304
+ font-family : monospace;
305
+ }
306
+
277
307
/* Serene theme related formatting */
278
308
# page_footer {
279
309
font-family : "Trebuchet MS" , sans-serif;
0 commit comments