diff --git a/css/article-page.css b/css/article-page.css index 49ff75e..65575a8 100644 --- a/css/article-page.css +++ b/css/article-page.css @@ -9,7 +9,6 @@ font-variant: normal; font-weight: bold; line-height: 37px; - text-transform: capitalize; } #content .main-block #article-header .publishing-info span{ @@ -24,10 +23,6 @@ line-height: 21px; } -#content .main-block .article-body a { - color: #2c66ce; -} - /* For software internal pages */ #content .main-block .article-body h2 { @@ -161,11 +156,18 @@ #content .main-block .article-header h1.help-page-title { margin-top: 0px; margin-bottom: 30px; - padding-top: 0px; + padding: 0px; + color: #172738; line-height: 30px; - border-top: none; + border: none; letter-spacing: -0.1px; + font-family: Arial; font-size: 26px; + font-variant: normal; +} + +#content .main-block .article-body p a { + color: #2c66ce; } /*** end of help page ***/ diff --git a/style.css b/style.css index 5463e02..ad1f2f4 100644 --- a/style.css +++ b/style.css @@ -10,11 +10,11 @@ @import url(css/software-catalog-page.css); @import url(css/main-content.css); @import url(css/article-page.css); +@import url(css/news-page.css); /* @import url(css/community-pages.css); @import url(css/software-pages.css); @import url(css/software-catalog-page.css); -@import url(css/news-page.css); @import url(css/use-report.css); @import url(css/tooltips.css); */ @@ -130,33 +130,38 @@ body { } #content h1, #content h2, #content h3, #content h4, #content h5, #content h6{ - color:inherit; - font-family: arial; - font-weight: 700; - margin-top:20px; - margin-bottom:10px + margin-top: 20px; + margin-bottom:10px + color: inherit; + font-family: Arial; + font-weight: 700; } + #content h1{ - font-size: 34px; - line-height: 37px; + font-size: 34px; + line-height: 37px; } + #content h2{ - font-size:22px; - line-height: 21px; + font-size: 22px; + line-height: 21px; } + #content h3{ - font-size:18px; - line-height: 1.3em; + font-size: 18px; + line-height: 21px; + font-weight: 700; } + #content h4, content h5, #content h6 { - font-size: 16px; - line-height: 21px; + font-size: 16px; + line-height: 21px; } p { - font-size: 12px; - line-height: 1.5em; - margin: 0px 0px 10px 0px; + margin: 0px 0px 10px 0px; + line-height: 21px; + font-size: 15px; } -- libgit2 0.21.2