Commit 49e5fdc38e13fad814ecc8e5a887efac42259c83

Authored by Sidney Ricardo
1 parent 1e69ad64

Fix the size and type of titles font blocks .

Showing 2 changed files with 10 additions and 13 deletions   Show diff stats
cabecalho-cinza-theme.css
... ... @@ -720,8 +720,9 @@ margin: 0 0 18px 0;
720 720 }
721 721  
722 722 footer nav ul {
723   -margin-left:-40px; /*0; Verificar*/
  723 + margin-left: 0px;
724 724 }
  725 +
725 726 footer nav li {
726 727 display:block;
727 728 padding-bottom:3px
... ...
style.css
... ... @@ -430,19 +430,17 @@ p {
430 430 color:#2c66ce; /*#757575;*/
431 431 padding: 8px 8px 24px 10px;
432 432 text-transform: uppercase;
  433 +
  434 + font-family: "open_sansbold", Arial, Helvetica, sans-serif;
  435 + font-variant: normal;
433 436 /*margin: 0;*/
434 437 }
435 438  
436   -/*#content .box-1 .block-title {
437   - background: url("images/bg-titulo-interno.png") repeat-x scroll 0 0 #FFF;
438   - border-bottom: medium none;
439   - border-top: 0px solid #757575;
440   - color: #757575;
441   - font-size: 12px;
442   - padding: 0px;
443   - text-align: left;
444   - text-transform: uppercase;
445   -} TITULO DA PAGINA*/
  439 +#content .box-1 .block-title {
  440 + font-size: 20px;
  441 + text-transform: none;
  442 + font-family: "open_sansregular", Arial, Helvetica, sans-serif;
  443 +}
446 444  
447 445 #content .box-1 .block-title span{
448 446 /* background-color: #fff;*/
... ... @@ -452,8 +450,6 @@ p {
452 450  
453 451  
454 452  
455   -
456   -
457 453 /**/
458 454  
459 455 /*#content .box-1 .block-title {
... ...