Commit 52c9b106b3c1826b7c7a483492d98a4952c1cdd9

Authored by Pedro de Lyra Pereira
1 parent 6f0f886c

Small adjustments on software information block tipography and padding

Showing 1 changed file with 15 additions and 1 deletions   Show diff stats
style.css
... ... @@ -3166,9 +3166,22 @@ input[type=checkbox] {
3166 3166 /* página principal do software */
3167 3167  
3168 3168 #content #software-information-block-table {
3169   - width: 715px;
  3169 + width: 100%;
  3170 +}
  3171 +
  3172 +#content #software-information-block-table h1 {
  3173 + font-size: 34px;
  3174 +}
  3175 +
  3176 +#content #software-information-block-table #col-profile-big-image {
  3177 + padding-right: 0px;
3170 3178 }
3171 3179  
  3180 +#content #software-information-block-table #col-software-name {
  3181 + padding-left: 0px;
  3182 +}
  3183 +
  3184 +
3172 3185 #content .community-average-rating-container {
3173 3186 /*background-image: url('images/software_relato_uso_cabecalho2.jpg');
3174 3187 background-repeat: no-repeat;*/
... ... @@ -3750,6 +3763,7 @@ input[type=checkbox] {
3750 3763 border-color: transparent;
3751 3764 z-index: 1000;
3752 3765 }
  3766 +
3753 3767 .action-environment_design-index #content .box-3 .highlights-block-pager a.activeSlide {
3754 3768 color: transparent;
3755 3769 background: #3e67b1;
... ...