Commit c03c9b7acbbce4835747b5764724b614c892a39c
1 parent
49f59222
Exists in
master
and in
79 other branches
Adjusting title of blog news listing
Signed-off-by: TomazMartins <tomaz.r.martins@gmail.com>
Showing
1 changed file
with
3 additions
and
6 deletions
Show diff stats
css/news-page.css
... | ... | @@ -2,12 +2,9 @@ |
2 | 2 | |
3 | 3 | /** Header's Block **/ |
4 | 4 | #content .blog #article-header h1.title { |
5 | - margin: 0px 0px 10px 0px; | |
6 | - border: none; | |
7 | - padding: 0px 0px 0px 0px; | |
8 | - color: #FF0366; | |
9 | - text-transform: uppercase; | |
10 | - font: normal normal normal 16px/37px 'open_sansregular'; | |
5 | + margin: 20px 0px 10px 0px; | |
6 | + padding: 0px 0px 10px 0px; | |
7 | + font: normal normal bold 35px/37px arial; | |
11 | 8 | } |
12 | 9 | |
13 | 10 | /* WARNING: | ... | ... |