Commit 9e7586a051098cc614fb8d5fccd4bb419d1c8a85

Authored by Melissa Wen
1 parent 1dbbb532

adjust headers styles on general and specific cases

Showing 2 changed files with 31 additions and 24 deletions   Show diff stats
css/article-page.css
... ... @@ -9,7 +9,6 @@
9 9 font-variant: normal;
10 10 font-weight: bold;
11 11 line-height: 37px;
12   - text-transform: capitalize;
13 12 }
14 13  
15 14 #content .main-block #article-header .publishing-info span{
... ... @@ -24,10 +23,6 @@
24 23 line-height: 21px;
25 24 }
26 25  
27   -#content .main-block .article-body a {
28   - color: #2c66ce;
29   -}
30   -
31 26 /* For software internal pages */
32 27  
33 28 #content .main-block .article-body h2 {
... ... @@ -161,11 +156,18 @@
161 156 #content .main-block .article-header h1.help-page-title {
162 157 margin-top: 0px;
163 158 margin-bottom: 30px;
164   - padding-top: 0px;
  159 + padding: 0px;
  160 + color: #172738;
165 161 line-height: 30px;
166   - border-top: none;
  162 + border: none;
167 163 letter-spacing: -0.1px;
  164 + font-family: Arial;
168 165 font-size: 26px;
  166 + font-variant: normal;
  167 +}
  168 +
  169 +#content .main-block .article-body p a {
  170 + color: #2c66ce;
169 171 }
170 172  
171 173 /*** end of help page ***/
... ...
style.css
... ... @@ -10,11 +10,11 @@
10 10 @import url(css/software-catalog-page.css);
11 11 @import url(css/main-content.css);
12 12 @import url(css/article-page.css);
  13 +@import url(css/news-page.css);
13 14 /*
14 15 @import url(css/community-pages.css);
15 16 @import url(css/software-pages.css);
16 17 @import url(css/software-catalog-page.css);
17   -@import url(css/news-page.css);
18 18 @import url(css/use-report.css);
19 19 @import url(css/tooltips.css);
20 20 */
... ... @@ -130,33 +130,38 @@ body {
130 130 }
131 131  
132 132 #content h1, #content h2, #content h3, #content h4, #content h5, #content h6{
133   - color:inherit;
134   - font-family: arial;
135   - font-weight: 700;
136   - margin-top:20px;
137   - margin-bottom:10px
  133 + margin-top: 20px;
  134 + margin-bottom:10px
  135 + color: inherit;
  136 + font-family: Arial;
  137 + font-weight: 700;
138 138 }
  139 +
139 140 #content h1{
140   - font-size: 34px;
141   - line-height: 37px;
  141 + font-size: 34px;
  142 + line-height: 37px;
142 143 }
  144 +
143 145 #content h2{
144   - font-size:22px;
145   - line-height: 21px;
  146 + font-size: 22px;
  147 + line-height: 21px;
146 148 }
  149 +
147 150 #content h3{
148   - font-size:18px;
149   - line-height: 1.3em;
  151 + font-size: 18px;
  152 + line-height: 21px;
  153 + font-weight: 700;
150 154 }
  155 +
151 156 #content h4, content h5, #content h6 {
152   - font-size: 16px;
153   - line-height: 21px;
  157 + font-size: 16px;
  158 + line-height: 21px;
154 159 }
155 160  
156 161 p {
157   - font-size: 12px;
158   - line-height: 1.5em;
159   - margin: 0px 0px 10px 0px;
  162 + margin: 0px 0px 10px 0px;
  163 + line-height: 21px;
  164 + font-size: 15px;
160 165 }
161 166  
162 167  
... ...