equal
deleted
inserted
replaced
|
1 div.blog-post-header { |
|
2 border-bottom: 1px solid #C0C0C0; |
|
3 margin: 0 0 10px 0; |
|
4 padding: 0 0 3px 0; |
|
5 } |
|
6 div.blog-post-header div.blog-post-datemark { |
|
7 float: right; |
|
8 text-align: center; |
|
9 font-weight: bold; |
|
10 color: #505050; |
|
11 background-color: #E0E0E0; |
|
12 font-size: 12pt; |
|
13 padding: 7px; |
|
14 } |
|
15 div.blog-post-header h3 { |
|
16 font-size: 16pt; |
|
17 font-family: myriad pro, verdana, arial, helvetica, sans-serif; |
|
18 font-weight: normal; |
|
19 margin-bottom: 4px; |
|
20 } |
|
21 div.blog-post-header h3 a { |
|
22 color: #202020; |
|
23 text-decoration: none; |
|
24 border-bottom: 1px dotted #C0C0C0; |
|
25 } |
|
26 div.blog-post-header h3 a:hover { |
|
27 border-bottom: 1px solid #808080; |
|
28 color: #305070; |
|
29 } |
|
30 div.blog-post-body { |
|
31 clear: both; |
|
32 } |