|
@@ -173,22 +173,23 @@ article p a:hover, article ol a:hover, article div.article-content ul:not(.artic
|
|
|
|
|
|
.article-content ul {
|
|
|
list-style-type: circle;
|
|
|
- font-size:1em;
|
|
|
+ font-size:1.2em;
|
|
|
}
|
|
|
|
|
|
.article-content ol {
|
|
|
list-style-type: decimal;
|
|
|
- font-size: 1em;
|
|
|
+ font-size: 1.2em;
|
|
|
}
|
|
|
|
|
|
.article-content li {
|
|
|
margin:1px 0px 1px 20px;
|
|
|
list-style-position: outside;
|
|
|
+ line-height: 1.7em;
|
|
|
}
|
|
|
|
|
|
.article-content dl {
|
|
|
list-style-type: decimal;
|
|
|
- font-size: 1em;
|
|
|
+ font-size: 1.2em;
|
|
|
list-style-position: outside;
|
|
|
margin:20px 0px 20px 20px;
|
|
|
}
|
|
@@ -196,10 +197,11 @@ article p a:hover, article ol a:hover, article div.article-content ul:not(.artic
|
|
|
.article-content dd {
|
|
|
margin:1px 0px 1px 20px;
|
|
|
padding:3px 0px 3px 0px;
|
|
|
+ line-height: 1.7em;
|
|
|
}
|
|
|
|
|
|
.article-content dt {
|
|
|
- font-size:1.3em;
|
|
|
+ font-size:1.2em;
|
|
|
}
|
|
|
|
|
|
.page_header h1 {
|