Commit 82848df2dfc61641310e0991a57cda145abdd9bd

Authored by Pedro de Lyra Pereira
2 parents 23c029df a5460376

Merge branch 'manuals-page'

Showing 1 changed file with 4 additions and 1 deletions   Show diff stats
style.css
... ... @@ -2964,7 +2964,6 @@ div.software-step-info div.current-step h3 {
2964 2964 text-align: justify;
2965 2965 }
2966 2966  
2967   -#content .main-block #article #article-header,
2968 2967 #content .main-block #article .folder-content .item-info {
2969 2968 border-top: none;
2970 2969 border-bottom: 1px solid #ccc;
... ... @@ -3008,3 +3007,7 @@ div.software-step-info div.current-step h3 {
3008 3007 .action-cms-upload_files #content .main-block .icon-add:before{
3009 3008 display: none;
3010 3009 }
  3010 +
  3011 +li.folder-item:first-child {
  3012 + border-top: 1px solid #ccc;
  3013 +}
... ...